summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2016-09-14mmc: uniphier-sd: migrate to CONFIG_BLKMasahiro Yamada2-26/+25
2016-08-28mmc: uniphier-sd: just return if already set to desired clock rateMasahiro Yamada1-2/+5
2016-08-28mmc: uniphier-sd: return error code if unsupported width is givenMasahiro Yamada1-5/+9
2016-08-28mmc: uniphier-sd: move uniphier_sd_init() belowMasahiro Yamada1-21/+19
2016-08-28mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPSMasahiro Yamada2-47/+51
2016-08-28mmc: uniphier-sd: add static qualifiers to probe and remove callbacksMasahiro Yamada1-2/+2
2016-08-25ARM: tegra: fix Tegra186 SDHCI clock/reset namesStephen Warren1-3/+3
2016-08-20Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2-15/+16
2016-08-17arm: rmobile: Add BLANCHE board supportmasakazu.mochizuki.wd@hitachi.com1-17/+15
2016-08-17mmc: rmobile: add a compiler barrierYannick Gicquel1-0/+3
2016-08-17ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILENobuhiro Iwamatsu1-1/+1
2016-08-16mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPSJaehoon Chung1-2/+7
2016-08-16mmc: send CMD0 before CMD1 for some MMC cardsYangbo Lu1-0/+3
2016-08-16drivers: mmc: omap_hsmmc: fix build breakageSekhar Nori1-0/+2
2016-08-16Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2-0/+133
2016-08-15mmc: atmel_sdhci: Convert to the driver model supportWenyou Yang2-0/+133
2016-08-15mmc: tegra: port to standard clock/reset APIsStephen Warren1-9/+55
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren1-1/+2
2016-08-06zynq_sdhci.c: Fix warning in arasan_sdhci_probeTom Rini1-2/+0
2016-08-05mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMAJaehoon Chung1-1/+1
2016-08-05mmc: dw_mmc: fix data starvation by host timeout under FIFO modeXu Ziyuan1-0/+1
2016-08-05mmc: dw_mmc: transfer proper bytes to FIFOXu Ziyuan1-0/+2
2016-08-05mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung4-25/+19
2016-08-05mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung3-5/+5
2016-08-05mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"Jaehoon Chung1-3/+0
2016-08-05mmc: display mmc list information like mmc_legacy typeXu Ziyuan1-1/+1
2016-08-05mmc: use the generic error numberJaehoon Chung20-90/+95
2016-08-05mmc: fsl_esdhc: remove the duplicated header fileJaehoon Chung1-1/+0
2016-08-05mmc: dw_mmc: remove the duplicated header fileJaehoon Chung2-2/+1
2016-08-05mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung1-1/+1
2016-08-05mmc: sdhci: set to INT_DATA_END when there are dataJaehoon Chung1-1/+2
2016-08-05mmc: sdhci: clean up timeout detectionMasahiro Yamada1-9/+9
2016-07-31mmc-uclass: correct the device numberKever Yang1-3/+3
2016-07-28mmc: dw_mmc: reduce timeout detection cycleXu Ziyuan1-1/+1
2016-07-27dm: socfpga: mmc: Support CONFIG_BLKSimon Glass1-1/+31
2016-07-27dm: mmc: zynq: Convert zynq to use driver model for MMCSimon Glass1-5/+34
2016-07-27dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung1-2/+2
2016-07-26mmc: rockchip: add SDHCI driver support for rockchip socKever Yang3-0/+100
2016-07-23ARM: 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-15rockchip: mmc: Update the driver to support of-platdataSimon Glass1-3/+26
2016-07-15rockchip: 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