| Commit message (Expand) | Author | Age | Lines |
* | nand_spl_simple: store ecc data on the stack | Stefano Babic | 2012-01-26 | -26/+16 |
* | drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM | Andreas Müller | 2012-01-16 | -4/+9 |
* | drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts | Andreas Müller | 2012-01-16 | -6/+6 |
* | net: imx: Add multi-FEC support for imx_get_mac_from_fuse | Fabio Estevam | 2012-01-16 | -5/+6 |
* | fec: add the i.mx6q enet driver support | Jason Liu | 2012-01-16 | -1/+16 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx | Wolfgang Denk | 2012-01-13 | -218/+429 |
|\ |
|
| * | mpc83xx: Add a GPIO driver for the MPC83XX family | Joe Hershberger | 2012-01-09 | -0/+200 |
| * | gpio: Replace ARM gpio.h with the common API in include/asm-generic | Joe Hershberger | 2012-01-09 | -218/+229 |
* | | fsl_esdhc: fix PIO mode transfers | Ira Snyder | 2012-01-08 | -1/+2 |
* | | mmc: tegra2: Implement card-detect hook. | Thierry Reding | 2012-01-08 | -19/+13 |
* | | mmc: fsl_esdhc: Implement card-detect hook. | Thierry Reding | 2012-01-08 | -17/+12 |
* | | mmc: Implement card detection. | Thierry Reding | 2012-01-08 | -0/+31 |
* | | mmc: Change board_mmc_getcd() function prototype. | Thierry Reding | 2012-01-08 | -5/+7 |
* | | drivers/mmc/mv_sdhci.c: Fix build warning | Anatolij Gustschin | 2012-01-08 | -2/+1 |
* | | ftsdc010: improve performance and capability | Macpaul Lin | 2012-01-08 | -85/+103 |
* | | mmc: add host_caps checking avoid switch card improperly | Macpaul Lin | 2012-01-08 | -0/+10 |
* | | i.mx: fsl_esdhc: add the i.mx6q support | Jason Liu | 2012-01-08 | -3/+9 |
|/ |
|
* | net: add Calxeda xgmac driver | Rob Herring | 2012-01-05 | -0/+554 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2012-01-05 | -2/+342 |
|\ |
|
| * | tegra2: Move tegra2_mmc_init() prototype to public header. | Thierry Reding | 2011-12-24 | -2/+0 |
| * | tegra2: spi: Support SPI / UART switch | Simon Glass | 2011-12-24 | -0/+14 |
| * | tegra2: spi: Add SPI driver for Tegra2 SOC | Tom Warren | 2011-12-24 | -0/+266 |
| * | sf: Add spi_boot() to allow booting from SPI flash in an SPL | Christian Riesch | 2011-12-24 | -0/+62 |
* | | fpga: Spartan-3: let print the progress if configured | Stefano Babic | 2012-01-05 | -1/+0 |
|/ |
|
* | Merge branch 'next' of ../next | Wolfgang Denk | 2011-12-23 | -23/+11 |
|\ |
|
| * | phy: add Micrel KS8721BL phy definition | Vladimir Zapolskiy | 2011-12-20 | -0/+11 |
| * | mvgbe: remove setting of ethaddr within the driver | Michael Walle | 2011-12-20 | -23/+0 |
* | | drivers/net/e1000.c: Fix GCC 4.6 build warnings | Anatolij Gustschin | 2011-12-20 | -1/+1 |
* | | usb: s3c_udc_otg: fix GCC 4.6 build warnings | Anatolij Gustschin | 2011-12-20 | -104/+114 |
* | | drivers/net/e1000_spi.c: Fix build warnings | Anatolij Gustschin | 2011-12-20 | -2/+3 |
* | | PXA: Kill last remnants of set_GPIO_mode function | Marek Vasut | 2011-12-19 | -5/+0 |
* | | Coding Style cleanup | Wolfgang Denk | 2011-12-19 | -3/+0 |
* | | drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanup | Wolfgang Denk | 2011-12-19 | -3/+2 |
|/ |
|
* | USB: Use (get|put)_unaligned for accessing wMaxPacketSize | Tom Rini | 2011-12-16 | -11/+17 |
* | USB: ULPI: increase error case verbosity | Igor Grinberg | 2011-12-16 | -6/+6 |
* | USB: ULPI: clean a mixup of return types | Igor Grinberg | 2011-12-16 | -6/+6 |
* | USB: ULPI: switch argument type from u8 to unsigned | Igor Grinberg | 2011-12-16 | -5/+5 |
* | USB: Add generic ULPI layer and a viewport | Jana Rapava | 2011-12-11 | -0/+389 |
* | USB: EHCI: Allow EHCI post-powerup configuration in board files | Marek Vasut | 2011-12-11 | -2/+10 |
* | USB: MX5: Add MX5 usb post-init callback | Marek Vasut | 2011-12-11 | -2/+12 |
* | USB: MX5: Abstract out mx51 USB pixmux configuration | Marek Vasut | 2011-12-11 | -0/+71 |
* | USB: MX5: add generic USB EHCI support for mx51 and mx53 | Wolfgang Grandegger | 2011-12-11 | -0/+175 |
* | usb:gadget:s5p USB Device Controller (UDC) implementation | Lukasz Majewski | 2011-12-11 | -0/+2611 |
* | ehci: speed up initialization | Vincent Palatin | 2011-12-11 | -1/+1 |
* | usbtty: init endpoints prior to startup events | Stefan Herbrechtsmeier | 2011-12-11 | -2/+2 |
* | pxa: convert pxa27x_udc to use read and write functions | Stefan Herbrechtsmeier | 2011-12-11 | -83/+100 |
* | USB: Add usb_event_poll() to get keyboards working with EHCI | Marek Vasut | 2011-12-11 | -1/+32 |
* | USB: gadaget: add Marvell controller support | Lei Wen | 2011-12-11 | -0/+507 |
* | USB: Fix complaints about strict aliasing in OHCI-HCD | Marek Vasut | 2011-12-11 | -32/+43 |
* | drivers/net/at91_emac.c: Fix GCC 4.6 build warnings | Wolfgang Denk | 2011-12-10 | -19/+23 |