| Commit message (Expand) | Author | Age | Lines |
* | FPGA: fix support for non-Lattice devices | Wolfgang Denk | 2010-10-18 | -0/+12 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2010-10-17 | -32/+4138 |
|\ |
|
| * | davinci_nand, trivial : use symbolic ECC start command | Ben Gardiner | 2010-10-17 | -1/+2 |
| * | ARMV7: OMAP: Add new mmc driver compatible with CONFIG_GENERIC_MMC | Sukumar Ghorai | 2010-10-17 | -0/+416 |
| * | MMC: Fix for capacity calculation on eMMC | Sukumar Ghorai | 2010-10-17 | -0/+11 |
| * | Merge branch 'master' of git://git.denx.de/u-boot-imx | Wolfgang Denk | 2010-10-17 | -31/+3709 |
| |\ |
|
| | * | MX31: Add support for MXC EHCI controller | Stefano Babic | 2010-10-13 | -0/+131 |
| | * | MX31: add support for setting pin pads | Stefano Babic | 2010-10-13 | -31/+0 |
| | * | FPGA: add support for downloading Lattice bitstream | Stefano Babic | 2010-10-13 | -0/+3578 |
* | | | ns16550: Add WATCHDOG_RESET to putc for short watchdog timeout boards | Stefan Roese | 2010-10-13 | -0/+9 |
|/ / |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2010-10-13 | -185/+298 |
|\ \ |
|
| * | | ARMV7: Fixed baudrate setting in pl01x driver | Matt Waddel | 2010-10-13 | -55/+38 |
| * | | mvsata_ide: adjust port init sequence | Albert Aribaud | 2010-10-13 | -9/+33 |
| * | | Merge branch 'at91' of git://git.denx.de/u-boot-atmel | Wolfgang Denk | 2010-10-11 | -53/+61 |
| |\ \ |
|
| | * | | atmel_usart: change register access to C structure | Andreas Bießmann | 2010-10-05 | -46/+46 |
| | * | | at91_emac.c: poll for IDLE when writing PHY | Andreas Bießmann | 2010-10-05 | -2/+14 |
| | * | | at91_emac.c: fix 'Warning: eth device name has a space!' | Andreas Bießmann | 2010-10-05 | -5/+1 |
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-imx | Wolfgang Denk | 2010-10-11 | -68/+166 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | MXC: Fix byte-ordering in SPI driver for i.MX31/i.MX51 | Stefano Babic | 2010-09-30 | -41/+118 |
| | * | | MXC: Correct SPI_CPOL setting in SPI driver | Stefano Babic | 2010-09-30 | -2/+2 |
| | * | | MXC: Add watchdog support to serial driver | Stefano Babic | 2010-09-29 | -2/+5 |
| | * | | Use common function to set GPIOs for MX3 and MX5 | Stefano Babic | 2010-09-29 | -23/+41 |
* | | | | Merge branch 'sf' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2010-10-13 | -44/+82 |
|\ \ \ \ |
|
| * | | | | sf: turn probe switch into a lookup table | Reinhard Meyer | 2010-10-12 | -44/+82 |
* | | | | | usb: musb: only write CLRDATATOG when appropriate | Bryan Wu | 2010-10-13 | -7/+16 |
* | | | | | USB-CDC: Prevent rx_req being enqueued twice | Vitaly Kuzmichev | 2010-10-13 | -0/+1 |
* | | | | | USB-CDC: Fix tx/rx_req memory leaks | Vitaly Kuzmichev | 2010-10-13 | -13/+7 |
* | | | | | USB: Make non-bulk delay longer in OHCI | Marek Vasut | 2010-10-13 | -1/+1 |
|/ / / / |
|
* | | | | led_display: split led display support into generic and hw-dependent parts | Ilya Yanok | 2010-10-12 | -0/+58 |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash | Wolfgang Denk | 2010-10-12 | -1/+1 |
|\ \ \ \ |
|
| * | | | | cfi_flash: Fix "Unknown FLASH" error message | John Schmoller | 2010-10-12 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2010-10-12 | -892/+2156 |
|\ \ \ \ |
|
| * | | | | smc91111: add write_hwaddr | Thomas Chou | 2010-10-11 | -16/+24 |
| * | | | | davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr | Ben Gardiner | 2010-10-11 | -41/+39 |
| * | | | | net: Move Emaclite to NET_MULTI | Michal Simek | 2010-10-11 | -37/+47 |
| * | | | | net: Fix emaclite driver to support little-endian microblaze | Michal Simek | 2010-10-11 | -2/+2 |
| * | | | | mpc5xxx_fec: add call to reset_phy() after PHY initialization | Ilya Yanok | 2010-10-11 | -0/+7 |
| * | | | | drivers/net/at91_emac.c: change return values | Andreas Bießmann | 2010-10-11 | -9/+9 |
| * | | | | drivers/net/at91_emac.c: increase timeout for autonegotiation | Andreas Bießmann | 2010-10-11 | -1/+1 |
| * | | | | NET: add ENC28J60 driver using SPI framework | Reinhard Meyer | 2010-10-11 | -0/+1230 |
| * | | | | UEC PHY: Speed up initial PHY neg. | Joakim Tjernlund | 2010-10-11 | -0/+9 |
| * | | | | UEC PHY: Remove strange 0.5 sec delay | Joakim Tjernlund | 2010-10-11 | -1/+0 |
| * | | | | UEC: Don't udelay needlessly | Joakim Tjernlund | 2010-10-11 | -1/+3 |
| * | | | | NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c | Reinhard Meyer (-VC) | 2010-10-11 | -1/+2 |
| |/ / / |
|
* | | | | mtd: OneNAND: add support for OneNAND manufactured by Numonyx | Enric Balletbo i Serra | 2010-10-11 | -0/+1 |
* | | | | Followup fixes on the mtdparts spread patchset | Scott Wood | 2010-10-11 | -10/+5 |
* | | | | mtd: add an mtd method for get_len_incl_bad() | Ben Gardiner | 2010-10-11 | -0/+49 |
* | | | | nand: remove dead code and suspend/resume | Scott Wood | 2010-10-11 | -324/+1 |
* | | | | nand erase: .spread, .part, .chip subcommands | Scott Wood | 2010-10-11 | -14/+17 |
* | | | | nand util: read/write: accept unaligned length | Scott Wood | 2010-10-11 | -37/+63 |
|/ / / |
|