summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2016-12-29mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCIMasahiro Yamada2-1/+17
2016-12-29mmc: make MMC driver entries dependent on MMCMasahiro Yamada1-0/+4
2016-12-29mmc: complete unfinished move of CONFIG_MMCMasahiro Yamada1-3/+7
2016-12-22mmc: Extend dependencies for zynq sdhciMichal Simek1-1/+1
2016-12-22mmc: spear: remove the entire spear_sdhci.c fileJaehoon Chung2-28/+0
2016-12-04ARM: OMAP4+: Add support for getting pbias info from boardLokesh Vutla1-45/+2
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon1-3/+2
2016-12-01mmc: Tinification of the mmc codeMarek Vasut3-1/+77
2016-12-01mmc: Fix warning if debug() is not usedMarek Vasut1-1/+1
2016-12-01mmc: add bkops-enable commandTomas Melin1-0/+34
2016-12-01mmc: s5p_sdhci: fix to check proper pinmux idSeung-Woo Kim1-1/+1
2016-11-16mmc: sunxi: Enable 8bits bus width for sun8iMaxime Ripard1-1/+1
2016-11-16mmc: Retry the switch commandMaxime Ripard1-4/+11
2016-10-28Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-25/+2
2016-10-28mmc: atmel_sdhci: Remove unnecessary clock callingWenyou Yang1-25/+2
2016-10-28mmc: sdhci: assign to clk_mul when host version is upper than SD3.0Jaehoon Chung1-3/+5
2016-10-28mmc: add the device name in debugging message for supplying vmmcJaehoon Chung1-1/+1
2016-10-28dm: mmc: socfpga: fix MMC_OPS supportSylvain Lesne1-0/+2
2016-10-28mmc: refactor two core functionsMasahiro Yamada1-13/+2
2016-10-28mmc: sdhci: fix the "misaligned operation at range" for cacheJaehoon Chung1-0/+1
2016-10-28mmc: introduce mmc_power_initPeng Fan1-1/+29
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-10dm: 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-24treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada10-10/+10
2016-09-24mmc: 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