summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2017-01-11mmc: tegra: allow disabling external clock loopbackMarcel Ziswiler
2017-01-11mmc: tegra: introduce CONFIG_TEGRA_MMC to KconfigMarcel Ziswiler
2016-10-28Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini
2016-10-28mmc: atmel_sdhci: Remove unnecessary clock callingWenyou Yang
2016-10-28mmc: sdhci: assign to clk_mul when host version is upper than SD3.0Jaehoon Chung
2016-10-28mmc: add the device name in debugging message for supplying vmmcJaehoon Chung
2016-10-28dm: mmc: socfpga: fix MMC_OPS supportSylvain Lesne
2016-10-28mmc: refactor two core functionsMasahiro Yamada
2016-10-28mmc: sdhci: fix the "misaligned operation at range" for cacheJaehoon Chung
2016-10-28mmc: introduce mmc_power_initPeng Fan
2016-10-13Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini
2016-10-11dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass
2016-10-11mmc: Fix cast for 64-bit compilationSimon Glass
2016-10-10mmc: sdhci: use the generic error numberJaehoon Chung
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung
2016-10-10mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung
2016-10-09dm: mmc: Support eraseSimon Glass
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi
2016-10-04dm: mmc: intialize dev when probePeng Fan
2016-09-27mmc: tegra: only use new clock/reset APIsStephen Warren
2016-09-27mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren
2016-09-27mmc: tegra: priv struct and naming cleanupStephen Warren
2016-09-27mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren
2016-09-27mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren
2016-09-27mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren
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