aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2017-04-04Merge git://git.denx.de/u-boot-tegraTom Rini2-0/+27
2017-04-01mmc: tegra: allow disabling external clock loopbackMarcel Ziswiler2-0/+27
2017-03-30mmc: omap_hsmmc: add support for CONFIG_BLKJean-Jacques Hiblot1-0/+17
2017-03-30mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is usedJean-Jacques Hiblot1-5/+22
2017-03-30mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device descJean-Jacques Hiblot1-1/+1
2017-03-30mmc: omap_hsmmc: use an accessor to get the private dataJean-Jacques Hiblot1-21/+33
2017-03-21mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driverStefan Roese1-1/+2
2017-03-21mmc: drop unnecessary send_status requestXu Ziyuan1-4/+0
2017-03-21mmc: sdhci: only flush cache for data commandKevin Liu1-2/+4
2017-03-21mmc: tangier: Add Intel Tangier eMMC/SDHCI driverFelipe Balbi3-0/+96
2017-03-21mmc: pci: Add CONFIG_MMC_PCIFelipe Balbi2-1/+9
2017-03-19Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+8
2017-03-17Merge git://git.denx.de/u-boot-rockchipTom Rini1-1/+16
2017-03-17mmc: fsl_esdhc: support i.MX7ULPPeng Fan1-0/+8
2017-03-16rockchip: sdhci: rk3399: update driver to support of-platdataKever Yang1-1/+16
2017-03-16Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblazeTom Rini1-2/+31
2017-03-14STiH410-B2260: Add device treePatrice Chotard1-1/+1
2017-03-14STiH410: Add STi SDHCI driverPatrice Chotard3-0/+149
2017-02-17mmc: zynq: Add fdt max-frequency supportStefan Herbrechtsmeier1-1/+8
2017-02-17mmc: zynq: Determine base clock frequency via clock frameworkStefan Herbrechtsmeier1-2/+24
2017-02-09omap_hsmmc.c: Fix build warning on non-omap3Tom Rini1-1/+3
2017-02-09mmc: init mmc block devices on probeFiach Antaw1-0/+12
2017-02-09drivers: mmc: omap_hsmmc: Fix IO Buffer on OMAP36xxAdam Ford2-0/+30
2017-02-09mmc: ftsdc021_sdhci: remove the ftsdc021_sdhci.cJaehoon Chung2-35/+0
2017-02-09mmc: mmc-uclass: use the fixed devnum with alias nodeJaehoon Chung1-3/+10
2017-02-08dm: core: Replace of_offset with accessorSimon Glass13-35/+34
2017-01-31mmc: atmel: rename CONFIG_ATMEL_SDHCI to CONFIG_MMC_SDHCI_ATMELMasahiro Yamada2-12/+13
2017-01-31mmc: pic32: rename CONFIG_PIC32_SDHCI to CONFIG_MMC_SDHCI_PIC32Masahiro Yamada2-8/+8
2017-01-31mmc: msm: rename CONFIG_MSM_SDHCI to CONFIG_MMC_SDHCI_MSMMasahiro Yamada2-11/+11
2017-01-31mmc: rockchip: rename CONFIG_ROCKCHIP_SDHCI to CONFIG_MMC_SDHCI_ROCKCHIPMasahiro Yamada2-8/+9
2017-01-31mmc: zynq: rename CONFIG_ZYNQ_SDHCI to CONFIG_MMC_SDHCI_ZYNQMasahiro Yamada2-8/+9
2017-01-31mmc: sandbox: rename CONFIG, fix dependency, and use it in MakefileMasahiro Yamada2-7/+4
2017-01-31mmc: move CONFIG_GENERIC_MMC to KconfigMasahiro Yamada1-0/+4
2017-01-25mmc: Add Marvell Xenon SDHCI controller driverStefan Roese3-0/+509
2017-01-25mmc: sdhci: Add support for optional controller specific set_ios_post()Stefan Roese1-0/+4
2017-01-25mmc: sdhci: Clear SDHCI_CLOCK_CONTROL before configuring the new valueStefan Roese1-4/+2
2017-01-23mmc: Print error code for mmc_complete_init failureJagan Teki1-1/+3
2017-01-23mmc: sdhci: Distinguish between base clock and maximum peripheral frequencyStefan Herbrechtsmeier12-28/+45
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