| Commit message (Expand) | Author | Age | Lines |
* | LM75 bug fix for negative temperatures | Larry Johnson | 2008-02-22 | -1/+7 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash | Wolfgang Denk | 2008-02-22 | -1/+6 |
|\ |
|
| * | CFI: Do not use uninitialized cmd_reset | Michael Schwingen | 2008-02-21 | -1/+6 |
* | | uli526x: Fix multiple differ in signedness and parentheses around comparison | Jean-Christophe PLAGNIOL-VILLARD | 2008-02-22 | -5/+5 |
|/ |
|
* | Merge branch 'master' of git://www.denx.de/git/u-boot-arm | Wolfgang Denk | 2008-02-16 | -15/+35 |
|\ |
|
| * | Merge branch '080116_at91cap9' of git://linux-arm.org/u-boot-armdev | Peter Pearse | 2008-02-15 | -15/+35 |
| |\ |
|
| | * | AT91CAP9 support : MACB changes | Stelian Pop | 2008-02-14 | -0/+14 |
| | * | AT91CAP9 support : build integration | Stelian Pop | 2008-02-14 | -2/+3 |
| | * | Improve DataFlash CS definition. | Stelian Pop | 2008-02-14 | -13/+18 |
* | | | Wipe out assembler warnings while compiling x86 biosemu | Anatolij Gustschin | 2008-02-16 | -10/+20 |
|/ / |
|
* | | Add Radeon Mobility 9200 pci device id to the radeon driver | Anatolij Gustschin | 2008-02-15 | -0/+3 |
* | | Extend ATI Radeon driver to support more video modes | Anatolij Gustschin | 2008-02-15 | -15/+304 |
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx | Wolfgang Denk | 2008-02-15 | -0/+19 |
|\ \ |
|
| * \ | Merge commit 'wd/master' | Jon Loeliger | 2008-02-14 | -32/+16 |
| |\ \
| | |/ |
|
| * | | Merge commit 'wd/master' | Jon Loeliger | 2008-02-13 | -7/+107 |
| |\ \ |
|
| * | | | 86xx: Add print_laws function to fsl_law.c | Becky Bruce | 2008-01-24 | -0/+19 |
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin | Wolfgang Denk | 2008-02-15 | -144/+118 |
|\ \ \ \ |
|
| * | | | | rewrite/cleanup Blackfin RTC driver | Mike Frysinger | 2008-02-04 | -158/+118 |
| * | | | | punt Blackfin VDSP headers and import sanitized/auto-generated ones | Mike Frysinger | 2008-02-04 | -1/+15 |
| |/ / / |
|
* | | | | Use #ifdef CONFIG_FSLDMAFEC | Vlad Lungu | 2008-02-14 | -0/+6 |
| |_|/
|/| | |
|
* | | | Fix remaining CONFIG_COMMANDS | Jean-Christophe PLAGNIOL-VILLARD | 2008-02-14 | -25/+15 |
* | | | Remove duplicate defines for ARRAY_SIZE | Kumar Gala | 2008-02-14 | -6/+0 |
* | | | Fix incorrect address test in AT91F_DataflashSelect(). | Stelian Pop | 2008-02-14 | -1/+1 |
| |/
|/| |
|
* | | Merge branch 'master' of /home/wd/git/u-boot/custodians | Wolfgang Denk | 2008-02-12 | -2/+2 |
|\ \ |
|
| * | | Fix conditional compilation of mpx8xxx_spi driver | Ben Warren | 2008-01-29 | -2/+2 |
| |/ |
|
* | | QE: Move FDT support into a common file | Kumar Gala | 2008-02-12 | -1/+93 |
* | | OMAP5912: fix FIFO handling in UART driver | Wolfgang Denk | 2008-02-05 | -4/+12 |
|/ |
|
* | Merge ../custodians | Wolfgang Denk | 2008-01-23 | -18/+14 |
|\ |
|
| * | Merge branch 'master' of git://www.denx.de/git/u-boot-sh | Wolfgang Denk | 2008-01-23 | -18/+14 |
| |\ |
|
| | * | sh: Update SuperH SCIF driver | Nobuhiro Iwamatsu | 2008-01-17 | -18/+14 |
* | | | Coding Style Cleanup; update CHANGELOG | Wolfgang Denk | 2008-01-23 | -1/+0 |
|/ / |
|
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-coldfire | Wolfgang Denk | 2008-01-23 | -0/+4319 |
|\ \ |
|
| * | | ColdFire: Add MCF547x_8x FEC driver | TsiChungLiew | 2008-01-17 | -0/+572 |
| * | | ColdFire: Add MCF547x_8x dma code and header files | TsiChungLiew | 2008-01-17 | -0/+293 |
| * | | ColdFire: Add MCF547x_8x dma code - 2 | TsiChungLiew | 2008-01-17 | -0/+1026 |
| * | | ColdFire: Add MCF547x_8x dma code - 1 | TsiChungLiew | 2008-01-17 | -0/+2428 |
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-net | Wolfgang Denk | 2008-01-23 | -82/+239 |
|\ \ \ |
|
| * | | | drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status). | Shinya Kuribayashi | 2008-01-16 | -1/+1 |
| * | | | drivers/net/rtl8139.c: Fix cache coherency issues | Shinya Kuribayashi | 2008-01-16 | -1/+5 |
| * | | | drivers/net/rtl8139.c: Fix tx timeout | Shinya Kuribayashi | 2008-01-16 | -10/+7 |
| * | | | TSEC: Add the support for RealTek RTL8211B PHY | Dave Liu | 2008-01-16 | -0/+93 |
| * | | | Remove annoying debug printout for PHY less boards. | Joakim Tjernlund | 2008-01-16 | -2/+1 |
| * | | | net: reduce boot latency on QE UEC based boards | Kim Phillips | 2008-01-16 | -48/+79 |
| * | | | TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus | michael.firth@bt.com | 2008-01-16 | -20/+12 |
| * | | | QE UEC: Extend number of supported UECs to 4 | David Saada | 2008-01-15 | -1/+42 |
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx | Wolfgang Denk | 2008-01-23 | -0/+71 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'kumar' | Andy Fleming | 2008-01-17 | -0/+71 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | 85xx: Move LAW init code into C | Kumar Gala | 2008-01-16 | -0/+71 |
* | | | | | codingstyle cleanup for spi driver | Kim Phillips | 2008-01-17 | -29/+34 |
* | | | | | Add support for a Freescale non-CPM SPI controller | Ben Warren | 2008-01-17 | -0/+184 |
|/ / / / |
|