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