aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-22mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung2-0/+386
2012-10-22mmc: pxa: Remove the old non-generic PXA MMC driverMarek Vasut2-644/+0
2012-10-22mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera2-1/+5
2012-10-22mmc: sdhci: add the DMA select for SDMAJaehoon Chung1-0/+7
2012-10-22mmc: sdhci: increase the timeout value for data transferJaehoon Chung1-1/+1
2012-10-22mmc: Fix mmc_spi error on cmd->flags fieldMarek Vasut1-2/+2
2012-10-22MMC: Remove the MMC bounce bufferMarek Vasut1-92/+0
2012-10-22MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut1-13/+23
2012-10-19Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini8-219/+2405
2012-10-19input: Add ANSI 3.64 escape sequence generation.Hung-Te Lin1-15/+87
2012-10-19input: Fix i8042 keyboard resetMarc Jones1-5/+27
2012-10-19input: i8042: Provide feature to disable keyboard before booting kernelLouis Yung-Chieh Lo1-0/+38
2012-10-19input: Provide a board specific mechanism to decide whether to skip i8042 initGabe Black1-1/+12
2012-10-19input: Use finer grain udelays while waitng for the i8042 keyboard buffer to ...Gabe Black1-6/+3
2012-10-19ColdFire: uart: fix build failure for missing header filesAlison Wang1-0/+2
2012-10-19m68k: net: Fix unused variable in mcfmii.cMarek Vasut1-3/+1
2012-10-18dm: Move s3c24xx USB driver to a proper placeMarek Vasut3-0/+2211
2012-10-18dm: wdt: arm: Move tnetv107x into drivers/watchdog/Marek Vasut2-0/+181
2012-10-17Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-35/+104
2012-10-17kerneldoc: Annotate drivers/serial/serial.cMarek Vasut1-0/+165
2012-10-17serial: Reorder get_current()Marek Vasut1-9/+12
2012-10-17serial: Reorder serial_assign()Marek Vasut1-5/+6
2012-10-17serial: Use default_serial_puts() in driversMarek Vasut21-167/+22
2012-10-17serial: Implement default_serial_puts()Marek Vasut1-0/+7
2012-10-16Remove lh7a40x cpu and serial driverAlbert ARIBAUD3-226/+13
2012-10-16i2c: sh_i2c: use setbits/clrbits macroTetsuyuki Kobayashi1-4/+4
2012-10-16i2c: sh_i2c.c: check error in i2c_read and i2c_writeTetsuyuki Kobayashi1-18/+32
2012-10-16i2c: sh_i2c: enable i2c_probeTetsuyuki Kobayashi1-5/+27
2012-10-16i2c: sh_i2c.c: support I2C2, I2C3 and I2C4Tetsuyuki Kobayashi1-0/+15
2012-10-16i2c: sh_i2c.c: adjust for SH73A0Tetsuyuki Kobayashi1-0/+4
2012-10-16i2c: sh_i2c.c: correct BUSY bit define in ICSRTetsuyuki Kobayashi1-1/+1
2012-10-16i2c: sh_i2c.c: support iccl and icch extensionTetsuyuki Kobayashi1-8/+22
2012-10-15mx51: Fix USB PHY clocksBenoît Thébaudeau1-1/+2
2012-10-15mx5: Use explicit clock gate namesBenoît Thébaudeau1-1/+1
2012-10-15imx: Use MXC_I2C_CLK in imx i2c driverMatthias Weisser1-2/+2
2012-10-15i.MX6: provide functional names for CCM_CCGR0-CCGR6 bit fieldsEric Nelson1-2/+8
2012-10-15tegra: nand: add board pinmuxLucas Stach1-1/+0
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren6-14/+12
2012-10-15input: Add debugging for key matrix key codesSimon Glass1-0/+2
2012-10-15input: Allow key ghosting filter to be disabledSimon Glass2-3/+8
2012-10-15input: Separate out keyboard repeat/delay from initSimon Glass2-6/+12
2012-10-15input: Correct key_matrix fdt decodingSimon Glass1-4/+7
2012-10-15sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann11-16/+7
2012-10-15sil_sata: Make sata_write() comply with <part.h>Tom Rini1-3/+3
2012-10-15sata_dwc: Make sata_write() use const void, per <part.h>Tom Rini1-1/+1
2012-10-15pata_bfin: Make sata_{read,write}() comply with <part.h>Tom Rini1-2/+2
2012-10-15fsl_sata: Make sata_{read,write}() comply with <part.h>Tom Rini1-4/+6
2012-10-15dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini1-4/+4
2012-10-15ata_piix: sata_write must take a const void argument.Tom Rini2-2/+2
2012-10-15ata_piix: Fix checkpatch issuesTom Rini2-267/+232