summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2017-12-09mmc: uniphier-sd: Add R8A77995 D3 compatibleMarek Vasut1-0/+1
2017-12-09mmc: uniphier-sd: Add R8A77970 V3M compatibleMarek Vasut1-0/+1
2017-11-30mmc: atmel_sdhci: not on capabilities to set gck rateLudovic Desroches1-10/+2
2017-11-30nds32: ftsdc010: Fix SD detech fail on AE3XX.Rick Chen1-1/+0
2017-11-30nds32: ftsdc010: fix wait status error coding.Rick Chen1-2/+3
2017-11-30nds32: ftsdc010: Support ftsdc010 DM.Rick Chen2-31/+161
2017-11-30nds32: mmc: Support ftsdc010 DM.Rick Chen3-0/+149
2017-11-17mmc: arm_pl180_mmci: add .getcd callbackPatrice Chotard2-2/+26
2017-11-17mmc: arm_pl180_mmci: add clock supportPatrice Chotard1-2/+14
2017-11-17mmc: arm_pl180_mmci: add bus_width DT property supportPatrice Chotard1-0/+16
2017-11-17mmc: arm_pl180_mmci: adapt driver to DM usagePatrice Chotard3-12/+129
2017-11-17mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototypePatrice Chotard2-6/+6
2017-11-07mmc: fsl_esdhc: Fix PIO timeoutBenoît Thébaudeau1-13/+13
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard1-3/+3
2017-10-16mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello1-1/+1
2017-10-08dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard1-1/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada5-6/+6
2017-09-29mmc: sdhci-cadence: set timing mode register depending on frequencyMasahiro Yamada1-0/+51
2017-09-29mmc: uniphier-sd: Add vqmmc regulator supportMarek Vasut1-0/+13
2017-09-29mmc: uniphier-sd: Update the file to match V3 patchsetMarek Vasut1-41/+42
2017-09-28mmc: Add MMC support for stm32h7 SocsPatrice Chotard3-0/+617
2017-09-26Merge git://git.denx.de/u-boot-mmcTom Rini2-68/+159
2017-09-22regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1Jean-Jacques Hiblot1-0/+1
2017-09-22mmc: uniphier-sd: Add support for R8A7795 and R7A7796Marek Vasut2-3/+6
2017-09-22mmc: uniphier-sd: Add support for quirksMarek Vasut1-9/+14
2017-09-22mmc: uniphier-sd: Add support for 64bit FIFOMarek Vasut1-10/+74
2017-09-22mmc: uniphier-sd: Add support for 64bit controllerMarek Vasut1-2/+9
2017-09-22mmc: uniphier-sd: Factor out register IOMarek Vasut1-52/+63
2017-09-22mmc: sti_sdhci: Use reset frameworkPatrice Chotard1-15/+20
2017-09-22mmc: sti_sdhci: Rework sti_mmc_core_config()Patrice Chotard1-15/+18
2017-09-18rockchip: sdhci: update reg map for of-platdataKever Yang1-1/+1
2017-09-18rockchip: sdhci: Convert to livetreePhilipp Tomsich1-2/+1
2017-09-18rockchip: mmc: convert to livetreePhilipp Tomsich1-1/+1
2017-09-13dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada1-1/+1
2017-09-01mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai1-1/+1
2017-08-28mmc: sunxi: fix legacy MMC initialisationMaxime Ripard1-1/+1
2017-08-28mmc: sunxi: Support new modeMaxime Ripard2-3/+28
2017-08-18mmc: Support generic PCI SD host controllerBin Meng1-6/+1
2017-08-17cmd: mmc: add mmc partconf read capabilityAngelo Dureghello1-4/+13
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass7-54/+28
2017-08-17dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPSSimon Glass1-1/+1
2017-08-17dm: imx: cm_fx6: Enable more driver model supportSimon Glass1-1/+1
2017-08-17dm: mmc: fsl_esdhc: Update to support MMC operationsSimon Glass1-5/+64
2017-08-17dm: mmc: fsl_esdhc: Update to support livetreeSimon Glass1-9/+7
2017-08-17dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()Simon Glass1-7/+7
2017-08-17dm: mmc: fsl_esdhc: Set up platform dataSimon Glass1-22/+39
2017-08-17dm: mmc: fsl_esdhc: Detect init failureSimon Glass1-3/+6
2017-08-17dm: mmc: fsl_esdhc: Detect reset failureSimon Glass1-7/+15
2017-08-17dm: mmc: fsl_esdhc: Set up common versions of operationsSimon Glass1-11/+36