aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-11-28cfi_flash: fix bug introduced while recent change to flash_get_size()Anatolij Gustschin1-3/+4
2010-11-2774xx_7xx: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-1/+2
2010-11-27824x: Cleanup for partial linking and --gc-sectionsWolfgang Denk1-3/+7
2010-11-27ppc4xx/NAND: Reduce size of NAND SPL imageStefan Roese1-2/+2
2010-11-26e1000: fix compile warningWolfgang Denk1-1/+2
2010-11-26Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2-2/+5
2010-11-26Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-25/+82
2010-11-26usb: Remove usb_dev_init() from ehci-ppc4xx.cStefan Roese1-1/+0
2010-11-26usb: Clear CMD_RUN while issuing CMD_RESET in ehci_reset()Stefan Roese1-1/+1
2010-11-26usb: Add WATCHDOG_RESET call to polling loopStefan Roese1-0/+2
2010-11-26usb: fix for USB_ST_STALLED status reporting in ehci_submit_async()Anatolij Gustschin1-0/+2
2010-11-19mmc: omap: timeout counter fixNishanth Menon1-25/+82
2010-11-19Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-70/+94
2010-11-18Exclude drivers/qe/fdt.c without CONFIG_QESebastien Carlier2-3/+1
2010-11-18GRETH: removed space in network driver device name.Daniel Hellstrom1-2/+2
2010-11-18GRETH: fixed 2 decriptor table typosDaniel Hellstrom1-2/+2
2010-11-18GRETH: Added extra RESET, this is needed if GRETH was stopped during an ether...Daniel Hellstrom1-0/+10
2010-11-18GRETH: Added autodetection of PHY address, or let BSP hardcode it.Daniel Hellstrom1-23/+55
2010-11-18GRETH: made debug printouts use common debug() macro.Daniel Hellstrom1-41/+25
2010-11-18GRETH: removed unneccesary register write and one clean up.Daniel Hellstrom1-3/+1
2010-11-17net: e1000: typo using wrong argument to sizeofMatthew McClintock1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier31-62/+62
2010-11-17Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-95/+53
2010-11-14pci: Use intelligent indentation for CONFIG_PCI_SCAN_SHOWPeter Tyser1-2/+14
2010-11-14pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOWPeter Tyser1-8/+9
2010-11-14pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser1-28/+89
2010-11-14fsl_pci_init: Quiet scanning printf()Peter Tyser1-1/+1
2010-11-14fsl: Clean up printing of PCI boot infoPeter Tyser1-5/+5
2010-11-14fsl_pci_init: Make fsl_pci_init_port() PCI/PCIe awarePeter Tyser1-1/+5
2010-11-14net: e1000: Add initialized eth_device & e1000_hw structureKumar Gala1-0/+14
2010-11-14net: uli526x: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: tsi108_eth: Add initialized eth_device structureNobuhiro Iwamatsu1-1/+5
2010-11-14net: pcnet: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: ns8382x: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: natsemi: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: fec_mxc: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+1
2010-11-14net: eepro100: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: dc2114x: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+6
2010-11-14net: rtl8139: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-14net: rtl8169: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-10sf: ramtron: new spi fram driverReinhard Meyer4-0/+329
2010-11-04mmc: Add multi-block read support to the generic mmc driverAlagu Sankar1-71/+39
2010-11-04mmc: Clean up generic mmc driver multi-block write functionsSteve Sakoman1-24/+14
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk6-108/+122
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2-2/+2
2010-10-28Add generic support for samsung s3c2440C Nauman4-102/+103
2010-10-27Coding Style cleanupWolfgang Denk7-8/+1
2010-10-27mmc: seperate block number into small parts for multi-write cmdLei Wen1-15/+39
2010-10-26Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-1/+1
2010-10-25ARMV7: OMAP: I2C driver: Fix bug found in 37XX testingSteve Sakoman1-1/+1