summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-10-2614-1212/+28
| |\ \ \ \ | | |/ / /
| | * | | stdio: Remove the CLPS7111 serial driverMarek Vasut2012-10-262-135/+0
| | * | | arm: Remove support for NETARMMarek Vasut2012-10-266-602/+0
| | * | | arm: Remove support for s3c4510Marek Vasut2012-10-264-343/+0
| | * | | arm: Remove support for lpc2292Marek Vasut2012-10-264-123/+0
| | * | | Merge remote-tracking branch 'u-boot-atmel/master'Albert ARIBAUD2012-10-261-2/+13
| | |\ \ \
| | | * | | mmc: at91: use max timeout value. It will avoid some situation that timeout h...Wu, Josh2012-10-171-2/+2
| | | * | | mmc: at91: add multi block read/write support.Wu, Josh2012-10-171-0/+11
| | * | | | Merge remote-tracking branch 'u-boot-ti/master'Albert ARIBAUD2012-10-262-7/+15
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | omap3_spi: introduce CONFIG_OMAP3_SPI_D0_D1_SWAPPEDPeter Korsgaard2012-10-251-6/+5
| | | * | | USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDYPankaj Bharadiya2012-10-231-1/+10
| * | | | | drivers/serial/serial_ns16550.c: sparse fixesKim Phillips2012-10-251-6/+6
| * | | | | drivers/i2c/fsl_i2c.c: sparse fixKim Phillips2012-10-251-1/+1
| |/ / / /
| * | | | mpc83xx: add support for mpc8309Gerlando Falauto2012-10-231-9/+12
| * | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini2012-10-228-28/+516
| |\ \ \ \
| | * | | | powerpc/boot: Change the compile macro for SRIO & PCIE boot master moduleLiu Gang2012-10-221-3/+3
| | * | | | powerpc/espi: remove write command length checkShaohui Xie2012-10-221-4/+2
| | * | | | powerpc/fm: fix TBI PHY address settingsshaohui xie2012-10-221-2/+2
| | * | | | fm/mEMAC: add mEMAC frame workRoy Zang2012-10-224-2/+323
| | * | | | powerpc/mpc85xx: Add B4860 and variant SoCsYork Sun2012-10-221-0/+1
| | * | | | powerpc/mpc85xx: Add T4240 SoCYork Sun2012-10-224-5/+167
| | * | | | driver/pci: Fix compiling errorYork Sun2012-10-221-0/+4
| | * | | | fsl_pci: use 'Header Type' field to judge PCIE modeMinghuan Lian2012-10-221-14/+16
| * | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2012-10-228-753/+424
| |\ \ \ \ \
| | * | | | | mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung2012-10-222-0/+386
| | * | | | | mmc: pxa: Remove the old non-generic PXA MMC driverMarek Vasut2012-10-222-644/+0
| | * | | | | mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera2012-10-222-1/+5
| | * | | | | mmc: sdhci: add the DMA select for SDMAJaehoon Chung2012-10-221-0/+7
| | * | | | | mmc: sdhci: increase the timeout value for data transferJaehoon Chung2012-10-221-1/+1
| | * | | | | mmc: Fix mmc_spi error on cmd->flags fieldMarek Vasut2012-10-221-2/+2
| | * | | | | MMC: Remove the MMC bounce bufferMarek Vasut2012-10-221-92/+0
| | * | | | | MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut2012-10-221-13/+23
| | |/ / / /
| * | | | | powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu2012-10-221-6/+16
| |/ / / /
| * | | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-10-198-219/+2405
| |\ \ \ \ | | |/ / /
| | * | | dm: Move s3c24xx USB driver to a proper placeMarek Vasut2012-10-183-0/+2211
| | * | | dm: wdt: arm: Move tnetv107x into drivers/watchdog/Marek Vasut2012-10-182-0/+181
| | |/ /
| | * | Remove lh7a40x cpu and serial driverAlbert ARIBAUD2012-10-163-226/+13
| * | | input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin2012-10-191-15/+87
| * | | input: Fix i8042 keyboard resetMarc Jones2012-10-191-5/+27
| * | | input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo2012-10-191-0/+38
| * | | input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black2012-10-191-1/+12
| * | | input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black2012-10-191-6/+3
| * | | ColdFire: uart: fix build failure for missing header filesAlison Wang2012-10-191-0/+2
| * | | m68k: net: Fix unused variable in mcfmii.cMarek Vasut2012-10-191-3/+1
| * | | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2012-10-171-35/+104
| |\ \ \
| | * | | i2c: sh_i2c: use setbits/clrbits macroTetsuyuki Kobayashi2012-10-161-4/+4
| | * | | i2c: sh_i2c.c: check error in i2c_read and i2c_writeTetsuyuki Kobayashi2012-10-161-18/+32
| | * | | i2c: sh_i2c: enable i2c_probeTetsuyuki Kobayashi2012-10-161-5/+27
| | * | | i2c: sh_i2c.c: support I2C2, I2C3 and I2C4Tetsuyuki Kobayashi2012-10-161-0/+15
| | * | | i2c: sh_i2c.c: adjust for SH73A0Tetsuyuki Kobayashi2012-10-161-0/+4
OpenPOWER on IntegriCloud