summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2017-03-21mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driverStefan Roese
2017-03-21mmc: drop unnecessary send_status requestXu Ziyuan
2017-03-21mmc: sdhci: only flush cache for data commandKevin Liu
2017-03-21mmc: tangier: Add Intel Tangier eMMC/SDHCI driverFelipe Balbi
2017-03-21mmc: pci: Add CONFIG_MMC_PCIFelipe Balbi
2017-03-19Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2017-03-17Merge git://git.denx.de/u-boot-rockchipTom Rini
2017-03-17mmc: fsl_esdhc: support i.MX7ULPPeng Fan
2017-03-16rockchip: sdhci: rk3399: update driver to support of-platdataKever Yang
2017-03-16Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblazeTom Rini
2017-03-15STiH410-B2260: Add device treePatrice Chotard
2017-03-15STiH410: Add STi SDHCI driverPatrice Chotard
2017-02-17mmc: zynq: Add fdt max-frequency supportStefan Herbrechtsmeier
2017-02-17mmc: zynq: Determine base clock frequency via clock frameworkStefan Herbrechtsmeier
2017-02-09omap_hsmmc.c: Fix build warning on non-omap3Tom Rini
2017-02-09mmc: init mmc block devices on probeFiach Antaw
2017-02-09drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xxAdam Ford
2017-02-09mmc: ftsdc021_sdhci: remove the ftsdc021_sdhci.cJaehoon Chung
2017-02-09mmc: mmc-uclass: use the fixed devnum with alias nodeJaehoon Chung
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-01-31mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMELMasahiro Yamada
2017-01-31mmc: pic32: rename CONFIG_PIC32_SDHCI to CONFIG_MMC_SDHCI_PIC32Masahiro Yamada
2017-01-31mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSMMasahiro Yamada
2017-01-31mmc: rockchip: rename CONFIG_ROCKCHIP_SDHCI to CONFIG_MMC_SDHCI_ROCKCHIPMasahiro Yamada
2017-01-31mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQMasahiro Yamada
2017-01-31mmc: sandbox: rename CONFIG, fix dependency, and use it in MakefileMasahiro Yamada
2017-01-31mmc: move CONFIG_GENERIC_MMC to KconfigMasahiro Yamada
2017-01-25mmc: Add Marvell Xenon SDHCI controller driverStefan Roese
2017-01-25mmc: sdhci: Add support for optional controller specific set_ios_post()Stefan Roese
2017-01-25mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new valueStefan Roese
2017-01-23mmc: Print error code for mmc_complete_init failureJagan Teki
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier
2017-01-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2017-01-18mmc: fsl_esdhc: move 'status' property fixup into a weak functionYangbo Lu
2017-01-18mmc: fsl_esdhc: add 'fsl, esdhc' into of_match tableYangbo Lu
2017-01-18mmc: fsl_esdhc: make GPIO support optionalYangbo Lu
2017-01-13Merge branch 'master' of http://git.denx.de/u-boot-mmcTom Rini
2017-01-13mmc: sunxi: revive depends on UART0_PORT_FMasahiro Yamada
2017-01-13mmc: pic32_sdhci: rename {pci->pic}32_sdhci_get_cdMasahiro Yamada
2017-01-13mmc: sdhci: fix NULL pointer access when host->ops is not setMasahiro Yamada
2017-01-12mmc: rockchip_sdhci: add clock init for mmcKever Yang
2017-01-11mmc: move more driver config options to KconfigMasahiro Yamada
2017-01-11mmc: move DesignWare-based drivers to KconfigMasahiro Yamada
2017-01-11mmc: move CONFIG_DWMMC to Kconfig, renaming to CONFIG_MMC_DWMasahiro Yamada
2017-01-11mmc: rename CONFIG_ROCKCHIP_DWMMC to CONFIG_MMC_DW_ROCKCHIPMasahiro Yamada
2017-01-11mmc: uniphier-sd: fix Kconfig dependencyMasahiro Yamada
2017-01-11mmc: sdhci-cadence: add Cadence SD4HC supportMasahiro Yamada
2017-01-11mmc: sdhci: combine the Host controller v3.0 feature into one conditionJaehoon Chung
2017-01-11mmc: sdhci: remove the SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWERJaehoon Chung
2017-01-11mmc: sdhci: move the callback function into sdhci_opsJaehoon Chung