summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-17mmc: at91: add multi block read/write support.Wu, Josh1-0/+11
2012-10-16mxc: Fix SDHC multi-instance clockBenoît Thébaudeau1-2/+3
2012-10-15Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren1-3/+3
2012-09-27ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini2-65/+0
2012-09-27SPL: Move the omap SPL framework to common/splTom Rini2-1/+140
2012-09-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini3-148/+21
2012-09-21Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD1-0/+4
2012-09-11Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren2-148/+17
2012-09-08mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren1-1/+2
2012-09-07mmc: Remove incorrect cmd->flags usageAndy Fleming2-4/+6
2012-09-06MX28: MMC: Avoid DMA DCache race conditionMarek Vasut1-0/+4
2012-09-06mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung2-0/+6
2012-09-06mmc: s5p_sdhci: fixed wrong function argumentJaehoon Chung1-3/+2
2012-09-06mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung1-6/+4
2012-09-06mmc: Add a SDHCI quirk for boards that have no CDJoe Hershberger1-2/+15
2012-09-06mmc: Fix version check for clock API in sdhci driverJoe Hershberger1-5/+5
2012-09-06mmc_get_dev: Return error if mmc_init failsBenoît Thébaudeau1-2/+1
2012-09-06mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren1-1/+2
2012-09-06MMC: u-boot-spl may be compiled without partition supportMikhail Kshevetskiy1-0/+2
2012-09-06mmc: fix capacity calculation when EXT_CSD_SEC_CNT is usedYoshihiro Shimoda1-5/+5
2012-09-06mmc: sh_mmcif: enable MMC_MODE_HCYoshihiro Shimoda1-1/+1
2012-09-06mmc: fix wrong timeout check in mmc_send_status()Jongman Heo1-1/+1