summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2017-11-29mmc: atmel_sdhci: not on capabilities to set gck rateLudovic Desroches
2017-11-30nds32: ftsdc010: Fix SD detech fail on AE3XX.Rick Chen
2017-11-30nds32: ftsdc010: fix wait status error coding.Rick Chen
2017-11-30nds32: ftsdc010: Support ftsdc010 DM.Rick Chen
2017-11-30nds32: mmc: Support ftsdc010 DM.Rick Chen
2017-11-17mmc: arm_pl180_mmci: add .getcd callbackPatrice Chotard
2017-11-17mmc: arm_pl180_mmci: add clock supportPatrice Chotard
2017-11-17mmc: arm_pl180_mmci: add bus_width DT property supportPatrice Chotard
2017-11-17mmc: arm_pl180_mmci: adapt driver to DM usagePatrice Chotard
2017-11-17mmc: arm_pl180_mmci: update arm_pl180_mmci_init() prototypePatrice Chotard
2017-11-07mmc: fsl_esdhc: Fix PIO timeoutBenoît Thébaudeau
2017-11-06stm32: fix STMicroelectronics copyrightPatrice Chotard
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard
2017-10-16mmc: stm32_sdmmc2: increase polling status register delayChristophe Kerello
2017-10-08dm: mmc: remove DM_MMC_OPS for STM32_SDMMCPatrice Chotard
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-29mmc: sdhci-cadence: set timing mode register depending on frequencyMasahiro Yamada
2017-09-29mmc: uniphier-sd: Add vqmmc regulator supportMarek Vasut
2017-09-29mmc: uniphier-sd: Update the file to match V3 patchsetMarek Vasut
2017-09-28mmc: Add MMC support for stm32h7 SocsPatrice Chotard
2017-09-25Merge git://git.denx.de/u-boot-mmcTom Rini
2017-09-22regulator: pbias: Add PBIAS regulator for proper voltage switching on MMC1Jean-Jacques Hiblot
2017-09-22mmc: uniphier-sd: Add support for R8A7795 and R7A7796Marek Vasut
2017-09-22mmc: uniphier-sd: Add support for quirksMarek Vasut
2017-09-22mmc: uniphier-sd: Add support for 64bit FIFOMarek Vasut
2017-09-22mmc: uniphier-sd: Add support for 64bit controllerMarek Vasut
2017-09-22mmc: uniphier-sd: Factor out register IOMarek Vasut
2017-09-22mmc: sti_sdhci: Use reset frameworkPatrice Chotard
2017-09-22mmc: sti_sdhci: Rework sti_mmc_core_config()Patrice Chotard
2017-09-18rockchip: sdhci: update reg map for of-platdataKever Yang
2017-09-18rockchip: sdhci: Convert to livetreePhilipp Tomsich
2017-09-18rockchip: mmc: convert to livetreePhilipp Tomsich
2017-09-12dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada
2017-09-01mmc: sunxi: Only update timing mode bit when enabling new timing modeChen-Yu Tsai
2017-08-28mmc: sunxi: fix legacy MMC initialisationMaxime Ripard
2017-08-28mmc: sunxi: Support new modeMaxime Ripard
2017-08-18mmc: Support generic PCI SD host controllerBin Meng
2017-08-17cmd: mmc: add mmc partconf read capabilityAngelo Dureghello
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass
2017-08-17dm: mmc: Correct Kconfig condition for SPL_DM_MMC_OPSSimon Glass
2017-08-17dm: imx: cm_fx6: Enable more driver model supportSimon Glass
2017-08-17dm: mmc: fsl_esdhc: Update to support MMC operationsSimon Glass
2017-08-17dm: mmc: fsl_esdhc: Update to support livetreeSimon Glass
2017-08-17dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()Simon Glass
2017-08-17dm: mmc: fsl_esdhc: Set up platform dataSimon Glass
2017-08-17dm: mmc: fsl_esdhc: Detect init failureSimon Glass
2017-08-17dm: mmc: fsl_esdhc: Detect reset failureSimon Glass
2017-08-17dm: mmc: fsl_esdhc: Set up common versions of operationsSimon Glass
2017-08-17dm: mmc: fsl_esdhc: Pass private data to internal functionsSimon Glass
2017-08-17mmc: gen_atmel_mci: Fix wrong arguments used of bind()Wenyou.Yang@microchip.com