summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* dm: mmc: Avoid probing block devices in find_mmc_device()Simon Glass2017-06-091-2/+4
* mmc: sh_sdhi: Fix Kconfig entryMarek Vasut2017-06-091-1/+1
* mmc: sh_sdhi: Add SDHI supportKouei Abe2017-06-091-0/+14
* mmc: sh_sdhi: Add MMC version 5.0 supportKouei Abe2017-06-091-5/+19
* mmc: sh_sdhi: Add 64-bit access to sd_buf supportKouei Abe2017-06-091-10/+43
* mmc: sh_sdhi: Set SD_INFOx interrupt mask before command startingKouei Abe2017-06-091-2/+2
* samsung: mmc: Drop s3c_sdi driverSimon Glass2017-06-052-324/+0
* dm: mmc: Convert uclass to livetreeSimon Glass2017-06-011-1/+2
* dm: gpio: Add live tree supportSimon Glass2017-06-012-7/+7
* dm: core: Rename of_device_is_compatible()Simon Glass2017-06-011-1/+1
* tegra: Convert MMC to use driver model for operationsSimon Glass2017-06-011-31/+41
* dm: mmc: Rewrite mmc_blk_probe()Simon Glass2017-06-011-6/+11
* dm: mmc: Check that drivers have operationsSimon Glass2017-06-011-0/+4
* dm: mmc: Don't call board_mmc_power_init() with driver modelSimon Glass2017-06-011-4/+11
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-013-3/+3
* dm: Fix up inclusion of common.hSimon Glass2017-06-011-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-0117-18/+19
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-015-5/+5
* mmc: meson: increase max block number per requestHeiner Kallweit2017-05-291-1/+1
* x86: Convert MMC to driver modelSimon Glass2017-05-171-26/+60
* mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMDWenyou Yang2017-05-161-2/+2
* mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada2017-05-151-16/+12
* mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-153-10/+6
* mmc: sdhci-cadence: import updates from Linux 4.12Masahiro Yamada2017-05-151-10/+57
* mmc: sdhci: Fix maximum clock for programmable clock modeWenyou Yang2017-05-151-7/+11
* drivers: omap_hsmmc: move to DM_MMC_OPSJean-Jacques Hiblot2017-05-152-7/+33
* dm: mmc: omap_hsmmc: Add pre-reloc flag to the driverLokesh Vutla2017-05-111-0/+1
* dm: mmc: omap_hsmmc: Update to support of-platdataLokesh Vutla2017-05-111-10/+14
* rockchip: mmc: handle deprecation of 'clock-freq-min-max'Philipp Tomsich2017-05-101-2/+18
* mmc: dw_mmc: rockchip: select proper card clockXu Ziyuan2017-05-101-2/+2
* omap_hsmmc: update struct hsmmc to accommodate omap3 from DTAdam Ford2017-05-091-4/+31
* dm: mmc: rpi: Convert Raspberry Pi to driver model for MMCSimon Glass2017-05-091-16/+65
* drivers: remove Blackfin specific driversMasahiro Yamada2017-04-182-307/+0
* mmc: sdhci: Wait for SDHCI_INT_DATA_END when transferring.Alex Deymo2017-04-141-4/+11
* mmc: bcm2835_sdhci: Speed up mmc writes.Jocelyn Bohr2017-04-141-2/+6
* mmc: gen_atmel_mci: add driver model support for mciWenyou Yang2017-04-142-1/+166
* mmc: meson: add MMC driver for Meson GX (S905)Carlo Caione2017-04-143-0/+298
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* Merge git://git.denx.de/u-boot-tegraTom Rini2017-04-042-0/+27
|\
| * mmc: tegra: allow disabling external clock loopbackMarcel Ziswiler2017-04-012-0/+27
* | mmc: omap_hsmmc: add support for CONFIG_BLKJean-Jacques Hiblot2017-03-301-0/+17
* | mmc: omap_hsmmc: move the mmc_config to platdata when DM_MMC is usedJean-Jacques Hiblot2017-03-301-5/+22
* | mmc: omap_hsmmc: use mmc_get_blk_desc() to get the block device descJean-Jacques Hiblot2017-03-301-1/+1
* | mmc: omap_hsmmc: use an accessor to get the private dataJean-Jacques Hiblot2017-03-301-21/+33
|/
* mmc: xenon_sdhci: Add missing host->max_clk to Xenon SDHCI driverStefan Roese2017-03-211-1/+2
* mmc: drop unnecessary send_status requestXu Ziyuan2017-03-211-4/+0
* mmc: sdhci: only flush cache for data commandKevin Liu2017-03-211-2/+4
* mmc: tangier: Add Intel Tangier eMMC/SDHCI driverFelipe Balbi2017-03-213-0/+96
* mmc: pci: Add CONFIG_MMC_PCIFelipe Balbi2017-03-212-1/+9
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-03-191-0/+8
|\