aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2016-10-13Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini15-53/+102
2016-10-11dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass1-0/+1
2016-10-11mmc: Fix cast for 64-bit compilationSimon Glass1-1/+1
2016-10-10mmc: sdhci: use the generic error numberJaehoon Chung6-16/+16
2016-10-10mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung9-23/+5
2016-10-10mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung4-13/+9
2016-10-10mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung1-0/+71
2016-10-09dm: mmc: Support eraseSimon Glass3-4/+11
2016-10-08Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+1
2016-10-08spl: saveenv: adding saveenv support in SPLB, Ravi2-4/+4
2016-10-04dm: mmc: intialize dev when probePeng Fan1-0/+1
2016-09-27mmc: tegra: only use new clock/reset APIsStephen Warren1-40/+5
2016-09-27mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren1-208/+69
2016-09-27mmc: tegra: priv struct and naming cleanupStephen Warren1-138/+161
2016-09-27mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren1-4/+3
2016-09-27mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren1-0/+28
2016-09-27mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren1-5/+5
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada10-10/+10
2016-09-23mmc: squash lines for immediate returnMasahiro Yamada8-62/+15
2016-09-21mmc: dw_mmc: push/pop all FIFO data if any data requestJacob Chen1-11/+12
2016-09-20mmc: sdhci: Add the programmable clock mode supportWenyou Yang1-10/+40
2016-09-20mmc: sd: optimize erasePeng Fan1-2/+7
2016-09-20mmc: sd: extracting erase related information from sd statusPeng Fan1-0/+68
2016-09-20mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUTMasahiro Yamada1-6/+3
2016-09-20mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIMEMasahiro Yamada1-2/+2
2016-09-20mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()Masahiro Yamada1-11/+8
2016-09-20mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()Masahiro Yamada1-3/+3
2016-09-20mmc: sdhci: move error message to more relevant placeMasahiro Yamada1-6/+9
2016-09-20mmc: sdhci: move sdhci_reset() call to sdhci_init()Masahiro Yamada1-2/+2
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-15Merge 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-05zynq_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