summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fix QE firmware uploading limitTimur Tabi2008-03-031-1/+1
* net: uec_phy: handle 88e1111 rev.B2 erratum 5.6Kim Phillips2008-03-021-0/+8
* LM75 bug fix for negative temperaturesLarry Johnson2008-02-221-1/+7
* Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk2008-02-221-1/+6
|\
| * CFI: Do not use uninitialized cmd_resetMichael Schwingen2008-02-211-1/+6
* | uli526x: Fix multiple differ in signedness and parentheses around comparisonJean-Christophe PLAGNIOL-VILLARD2008-02-221-5/+5
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk2008-02-163-15/+35
|\
| * Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdevPeter Pearse2008-02-153-15/+35
| |\
| | * AT91CAP9 support : MACB changesStelian Pop2008-02-142-0/+14
| | * AT91CAP9 support : build integrationStelian Pop2008-02-141-2/+3
| | * Improve DataFlash CS definition.Stelian Pop2008-02-141-13/+18
* | | Wipe out assembler warnings while compiling x86 biosemuAnatolij Gustschin2008-02-164-10/+20
|/ /
* | Add Radeon Mobility 9200 pci device id to the radeon driverAnatolij Gustschin2008-02-151-0/+3
* | Extend ATI Radeon driver to support more video modesAnatolij Gustschin2008-02-151-15/+304
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-02-151-0/+19
|\ \
| * \ Merge commit 'wd/master'Jon Loeliger2008-02-148-32/+16
| |\ \ | | |/
| * | Merge commit 'wd/master'Jon Loeliger2008-02-135-7/+107
| |\ \
| * | | 86xx: Add print_laws function to fsl_law.cBecky Bruce2008-01-241-0/+19
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfinWolfgang Denk2008-02-153-144/+118
|\ \ \ \
| * | | | rewrite/cleanup Blackfin RTC driverMike Frysinger2008-02-043-158/+118
| * | | | punt Blackfin VDSP headers and import sanitized/auto-generated onesMike Frysinger2008-02-041-1/+15
| |/ / /
* | | | Use #ifdef CONFIG_FSLDMAFECVlad Lungu2008-02-141-0/+6
| |_|/ |/| |
* | | Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD2008-02-145-25/+15
* | | Remove duplicate defines for ARRAY_SIZEKumar Gala2008-02-142-6/+0
* | | Fix incorrect address test in AT91F_DataflashSelect().Stelian Pop2008-02-141-1/+1
| |/ |/|
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-02-121-2/+2
|\ \
| * | Fix conditional compilation of mpx8xxx_spi driverBen Warren2008-01-291-2/+2
| |/
* | QE: Move FDT support into a common fileKumar Gala2008-02-123-1/+93
* | OMAP5912: fix FIFO handling in UART driverWolfgang Denk2008-02-051-4/+12
|/
* Merge ../custodiansWolfgang Denk2008-01-231-18/+14
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2008-01-231-18/+14
| |\
| | * sh: Update SuperH SCIF driverNobuhiro Iwamatsu2008-01-171-18/+14
* | | Coding Style Cleanup; update CHANGELOGWolfgang Denk2008-01-231-1/+0
|/ /
* | Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk2008-01-236-0/+4319
|\ \
| * | ColdFire: Add MCF547x_8x FEC driverTsiChungLiew2008-01-172-0/+572
| * | ColdFire: Add MCF547x_8x dma code and header filesTsiChungLiew2008-01-172-0/+293
| * | ColdFire: Add MCF547x_8x dma code - 2TsiChungLiew2008-01-171-0/+1026
| * | ColdFire: Add MCF547x_8x dma code - 1TsiChungLiew2008-01-171-0/+2428
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk2008-01-235-82/+239
|\ \ \
| * | | drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi2008-01-161-1/+1
| * | | drivers/net/rtl8139.c: Fix cache coherency issuesShinya Kuribayashi2008-01-161-1/+5
| * | | drivers/net/rtl8139.c: Fix tx timeoutShinya Kuribayashi2008-01-161-10/+7
| * | | TSEC: Add the support for RealTek RTL8211B PHYDave Liu2008-01-162-0/+93
| * | | Remove annoying debug printout for PHY less boards.Joakim Tjernlund2008-01-161-2/+1
| * | | net: reduce boot latency on QE UEC based boardsKim Phillips2008-01-162-48/+79
| * | | TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO busmichael.firth@bt.com2008-01-161-20/+12
| * | | QE UEC: Extend number of supported UECs to 4David Saada2008-01-151-1/+42
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2008-01-232-0/+71
|\ \ \ \
| * \ \ \ Merge branch 'kumar'Andy Fleming2008-01-172-0/+71
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | 85xx: Move LAW init code into CKumar Gala2008-01-162-0/+71
OpenPOWER on IntegriCloud