summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-15pci: Use intelligent indentation for CONFIG_PCI_SCAN_SHOWPeter Tyser1-2/+14
2010-11-15pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOWPeter Tyser1-8/+9
2010-11-15pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOWPeter Tyser1-28/+89
2010-11-15fsl_pci_init: Quiet scanning printf()Peter Tyser1-1/+1
2010-11-15fsl: Clean up printing of PCI boot infoPeter Tyser1-5/+5
2010-11-15fsl_pci_init: Make fsl_pci_init_port() PCI/PCIe awarePeter Tyser1-1/+5
2010-11-15net: e1000: Add initialized eth_device & e1000_hw structureKumar Gala1-0/+14
2010-11-15net: uli526x: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-15net: tsi108_eth: Add initialized eth_device structureNobuhiro Iwamatsu1-1/+5
2010-11-15net: pcnet: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-15net: ns8382x: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-15net: natsemi: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-15net: fec_mxc: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+1
2010-11-15net: eepro100: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-15net: dc2114x: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+6
2010-11-15net: rtl8139: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+5
2010-11-15net: 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-28Coding 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
2010-10-23Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2-1/+6
2010-10-23Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk7-0/+3992
2010-10-23Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk6-21/+27
2010-10-23cfi_flash: handle 'chip size exceeds address window' situationIlya Yanok1-5/+23
2010-10-22ehci-hcd.c: fix hanging under higher loadWolfgang Denk1-1/+1
2010-10-22usb: musb: constify a bitMike Frysinger3-19/+21
2010-10-22USB: fix Queue Element Transfer Descriptor changesWolfgang Denk1-1/+1
2010-10-22ehci-pci: print hccr, hcor and hc_lenghtFlorian Fainelli1-0/+4
2010-10-22pci: Add ability to re-enumerate PCI busesJohn Schmoller2-1/+6
2010-10-22MX51: Add video supportStefano Babic3-0/+711
2010-10-22MX51: Add IPU driver for video supportStefano Babic4-0/+3281
2010-10-20ftrtc010.c : enhance code according to original datasheetMacpaul Lin1-0/+11
2010-10-20Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk1-92/+117
2010-10-20ARMV7: OMAP: I2C driver: Restructure i2c_probe functionSteve Sakoman1-11/+30
2010-10-20ARMV7: OMAP: I2C driver: Restructure i2c_write_byte functionSteve Sakoman1-36/+42
2010-10-20ARMV7: OMAP: I2C driver: Restructure i2c_read_byte functionSteve Sakoman1-39/+37
2010-10-20ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driverSteve Sakoman1-6/+8
2010-10-20Fix compile warning in uli526x driverKumar Gala1-2/+3
2010-10-20powerpc/fsl: Introduce common enum for PHY typesKumar Gala3-26/+12
2010-10-20USB: sync Queue Element Transfer Descriptor against EHCI specWolfgang Denk2-5/+10
2010-10-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk3-91/+103