aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2017-01-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-9/+23
2017-01-18mmc: fsl_esdhc: move 'status' property fixup into a weak functionYangbo Lu1-7/+14
2017-01-18mmc: fsl_esdhc: add 'fsl, esdhc' into of_match tableYangbo Lu1-0/+1
2017-01-18mmc: fsl_esdhc: make GPIO support optionalYangbo Lu1-2/+8
2017-01-13Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini3-6/+6
2017-01-13mmc: sunxi: revive depends on UART0_PORT_FMasahiro Yamada1-1/+1
2017-01-13mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cdMasahiro Yamada1-2/+2
2017-01-13mmc: sdhci: fix NULL pointer access when host->ops is not setMasahiro Yamada1-3/+3
2017-01-11mmc: rockchip_sdhci: add clock init for mmcKever Yang1-2/+17
2017-01-11mmc: move more driver config options to KconfigMasahiro Yamada2-7/+62
2017-01-11mmc: move DesignWare-based drivers to KconfigMasahiro Yamada2-5/+33
2017-01-11mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada2-1/+9
2017-01-11mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIPMasahiro Yamada2-2/+2
2017-01-11mmc: uniphier-sd: fix Kconfig dependencyMasahiro Yamada1-2/+2
2017-01-11mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada3-0/+138
2017-01-11mmc: sdhci: combine the Host controller v3.0 feature into one conditionJaehoon Chung1-10/+7
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung1-3/+0
2017-01-11mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung2-7/+10
2017-01-11mmc: s5p_sdhci: add the s5p_set_clock functionJaehoon Chung1-1/+7
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung19-29/+59
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_CDJaehoon Chung2-5/+3
2017-01-11mmc: pic32_sdhci: move the code to pic32_sdhci.cJaehoon Chung2-6/+17
2017-01-11mmc: sdhci: remove the unused code about testing Card detectJaehoon Chung1-11/+0
2017-01-11mmc: sdhci: disable the 8bit mode when host doesn't support itJaehoon Chung1-3/+2
2017-01-04mmc: move CONFIG_SYS_FSL_ERRATUM_ESDHC* to KconfigYork Sun1-0/+12
2016-12-29mmc: move MMC_SDHCI_IO_ACCESSORS to KconfigMasahiro Yamada1-0/+8
2016-12-29mmc: move some SDHCI related options to KconfigMasahiro Yamada3-10/+77
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