summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeLines
* mmc: sunxi: Enable 8bits bus width for sun8iMaxime Ripard2016-11-16-1/+1
* mmc: Retry the switch commandMaxime Ripard2016-11-16-4/+11
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-10-28-25/+2
|\
| * mmc: atmel_sdhci: Remove unnecessary clock callingWenyou Yang2016-10-28-25/+2
* | mmc: sdhci: assign to clk_mul when host version is upper than SD3.0Jaehoon Chung2016-10-28-3/+5
* | mmc: add the device name in debugging message for supplying vmmcJaehoon Chung2016-10-28-1/+1
* | dm: mmc: socfpga: fix MMC_OPS supportSylvain Lesne2016-10-28-0/+2
* | mmc: refactor two core functionsMasahiro Yamada2016-10-28-13/+2
* | mmc: sdhci: fix the "misaligned operation at range" for cacheJaehoon Chung2016-10-28-0/+1
* | mmc: introduce mmc_power_initPeng Fan2016-10-28-1/+29
|/
* Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini2016-10-13-53/+102
|\
| * mmc: Fix cast for 64-bit compilationSimon Glass2016-10-11-1/+1
| * mmc: sdhci: use the generic error numberJaehoon Chung2016-10-10-16/+16
| * mmc: sdhci: use the host version value in sdhci_setup_cfgJaehoon Chung2016-10-10-23/+5
| * mmc: dw_mmc: remove the unnecessary arguments for dwmci_setup_cfgJaehoon Chung2016-10-10-13/+9
| * mmc: s5p_sdhci: support the Driver model for ExynosJaehoon Chung2016-10-10-0/+71
* | dm: mmc: Enable DM_MMC_OPS by default with DM_MMCSimon Glass2016-10-11-0/+1
* | dm: mmc: Support eraseSimon Glass2016-10-09-4/+11
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-08-0/+1
|\
| * dm: mmc: intialize dev when probePeng Fan2016-10-04-0/+1
* | spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-08-4/+4
|/
* mmc: tegra: only use new clock/reset APIsStephen Warren2016-09-27-40/+5
* mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren2016-09-27-208/+69
* mmc: tegra: priv struct and naming cleanupStephen Warren2016-09-27-138/+161
* mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren2016-09-27-4/+3
* mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren2016-09-27-0/+28
* mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren2016-09-27-5/+5
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-10/+10
* mmc: squash lines for immediate returnMasahiro Yamada2016-09-23-62/+15
* mmc: dw_mmc: push/pop all FIFO data if any data requestJacob Chen2016-09-21-11/+12
* mmc: sdhci: Add the programmable clock mode supportWenyou Yang2016-09-20-10/+40
* mmc: sd: optimize erasePeng Fan2016-09-20-2/+7
* mmc: sd: extracting erase related information from sd statusPeng Fan2016-09-20-0/+68
* mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUTMasahiro Yamada2016-09-20-6/+3
* mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIMEMasahiro Yamada2016-09-20-2/+2
* mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()Masahiro Yamada2016-09-20-11/+8
* mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()Masahiro Yamada2016-09-20-3/+3
* mmc: sdhci: move error message to more relevant placeMasahiro Yamada2016-09-20-6/+9
* mmc: sdhci: move sdhci_reset() call to sdhci_init()Masahiro Yamada2016-09-20-2/+2
* mmc: uniphier-sd: migrate to CONFIG_BLKMasahiro Yamada2016-09-14-26/+25
* mmc: uniphier-sd: just return if already set to desired clock rateMasahiro Yamada2016-08-28-2/+5
* mmc: uniphier-sd: return error code if unsupported width is givenMasahiro Yamada2016-08-28-5/+9
* mmc: uniphier-sd: move uniphier_sd_init() belowMasahiro Yamada2016-08-28-21/+19
* mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPSMasahiro Yamada2016-08-28-47/+51
* mmc: uniphier-sd: add static qualifiers to probe and remove callbacksMasahiro Yamada2016-08-28-2/+2
* ARM: tegra: fix Tegra186 SDHCI clock/reset namesStephen Warren2016-08-25-3/+3
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2016-08-20-15/+16
|\
| * arm: rmobile: Add BLANCHE board supportmasakazu.mochizuki.wd@hitachi.com2016-08-17-17/+15
| * mmc: rmobile: add a compiler barrierYannick Gicquel2016-08-17-0/+3