summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23mmc: squash lines for immediate returnMasahiro Yamada
2016-09-21mmc: dw_mmc: push/pop all FIFO data if any data requestJacob Chen
2016-09-20mmc: sdhci: Add the programmable clock mode supportWenyou Yang
2016-09-20mmc: sd: optimize erasePeng Fan
2016-09-20mmc: sd: extracting erase related information from sd statusPeng Fan
2016-09-20mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUTMasahiro Yamada
2016-09-20mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIMEMasahiro Yamada
2016-09-20mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()Masahiro Yamada
2016-09-20mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()Masahiro Yamada
2016-09-20mmc: sdhci: move error message to more relevant placeMasahiro Yamada
2016-09-20mmc: sdhci: move sdhci_reset() call to sdhci_init()Masahiro Yamada
2016-09-14mmc: uniphier-sd: migrate to CONFIG_BLKMasahiro Yamada
2016-08-28mmc: uniphier-sd: just return if already set to desired clock rateMasahiro Yamada
2016-08-28mmc: uniphier-sd: return error code if unsupported width is givenMasahiro Yamada
2016-08-28mmc: uniphier-sd: move uniphier_sd_init() belowMasahiro Yamada
2016-08-28mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPSMasahiro Yamada
2016-08-28mmc: uniphier-sd: add static qualifiers to probe and remove callbacksMasahiro Yamada
2016-08-25ARM: tegra: fix Tegra186 SDHCI clock/reset namesStephen Warren
2016-08-20Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini
2016-08-17arm: rmobile: Add BLANCHE board supportmasakazu.mochizuki.wd@hitachi.com
2016-08-17mmc: rmobile: add a compiler barrierYannick Gicquel
2016-08-17ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILENobuhiro Iwamatsu
2016-08-16mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPSJaehoon Chung
2016-08-16mmc: send CMD0 before CMD1 for some MMC cardsYangbo Lu
2016-08-16drivers: mmc: omap_hsmmc: fix build breakageSekhar Nori
2016-08-15Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2016-08-15mmc: atmel_sdhci: Convert to the driver model supportWenyou Yang
2016-08-15mmc: tegra: port to standard clock/reset APIsStephen Warren
2016-08-12fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren
2016-08-05zynq_sdhci.c: Fix warning in arasan_sdhci_probeTom Rini
2016-08-05mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMAJaehoon Chung
2016-08-05mmc: dw_mmc: fix data starvation by host timeout under FIFO modeXu Ziyuan
2016-08-05mmc: dw_mmc: transfer proper bytes to FIFOXu Ziyuan
2016-08-05mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung
2016-08-05mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung
2016-08-05mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"Jaehoon Chung
2016-08-05mmc: display mmc list information like mmc_legacy typeXu Ziyuan
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-08-05mmc: fsl_esdhc: remove the duplicated header fileJaehoon Chung
2016-08-05mmc: dw_mmc: remove the duplicated header fileJaehoon Chung
2016-08-05mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung
2016-08-05mmc: sdhci: set to INT_DATA_END when there are dataJaehoon Chung
2016-08-05mmc: sdhci: clean up timeout detectionMasahiro Yamada
2016-07-31mmc-uclass: correct the device numberKever Yang
2016-07-27mmc: dw_mmc: reduce timeout detection cycleXu Ziyuan
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