summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2016-07-27dm: socfpga: mmc: Support CONFIG_BLKSimon Glass
2016-07-27dm: mmc: zynq: Convert zynq to use driver model for MMCSimon Glass
2016-07-27dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung
2016-07-25mmc: rockchip: add SDHCI driver support for rockchip socKever Yang
2016-07-24ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada
2016-07-22mmc: sdhci: Disable internal clock enable bitSiva Durga Prasad Paladugu
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day
2016-07-15Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-07-15sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede
2016-07-15Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini
2016-07-15sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel
2016-07-14rockchip: mmc: Update the driver to support of-platdataSimon Glass
2016-07-14rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass
2016-07-12mmc: exynos_dw_mmc: support the Driver mode for ExynosJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: use the 4bit bus-width by defaultJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: clean the unused and unnecessary codesJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: add the error control for checking indexJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROLJaehoon Chung
2016-07-12mmc: exynos_dw_mmc: remove the unused functionJaehoon Chung
2016-07-11dm: mmc: msmsdhic: Drop old MMC codeSimon Glass
2016-07-11dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass
2016-07-11dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass
2016-07-11dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass
2016-07-11dm: sandbox: Convert to use CONFIG_CMD_MMC_OPSSimon Glass
2016-07-11dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass
2016-07-11dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass
2016-07-11mmc: Move tracing code into separate functionsSimon Glass
2016-07-11dm: mmc: rockchip: Support only CONFIG_BLKSimon Glass
2016-07-11mmc: Move MMC boot code into its own fileSimon Glass
2016-07-11dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass
2016-07-11dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass
2016-07-11mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass
2016-07-08mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()Mateusz Kulikowski
2016-07-01mmc: increase MMC SDHCI read status timeoutSteve Rae
2016-06-28Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-06-28mmc: fsl: introduce wp_enablePeng Fan
2016-06-28fsl_esdhc: Update clock enable bits for USDHCYe Li
2016-06-28mmc: fsl: reset to normal boot mode when eMMC fast bootPeng Fan
2016-06-27mmc: dw_mmc: fix the wrong AND operationJaehoon Chung
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-06-13armv8: s32v234: Introduce basic support for s32v234evbEddy Petrișor
2016-06-09mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xxHeiko Schocher
2016-06-09mmc: revert mmc: Handle switch error status bit in MMC card statusHeiko Schocher
2016-06-04Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-06-03mmc: fsl_esdhc: fix check_and_invalidate_dcache_range functionYangbo Lu
2016-05-31mmc: tegra: add basic Tegra186 supportStephen Warren
2016-05-27dm: mmc: Use cfg directly in mmc_bind()Simon Glass
2016-05-27dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPLSimon Glass