aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2016-07-24ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada1-4/+3
2016-07-22mmc: sdhci: Disable internal clock enable bitSiva Durga Prasad Paladugu1-1/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-22/+5
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede1-17/+0
2016-07-15Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini1-63/+85
2016-07-15sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel1-5/+5
2016-07-14rockchip: mmc: Update the driver to support of-platdataSimon Glass1-3/+26
2016-07-14rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass1-15/+17
2016-07-12mmc: exynos_dw_mmc: support the Driver mode for ExynosJaehoon Chung1-0/+72
2016-07-12mmc: exynos_dw_mmc: use the 4bit bus-width by defaultJaehoon Chung1-6/+2
2016-07-12mmc: exynos_dw_mmc: clean the unused and unnecessary codesJaehoon Chung1-22/+9
2016-07-12mmc: exynos_dw_mmc: add the error control for checking indexJaehoon Chung1-0/+5
2016-07-12mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROLJaehoon Chung1-2/+0
2016-07-12mmc: exynos_dw_mmc: remove the unused functionJaehoon Chung1-36/+0
2016-07-11dm: mmc: msmsdhic: Drop old MMC codeSimon Glass2-16/+1
2016-07-11dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-2/+44
2016-07-11dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-1/+39
2016-07-11dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass1-48/+59
2016-07-11dm: sandbox: Convert to use CONFIG_CMD_MMC_OPSSimon Glass1-11/+6
2016-07-11dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass1-1/+2
2016-07-11dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass1-0/+33
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass3-3/+93
2016-07-11mmc: Move tracing code into separate functionsSimon Glass2-15/+45
2016-07-11dm: mmc: rockchip: Support only CONFIG_BLKSimon Glass1-11/+0
2016-07-11mmc: Move MMC boot code into its own fileSimon Glass4-125/+146
2016-07-11dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass2-95/+91
2016-07-11dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass2-82/+83
2016-07-11mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass2-5/+21
2016-07-08mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()Mateusz Kulikowski1-1/+6
2016-07-01mmc: increase MMC SDHCI read status timeoutSteve Rae1-2/+3
2016-06-28Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-14/+54
2016-06-28mmc: fsl: introduce wp_enablePeng Fan1-3/+18
2016-06-28fsl_esdhc: Update clock enable bits for USDHCYe Li1-2/+7
2016-06-28mmc: fsl: reset to normal boot mode when eMMC fast bootPeng Fan1-9/+29
2016-06-27mmc: dw_mmc: fix the wrong AND operationJaehoon Chung1-2/+2
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren1-0/+3
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren3-14/+20
2016-06-13armv8: s32v234: Introduce basic support for s32v234evbEddy Petrișor1-4/+4
2016-06-09mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xxHeiko Schocher1-0/+1
2016-06-09mmc: revert mmc: Handle switch error status bit in MMC card statusHeiko Schocher1-3/+1
2016-06-04Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-5/+4
2016-06-03mmc: fsl_esdhc: fix check_and_invalidate_dcache_range functionYangbo Lu1-5/+4
2016-05-31mmc: tegra: add basic Tegra186 supportStephen Warren1-1/+31
2016-05-27dm: mmc: Use cfg directly in mmc_bind()Simon Glass1-1/+1
2016-05-27dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPLSimon Glass1-0/+14
2016-05-27dm: rockchip: mmc: Allow use of CONFIG_BLKSimon Glass1-0/+31
2016-05-27dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass1-14/+28
2016-05-27dm: mmc: Convert sdhci to support CONFIG_BLKSimon Glass1-1/+1
2016-05-26mmc: Use byte array for multipliersSimon Glass1-1/+1