summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeLines
* mmc: atmel_sdhci: Convert to the driver model supportWenyou Yang2016-08-15-0/+133
* fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-12-1/+2
* zynq_sdhci.c: Fix warning in arasan_sdhci_probeTom Rini2016-08-05-2/+0
* mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMAJaehoon Chung2016-08-05-1/+1
* mmc: dw_mmc: fix data starvation by host timeout under FIFO modeXu Ziyuan2016-08-05-0/+1
* mmc: dw_mmc: transfer proper bytes to FIFOXu Ziyuan2016-08-05-0/+2
* mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung2016-08-05-25/+19
* mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung2016-08-05-5/+5
* mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"Jaehoon Chung2016-08-05-3/+0
* mmc: display mmc list information like mmc_legacy typeXu Ziyuan2016-08-05-1/+1
* mmc: use the generic error numberJaehoon Chung2016-08-05-90/+95
* mmc: fsl_esdhc: remove the duplicated header fileJaehoon Chung2016-08-05-1/+0
* mmc: dw_mmc: remove the duplicated header fileJaehoon Chung2016-08-05-2/+1
* mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung2016-08-05-1/+1
* mmc: sdhci: set to INT_DATA_END when there are dataJaehoon Chung2016-08-05-1/+2
* mmc: sdhci: clean up timeout detectionMasahiro Yamada2016-08-05-9/+9
* mmc-uclass: correct the device numberKever Yang2016-07-31-3/+3
* mmc: dw_mmc: reduce timeout detection cycleXu Ziyuan2016-07-27-1/+1
* dm: socfpga: mmc: Support CONFIG_BLKSimon Glass2016-07-27-1/+31
* dm: mmc: zynq: Convert zynq to use driver model for MMCSimon Glass2016-07-27-5/+34
* dm: mmc: dwmmc: use the callback functions as staticJaehoon Chung2016-07-27-2/+2
* mmc: rockchip: add SDHCI driver support for rockchip socKever Yang2016-07-25-0/+100
* ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada2016-07-24-4/+3
* mmc: sdhci: Disable internal clock enable bitSiva Durga Prasad Paladugu2016-07-22-1/+1
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-16-1/+1
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-07-15-22/+5
|\
| * sunxi: Use BROM stored boot_media value to determine our boot-sourceHans de Goede2016-07-15-17/+0
| * sunxi: mmc: increase status register polling rate for data transfersTobias Doerffel2016-07-15-5/+5
* | Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2016-07-15-63/+85
|\ \
| * | mmc: exynos_dw_mmc: support the Driver mode for ExynosJaehoon Chung2016-07-12-0/+72
| * | mmc: exynos_dw_mmc: use the 4bit bus-width by defaultJaehoon Chung2016-07-12-6/+2
| * | mmc: exynos_dw_mmc: clean the unused and unnecessary codesJaehoon Chung2016-07-12-22/+9
| * | mmc: exynos_dw_mmc: add the error control for checking indexJaehoon Chung2016-07-12-0/+5
| * | mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROLJaehoon Chung2016-07-12-2/+0
| * | mmc: exynos_dw_mmc: remove the unused functionJaehoon Chung2016-07-12-36/+0
* | | rockchip: mmc: Update the driver to support of-platdataSimon Glass2016-07-14-3/+26
* | | rockchip: mmc: Move all DT decoding to ofdata_to_platdata()Simon Glass2016-07-14-15/+17
| |/ |/|
* | dm: mmc: msmsdhic: Drop old MMC codeSimon Glass2016-07-11-16/+1
* | dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-11-2/+44
* | dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass2016-07-11-1/+39
* | dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass2016-07-11-48/+59
* | dm: sandbox: Convert to use CONFIG_CMD_MMC_OPSSimon Glass2016-07-11-11/+6
* | dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass2016-07-11-1/+2
* | dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass2016-07-11-0/+33
* | dm: mmc: Add a way to use driver model for MMC operationsSimon Glass2016-07-11-3/+93
* | mmc: Move tracing code into separate functionsSimon Glass2016-07-11-15/+45
* | dm: mmc: rockchip: Support only CONFIG_BLKSimon Glass2016-07-11-11/+0
* | mmc: Move MMC boot code into its own fileSimon Glass2016-07-11-125/+146
* | dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass2016-07-11-95/+91
* | dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass2016-07-11-82/+83