summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini2017-01-13-6/+6
|\
| * mmc: sunxi: revive depends on UART0_PORT_FMasahiro Yamada2017-01-13-1/+1
| * mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cdMasahiro Yamada2017-01-13-2/+2
| * mmc: sdhci: fix NULL pointer access when host->ops is not setMasahiro Yamada2017-01-13-3/+3
* | mmc: rockchip_sdhci: add clock init for mmcKever Yang2017-01-11-2/+17
|/
* mmc: move more driver config options to KconfigMasahiro Yamada2017-01-11-7/+62
* mmc: move DesignWare-based drivers to KconfigMasahiro Yamada2017-01-11-5/+33
* mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada2017-01-11-1/+9
* mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIPMasahiro Yamada2017-01-11-2/+2
* mmc: uniphier-sd: fix Kconfig dependencyMasahiro Yamada2017-01-11-2/+2
* mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada2017-01-11-0/+138
* mmc: sdhci: combine the Host controller v3.0 feature into one conditionJaehoon Chung2017-01-11-10/+7
* mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung2017-01-11-3/+0
* mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung2017-01-11-7/+10
* mmc: s5p_sdhci: add the s5p_set_clock functionJaehoon Chung2017-01-11-1/+7
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-11-29/+59
* mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung2017-01-11-5/+3
* mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung2017-01-11-6/+17
* mmc: sdhci: remove the unused code about testing Card detectJaehoon Chung2017-01-11-11/+0
* mmc: sdhci: disable the 8bit mode when host doesn't support itJaehoon Chung2017-01-11-3/+2
* mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to KconfigYork Sun2017-01-04-0/+12
* mmc: move MMC_SDHCI_IO_ACCESSORS to KconfigMasahiro Yamada2016-12-29-0/+8
* mmc: move some SDHCI related options to KconfigMasahiro Yamada2016-12-29-10/+77
* mmc: move CONFIG_SDHCI to Kconfig, renaming to CONFIG_MMC_SDHCIMasahiro Yamada2016-12-29-1/+17
* mmc: make MMC driver entries dependent on MMCMasahiro Yamada2016-12-29-0/+4
* mmc: complete unfinished move of CONFIG_MMCMasahiro Yamada2016-12-29-3/+7
* mmc: Extend dependencies for zynq sdhciMichal Simek2016-12-22-1/+1
* mmc: spear: remove the entire spear_sdhci.c fileJaehoon Chung2016-12-22-28/+0
* ARM: OMAP4+: Add support for getting pbias info from boardLokesh Vutla2016-12-04-45/+2
* ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon2016-12-03-3/+2
* mmc: Tinification of the mmc codeMarek Vasut2016-12-01-1/+77
* mmc: Fix warning if debug() is not usedMarek Vasut2016-12-01-1/+1
* mmc: add bkops-enable commandTomas Melin2016-12-01-0/+34
* mmc: s5p_sdhci: fix to check proper pinmux idSeung-Woo Kim2016-12-01-1/+1
* 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