summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: uniphier-sd: Add R8A77995 D3 compatibleMarek Vasut2017-12-091-0/+1
* mmc: uniphier-sd: Add R8A77970 V3M compatibleMarek Vasut2017-12-091-0/+1
* mmc: atmel_sdhci: not on capabilities to set gck rateLudovic Desroches2017-11-291-10/+2
* nds32: ftsdc010: Fix SD detech fail on AE3XX.Rick Chen2017-11-301-1/+0
* nds32: ftsdc010: fix wait status error coding.Rick Chen2017-11-301-2/+3
* nds32: ftsdc010: Support ftsdc010 DM.Rick Chen2017-11-302-31/+161
* nds32: mmc: Support ftsdc010 DM.Rick Chen2017-11-303-0/+149
* mmc: arm_pl180_mmci: add .getcd callbackPatrice Chotard2017-11-172-2/+26
* mmc: arm_pl180_mmci: add clock supportPatrice Chotard2017-11-171-2/+14
* mmc: arm_pl180_mmci: add bus_width DT property supportPatrice Chotard2017-11-171-0/+16
* mmc: arm_pl180_mmci: adapt driver to DM usagePatrice Chotard2017-11-173-12/+129
* mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototypePatrice Chotard2017-11-172-6/+6
* mmc: fsl_esdhc: Fix PIO timeoutBenoît Thébaudeau2017-11-071-13/+13
* stm32: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-2/+2
* sti: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-3/+3
* mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello2017-10-161-1/+1
* dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard2017-10-081-1/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-045-6/+6
* mmc: sdhci-cadence: set timing mode register depending on frequencyMasahiro Yamada2017-09-291-0/+51
* mmc: uniphier-sd: Add vqmmc regulator supportMarek Vasut2017-09-291-0/+13
* mmc: uniphier-sd: Update the file to match V3 patchsetMarek Vasut2017-09-291-41/+42
* mmc: Add MMC support for stm32h7 SocsPatrice Chotard2017-09-283-0/+617
* Merge git://git.denx.de/u-boot-mmcTom Rini2017-09-252-68/+159
|\
| * regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1Jean-Jacques Hiblot2017-09-221-0/+1
| * mmc: uniphier-sd: Add support for R8A7795 and R7A7796Marek Vasut2017-09-222-3/+6
| * mmc: uniphier-sd: Add support for quirksMarek Vasut2017-09-221-9/+14
| * mmc: uniphier-sd: Add support for 64bit FIFOMarek Vasut2017-09-221-10/+74
| * mmc: uniphier-sd: Add support for 64bit controllerMarek Vasut2017-09-221-2/+9
| * mmc: uniphier-sd: Factor out register IOMarek Vasut2017-09-221-52/+63
* | mmc: sti_sdhci: Use reset frameworkPatrice Chotard2017-09-221-15/+20
* | mmc: sti_sdhci: Rework sti_mmc_core_config()Patrice Chotard2017-09-221-15/+18
|/
* rockchip: sdhci: update reg map for of-platdataKever Yang2017-09-181-1/+1
* rockchip: sdhci: Convert to livetreePhilipp Tomsich2017-09-181-2/+1
* rockchip: mmc: convert to livetreePhilipp Tomsich2017-09-181-1/+1
* dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada2017-09-121-1/+1
* mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai2017-09-011-1/+1
* mmc: sunxi: fix legacy MMC initialisationMaxime Ripard2017-08-281-1/+1
* mmc: sunxi: Support new modeMaxime Ripard2017-08-282-3/+28
* mmc: Support generic PCI SD host controllerBin Meng2017-08-181-6/+1
* cmd: mmc: add mmc partconf read capabilityAngelo Dureghello2017-08-171-4/+13
* dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-177-54/+28
* dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPSSimon Glass2017-08-171-1/+1
* dm: imx: cm_fx6: Enable more driver model supportSimon Glass2017-08-171-1/+1
* dm: mmc: fsl_esdhc: Update to support MMC operationsSimon Glass2017-08-171-5/+64
* dm: mmc: fsl_esdhc: Update to support livetreeSimon Glass2017-08-171-9/+7
* dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()Simon Glass2017-08-171-7/+7
* dm: mmc: fsl_esdhc: Set up platform dataSimon Glass2017-08-171-22/+39
* dm: mmc: fsl_esdhc: Detect init failureSimon Glass2017-08-171-3/+6
* dm: mmc: fsl_esdhc: Detect reset failureSimon Glass2017-08-171-7/+15
* dm: mmc: fsl_esdhc: Set up common versions of operationsSimon Glass2017-08-171-11/+36