summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* 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
* 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
| * | i2c: sh_i2c: enable i2c_probeTetsuyuki Kobayashi2012-10-16-5/+27
| * | i2c: sh_i2c.c: support I2C2, I2C3 and I2C4Tetsuyuki Kobayashi2012-10-16-0/+15
| * | i2c: sh_i2c.c: adjust for SH73A0Tetsuyuki Kobayashi2012-10-16-0/+4
| * | i2c: sh_i2c.c: correct BUSY bit define in ICSRTetsuyuki Kobayashi2012-10-16-1/+1
| * | i2c: sh_i2c.c: support iccl and icch extensionTetsuyuki Kobayashi2012-10-16-8/+22
| |/
* | kerneldoc: Annotate drivers/serial/serial.cMarek Vasut2012-10-17-0/+165
* | serial: Reorder get_current()Marek Vasut2012-10-17-9/+12
* | serial: Reorder serial_assign()Marek Vasut2012-10-17-5/+6
* | serial: Use default_serial_puts() in driversMarek Vasut2012-10-17-167/+22
* | serial: Implement default_serial_puts()Marek Vasut2012-10-17-0/+7
|/
* mx51: Fix USB PHY clocksBenoît Thébaudeau2012-10-15-1/+2
* mx5: Use explicit clock gate namesBenoît Thébaudeau2012-10-15-1/+1
* imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser2012-10-15-2/+2
* i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fieldsEric Nelson2012-10-15-2/+8
* tegra: nand: add board pinmuxLucas Stach2012-10-15-1/+0
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-15-14/+12
* input: Add debugging for key matrix key codesSimon Glass2012-10-15-0/+2
* input: Allow key ghosting filter to be disabledSimon Glass2012-10-15-3/+8
* input: Separate out keyboard repeat/delay from initSimon Glass2012-10-15-6/+12
* input: Correct key_matrix fdt decodingSimon Glass2012-10-15-4/+7
* sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann2012-10-15-16/+7
* sil_sata: Make sata_write() comply with <part.h>Tom Rini2012-10-15-3/+3
* sata_dwc: Make sata_write() use const void, per <part.h>Tom Rini2012-10-15-1/+1
* pata_bfin: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-15-2/+2
* fsl_sata: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-15-4/+6
* dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini2012-10-15-4/+4
* ata_piix: sata_write must take a const void argument.Tom Rini2012-10-15-2/+2
* ata_piix: Fix checkpatch issuesTom Rini2012-10-15-267/+232