| Commit message (Expand) | Author | Age | Lines |
* | Blackfin: add driver for on-chip ATAPI controller | Sonic Zhang | 2009-02-02 | -0/+1375 |
* | Blackfin: add driver for on-chip NAND controller | Mike Frysinger | 2009-02-02 | -0/+386 |
* | Blackfin: add driver for on-chip SPI controller | Mike Frysinger | 2009-02-02 | -0/+344 |
* | Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues | Mike Frysinger | 2009-02-02 | -46/+34 |
* | Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII | Mike Frysinger | 2009-02-02 | -2/+2 |
* | Blackfin: bfin_mac: use common debug() | Mike Frysinger | 2009-02-02 | -11/+3 |
* | Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ} | Mike Frysinger | 2009-02-02 | -5/+11 |
* | Blackfin: bfin_mac: cleanup MII/PHY functions | Mike Frysinger | 2009-02-02 | -175/+134 |
* | Blackfin: bfin_mac: set MDCDIV based on SCLK | Mike Frysinger | 2009-02-02 | -5/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2009-02-01 | -0/+937 |
|\ |
|
| * | OMAP3: Add I2C support | Dirk Behme | 2009-01-24 | -0/+24 |
| * | OMAP3: Add MMC support | Dirk Behme | 2009-01-24 | -0/+559 |
| * | OMAP3: Add NAND support | Dirk Behme | 2009-01-24 | -0/+354 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-02-01 | -173/+369 |
|\ \ |
|
| * | | AVR32: macb - Search for PHY id | Gunnar Rangoy | 2009-01-28 | -0/+31 |
| * | | Marvell 88E1118 interrupt fix | Ron Madrid | 2009-01-28 | -0/+4 |
| * | | net: smc911x.c: Add LAN9211 to chip_ids[] array | Stefan Roese | 2009-01-28 | -0/+2 |
| * | | net: Sort Makefile labels | Michal Simek | 2009-01-28 | -2/+2 |
| * | | sh: sh_eth: Change new network API | Nobuhiro Iwamatsu | 2009-01-24 | -134/+231 |
| * | | net: smc911x: Make register read/write functions weak | Stefan Roese | 2009-01-24 | -37/+40 |
| * | | powerpc: net: support for the SMSC LAN8700 PHY | Heiko Schocher | 2009-01-24 | -0/+59 |
| |/ |
|
* | | ixp: move serial to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-31 | -0/+126 |
* | | ixp: move pci drivers to drivers/pci | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-31 | -0/+572 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Wolfgang Denk | 2009-01-28 | -0/+2903 |
|\ \ |
|
| * | | USB: Add dcache support to the EHCI driver | Stefan Roese | 2009-01-28 | -0/+103 |
| * | | USB: Add EHCI support for VCT EHCI controller | Stefan Roese | 2009-01-28 | -0/+1 |
| * | | USB: Add config option to call ehci_hcd_init() again after EHCI reset | Stefan Roese | 2009-01-28 | -0/+5 |
| * | | USB: Fix speed detection on EHCI cntr with root hub transaction translators | Stefan Roese | 2009-01-28 | -1/+16 |
| * | | usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support | Thomas Abraham | 2009-01-28 | -0/+194 |
| * | | usb : musb : Adding host controller driver for Mentor USB controller | Thomas Abraham | 2009-01-28 | -0/+1302 |
| * | | USB ehci ixp4xx support | Michael Trimarchi | 2009-01-28 | -0/+50 |
| * | | USB ehci remove infinite loop and use handshake function | Michael Trimarchi | 2009-01-28 | -24/+25 |
| * | | Add initial support for USB ehci pci | Michael Trimarchi | 2009-01-28 | -0/+65 |
| * | | EHCI fix code and ixp4xx test. | Remy Böhmer | 2009-01-28 | -72/+106 |
| * | | [PATCH] This patch add varius fix to the ehci. | michael | 2009-01-28 | -44/+133 |
| * | | [PATCH] Fix EHCI usb. I start to test on a | michael | 2009-01-28 | -161/+234 |
| * | | USB ehci freescale support | Michael Trimarchi | 2009-01-28 | -0/+186 |
| * | | USB ehci core support | Michael Trimarchi | 2009-01-28 | -0/+785 |
* | | | Blackfin: overhaul i2c driver | Mike Frysinger | 2009-01-28 | -0/+286 |
* | | | Blackfin: bfin_mac: update port muxing | Mike Frysinger | 2009-01-28 | -12/+35 |
|/ / |
|
* | | Command usage cleanup | Peter Tyser | 2009-01-28 | -3/+3 |
* | | Standardize command usage messages with cmd_usage() | Peter Tyser | 2009-01-28 | -5/+5 |
* | | soft_i2c.c add option for repeated start in i2c_read() | Andrew Dyer | 2009-01-27 | -1/+11 |
* | | drivers/net/e1000.c: missing terminator for supported devices | Stefan Althoefer | 2009-01-27 | -0/+1 |
* | | CFI: Add geometry reversal for STMicro M29W320ET | Richard Retanubun | 2009-01-26 | -0/+17 |
* | | CFI: increase performance of function find_sector() | Jens Gehrlein | 2009-01-26 | -7/+16 |
* | | CFI: avoid redundant function call in single word programming mode | Jens Gehrlein | 2009-01-26 | -3/+7 |
|/ |
|
* | spi flash: fix crash due to spi flash miscommunication | Brad Bozarth | 2009-01-24 | -2/+4 |
* | Add support for Maxim's DS4510 I2C device | Peter Tyser | 2009-01-24 | -0/+425 |
* | serial: Rename driver vcth to vct to support other board variants | Stefan Roese | 2009-01-24 | -3/+7 |