summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2016-10-081-0/+1
|\
| * dm: mmc: intialize dev when probePeng Fan2016-10-041-0/+1
* | spl: saveenv: adding saveenv support in SPLB, Ravi2016-10-082-4/+4
|/
* mmc: tegra: only use new clock/reset APIsStephen Warren2016-09-271-40/+5
* mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren2016-09-271-208/+69
* mmc: tegra: priv struct and naming cleanupStephen Warren2016-09-271-138/+161
* mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren2016-09-271-4/+3
* mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren2016-09-271-0/+28
* mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren2016-09-271-5/+5
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-2310-10/+10
* mmc: squash lines for immediate returnMasahiro Yamada2016-09-238-62/+15
* mmc: dw_mmc: push/pop all FIFO data if any data requestJacob Chen2016-09-211-11/+12
* mmc: sdhci: Add the programmable clock mode supportWenyou Yang2016-09-201-10/+40
* mmc: sd: optimize erasePeng Fan2016-09-201-2/+7
* mmc: sd: extracting erase related information from sd statusPeng Fan2016-09-201-0/+68
* mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_MAX_TIMEOUTMasahiro Yamada2016-09-201-6/+3
* mmc: sdhci: drop CONFIG_ from CONFIG_SDHCI_CMD_DEFAULT_TIMEMasahiro Yamada2016-09-201-2/+2
* mmc: sdhci: move SDMA capability check to sdhci_setup_cfg()Masahiro Yamada2016-09-201-11/+8
* mmc: sdhci: move broken voltage quirk handling to sdhci_setup_cfg()Masahiro Yamada2016-09-201-3/+3
* mmc: sdhci: move error message to more relevant placeMasahiro Yamada2016-09-201-6/+9
* mmc: sdhci: move sdhci_reset() call to sdhci_init()Masahiro Yamada2016-09-201-2/+2
* mmc: uniphier-sd: migrate to CONFIG_BLKMasahiro Yamada2016-09-142-26/+25
* mmc: uniphier-sd: just return if already set to desired clock rateMasahiro Yamada2016-08-281-2/+5
* mmc: uniphier-sd: return error code if unsupported width is givenMasahiro Yamada2016-08-281-5/+9
* mmc: uniphier-sd: move uniphier_sd_init() belowMasahiro Yamada2016-08-281-21/+19
* mmc: uniphier-sd: migrate to CONFIG_DM_MMC_OPSMasahiro Yamada2016-08-282-47/+51
* mmc: uniphier-sd: add static qualifiers to probe and remove callbacksMasahiro Yamada2016-08-281-2/+2
* ARM: tegra: fix Tegra186 SDHCI clock/reset namesStephen Warren2016-08-251-3/+3
* Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini2016-08-202-15/+16
|\
| * arm: rmobile: Add BLANCHE board supportmasakazu.mochizuki.wd@hitachi.com2016-08-171-17/+15
| * mmc: rmobile: add a compiler barrierYannick Gicquel2016-08-171-0/+3
| * ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILENobuhiro Iwamatsu2016-08-171-1/+1
* | mmc: mmc_legacy: fix the compiler error with disabled CONFIG_DM_MMC_OPSJaehoon Chung2016-08-161-2/+7
* | mmc: send CMD0 before CMD1 for some MMC cardsYangbo Lu2016-08-161-0/+3
* | drivers: mmc: omap_hsmmc: fix build breakageSekhar Nori2016-08-161-0/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-08-152-0/+133
|\ \
| * | mmc: atmel_sdhci: Convert to the driver model supportWenyou Yang2016-08-152-0/+133
* | | mmc: tegra: port to standard clock/reset APIsStephen Warren2016-08-151-9/+55
|/ /
* | fdt: allow fdtdec_get_addr_size_*() to translate addressesStephen Warren2016-08-121-1/+2
* | zynq_sdhci.c: Fix warning in arasan_sdhci_probeTom Rini2016-08-051-2/+0
* | mmc: sdhci: fix the compiler warning when disable CONFIG_MMC_SDMAJaehoon Chung2016-08-051-1/+1
* | mmc: dw_mmc: fix data starvation by host timeout under FIFO modeXu Ziyuan2016-08-051-0/+1
* | mmc: dw_mmc: transfer proper bytes to FIFOXu Ziyuan2016-08-051-0/+2
* | mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfgJaehoon Chung2016-08-054-25/+19
* | mmc: sdhci: remove the unused argument for sdhci_setup_cfgJaehoon Chung2016-08-053-5/+5
* | mmc: sdhci: revert "mmc: sdhci: Claer high speed if not supported"Jaehoon Chung2016-08-051-3/+0
* | mmc: display mmc list information like mmc_legacy typeXu Ziyuan2016-08-051-1/+1
* | mmc: use the generic error numberJaehoon Chung2016-08-0520-90/+95
* | mmc: fsl_esdhc: remove the duplicated header fileJaehoon Chung2016-08-051-1/+0