aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-10fix USB devices with multiple configurationsHarald Welte2-15/+6
2008-07-10Fix some more print() format errors.Wolfgang Denk2-3/+3
2008-07-10MTD/NAND: Fix printf format warning in nand codeStefan Roese2-4/+4
2008-07-10rtc: Fix printf format warning in m41t60.cStefan Roese1-1/+1
2008-07-10pci: Move PCI device configuration check into a separate weak functionStefan Roese1-24/+46
2008-07-10Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk4-85/+123
2008-07-10e1000: add support for 82545GM 64bit PCI-X copper variantPaul Gortmaker2-1/+4
2008-07-10Round the serial port clock divisor value returned by calc_divisor()Hugo Villeneuve1-1/+6
2008-07-09NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.Scott Wood4-85/+123
2008-07-10mmc: Move atmel_mci driver into drivers/mmcHaavard Skinnemoen3-0/+751
2008-07-10Create drivers/mmc subdirectoryHaavard Skinnemoen1-0/+44
2008-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk1-1/+1
2008-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk6-63/+1102
2008-07-08jedec_flash: Fix AM29DL800BB device IDStefan Roese1-1/+1
2008-07-06Remove duplicate definitions in include/lxt971a.h.Hugo Villeneuve2-54/+47
2008-07-06net: sh: Renesas SH7763 Ethernet device supportNobuhiro Iwamatsu3-0/+1050
2008-07-07net: smc911x: Fix typoNobuhiro Iwamatsu1-1/+1
2008-07-07net: fix compile problem in smc911x driver.Nobuhiro Iwamatsu1-2/+2
2008-07-06net: ne2000: Move dev_addr variable from grobal to local.Nobuhiro Iwamatsu1-2/+1
2008-07-06net: ne2000: Fix compile error of NE2000Nobuhiro Iwamatsu1-7/+4
2008-07-01Move conditional compilation of MPC8XXX SPI driver to MakefileBen Warren2-3/+1
2008-06-30sata: wait for device updating signature to hostDave Liu1-0/+8
2008-06-29serial_pl010.c: add watchdog supportStuart Wood1-2/+6
2008-06-29Add sata sil3114 supportTor Krill3-0/+987
2008-06-26pcmcia/ti_pci1410a: Move compile condition to the MakefileJean-Christophe PLAGNIOL-VILLARD2-3/+3
2008-06-26pxa_pcmcia: Move compile condition to the MakefileJean-Christophe PLAGNIOL-VILLARD2-5/+1
2008-06-26marabun_pcmcia: Move compile condition to the MakefileJean-Christophe PLAGNIOL-VILLARD2-5/+4
2008-06-19cfi-flash: Fix problem in flash_toggle(), busy was not detected reliablyStefan Roese1-8/+4
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk1-55/+73
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk1-14/+14
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-fdtWolfgang Denk1-14/+19
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk1-7/+34
2008-06-11Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk35-330/+361
2008-06-11FSL LAW: Add new interface to use the last free LAWKumar Gala1-0/+19
2008-06-11FSL LAW: Keep track of LAW allocationsKumar Gala1-7/+39
2008-06-11NAND: Added support for 128-bit OOB, adaptedSergei Poselenov1-13/+33
2008-06-11TQM8548: Basic support for the TQM8548 modulesWolfgang Grandegger1-10/+21
2008-06-10NAND FSL UPM: driver re-write using the hwcontrol callbackWolfgang Grandegger1-82/+46
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi34-201/+34
2008-06-09Convert mpc7448hpc2 to CONFIG_OF_LIBFDTGerald Van Baren1-14/+19
2008-06-09sh: SH7763 SCIF supportNobuhiro Iwamatsu1-55/+73
2008-06-08Merge branch 'master' of git://git.denx.de/u-bootBen Warren18-63/+1302
2008-06-05DM9000 fix status check fail 0x6d error for trizeps boardRemy Bohmer1-9/+8
2008-06-05[MIPS] Update <asm/addrspace.h> headerShinya Kuribayashi1-14/+14
2008-06-04Fix order for reading rx-status registers in 32bit mode of DM9000Remy Bohmer1-1/+2
2008-06-04DM9000: Some minor code cleanupsRemy Bohmer1-15/+26
2008-06-04DM9000: Make driver work properly for DM9000ARemy Bohmer1-39/+54
2008-06-04DM9000: Improve eth_reset() routineRemy Bohmer1-3/+31
2008-06-04DM9000: improve eth_send() routineRemy Bohmer1-4/+11
2008-06-04DM9000: repair debug loggingRemy Bohmer1-12/+21