aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-23Merge ../custodiansWolfgang Denk1-18/+14
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk1-18/+14
2008-01-23Coding Style Cleanup; update CHANGELOGWolfgang Denk1-1/+0
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk6-0/+4319
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk5-82/+239
2008-01-23Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2-0/+71
2008-01-17Merge branch 'kumar'Andy Fleming2-0/+71
2008-01-17ColdFire: Add MCF547x_8x FEC driverTsiChungLiew2-0/+572
2008-01-17ColdFire: Add MCF547x_8x dma code and header filesTsiChungLiew2-0/+293
2008-01-17ColdFire: Add MCF547x_8x dma code - 2TsiChungLiew1-0/+1026
2008-01-17ColdFire: Add MCF547x_8x dma code - 1TsiChungLiew1-0/+2428
2008-01-17codingstyle cleanup for spi driverKim Phillips2-29/+34
2008-01-17Add support for a Freescale non-CPM SPI controllerBen Warren2-0/+184
2008-01-17sh: Update SuperH SCIF driverNobuhiro Iwamatsu1-18/+14
2008-01-1685xx: Move LAW init code into CKumar Gala2-0/+71
2008-01-16drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi1-1/+1
2008-01-16drivers/net/rtl8139.c: Fix cache coherency issuesShinya Kuribayashi1-1/+5
2008-01-16drivers/net/rtl8139.c: Fix tx timeoutShinya Kuribayashi1-10/+7
2008-01-16TSEC: Add the support for RealTek RTL8211B PHYDave Liu2-0/+93
2008-01-16Remove annoying debug printout for PHY less boards.Joakim Tjernlund1-2/+1
2008-01-16net: reduce boot latency on QE UEC based boardsKim Phillips2-48/+79
2008-01-16TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO busmichael.firth@bt.com1-20/+12
2008-01-16Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2-9/+33
2008-01-16nand: FSL UPM NAND driverAnton Vorontsov2-0/+203
2008-01-16OneNAND: Separate U-Boot dependent code from OneNANDKyungmin Park3-21/+42
2008-01-15QE UEC: Extend number of supported UECs to 4David Saada1-1/+42
2008-01-15pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driverNobuhiro Iwamatsu1-2/+4
2008-01-15sh: Add support SH7710/SH7712Nobuhiro Iwamatsu1-16/+15
2008-01-15sh: Add support for SH7720 in serial_sh driver.Yoshihiro Shimoda1-2/+25
2008-01-14QE: fix compile warningDave Liu2-1/+2
2008-01-13CFI: Fix CONFIG_FLASH_CFI_LEGACY compilationMichael Schwingen1-2/+2
2008-01-12USB: Add Philips 1561 PCI-OHCI idsTsiChung Liew1-0/+1
2008-01-12Remove superfluous preprocessor conditionals from LM73 driverLarry Johnson2-10/+1
2008-01-11Add Fujitsu CoralP/Lime video driverAnatolij Gustschin3-0/+457
2008-01-11Fix video console newline and carriage return handlingAnatolij Gustschin1-4/+23
2008-01-10Fix Ethernet init() return codesBen Warren10-20/+21
2008-01-10Coding Style cleanup; update CHANGELOGWolfgang Denk1-9/+9
2008-01-0985xx: add ability to upload QE firmwareTimur Tabi2-0/+275
2008-01-09fix various commentsMarcel Ziswiler1-4/+3
2008-01-09fix comments with new drivers organizationMarcel Ziswiler5-8/+9
2008-01-09Fix endianness conversions in rtl8169 driverGuennadi Liakhovetski1-55/+45
2008-01-09Add Epson RX8025 RTC supportMatthias Fuchs2-0/+228
2008-01-08Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund1-0/+23
2008-01-08mpc83xx: Add the support of MPC837xEMDS boardDave Liu1-0/+10
2008-01-02cfi_flash: Fix bug in flash_isset() to use correct 32bit functionStefan Roese1-1/+1
2008-01-02Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk1-1/+51
2007-12-27Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese8-785/+1749
2007-12-27Add driver for National Semiconductor LM73 temperature sensorLarry Johnson2-0/+182
2007-12-27Add driver for STMicroelectronics M41T60 RTCLarry Johnson2-0/+262
2007-12-27cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()Stefan Roese1-1/+51