summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2013-03-24mmc: omap_hsmmc.c: only register getcd/getwp callbacks if gpio could be usedPeter Korsgaard1-2/+6
2013-03-24mmc: mmc_getcd/getwp: use sensible defaultsPeter Korsgaard1-4/+12
2013-03-20mmc: add bcm2835 driverStephen Warren2-0/+190
2013-03-15Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD1-58/+168
2013-03-15Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-16/+4
2013-03-14mmc: Tegra: Add SD bus power/voltage function and MMC pad init call.Tom Warren1-8/+55
2013-03-14Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren1-58/+121
2013-03-12mmc:sdhci:fix: Change default interrupts enabled at SDHCI initializationƁukasz Majewski1-3/+5
2013-03-11Merge u-boot/master into u-boot-ti/masterTom Rini1-16/+52
2013-03-11ARM: OMAP4+: Make control module register structure genericLokesh Vutla1-15/+10
2013-03-09omap_hsmmc: add driver check for write protectionNikita Kiryanov1-2/+12
2013-03-09mmc: add support for write protectionNikita Kiryanov14-0/+30
2013-03-09omap_hsmmc: implement driver check for card detectionNikita Kiryanov1-2/+35
2013-03-09omap_hsmmc: introduce omap_hsmmc_data structNikita Kiryanov1-10/+18
2013-03-09omap_hsmmc: fix out of bounds array accessNikita Kiryanov1-1/+1
2013-03-07mxs: mmc: spi: dma: Better wrap the MXS differencesMarek Vasut1-16/+4
2013-03-04blackfin: bf60x: add rsi/sdh supportSonic Zhang1-16/+52
2013-02-12Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-41/+61
2013-02-04ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass1-3/+3
2013-01-28mxs: mmc: Fix the MMC driver for MX23Marek Vasut1-5/+22
2013-01-28mxs: mmc: Allow overriding default card detect implementationMarek Vasut1-2/+14
2013-01-28mxs: mmc: Fix MMC reset on iMX23Otavio Salvador1-5/+11
2013-01-21mmc: Limit the number of used SSP ports on MX23Marek Vasut1-1/+11
2013-01-21mxs: clock: Use 'mxs' prefix for methodsOtavio Salvador1-2/+2
2013-01-21mxs: ssp: Pull out the SSP bus to regs conversionMarek Vasut1-14/+1
2013-01-21mxs: mmc: Drop unused members from struct mxsmmc_privMarek Vasut1-12/+0
2013-01-08Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2013-01-05fsl_esdhc: add MMC_MODE_HC host_capsShawn Guo1-1/+1
2012-12-10Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang6-65/+153
2012-11-28mmc: Properly determine maximum supported bus widthAndy Fleming1-12/+35
2012-11-28mmc: tegra: use bounce buffer APIsStephen Warren1-23/+41
2012-11-28common: rework bouncebuf implementationStephen Warren1-23/+7
2012-11-28mmc: add no simultaenous power and vddMela Custodio1-0/+3
2012-11-28mmc: Fix interpretation of MMC_CMD_ALL_SEND_CIDTaylor Hutt1-7/+9
2012-11-28EXYNOS: mmc: support DesignWare Controller for Samsung-SoCJaehoon Chung2-0/+58
2012-11-19mmc: tegra: support 4-bit operation too on 8-bit slotsStephen Warren1-3/+4
2012-11-05Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+2
2012-11-04drivers/mmc/fsl_esdhc.c: sparse fixesKim Phillips1-2/+2
2012-11-04drivers/mmc/mmc.c: sparse fixesKim Phillips1-18/+19
2012-10-27Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD1-2/+3
2012-10-26Merge remote-tracking branch 'u-boot-atmel/master'Albert ARIBAUD1-2/+13
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-17mmc: at91: use max timeout value. It will avoid some situation that timeout h...Wu, Josh1-2/+2