aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2018-01-12mmc: Add a function to dump the mmc capabilitiesJean-Jacques Hiblot
2018-01-12mmc: introduce mmc modesJean-Jacques Hiblot
2018-01-12mmc: add a function to read and test the ext csd (mmc >= 4)Jean-Jacques Hiblot
2018-01-12mmc: make ext_csd part of struct mmcJean-Jacques Hiblot
2018-01-12mmc: move the MMC startup for version above v4.0 in a separate functionJean-Jacques Hiblot
2018-01-12mmc: split mmc_startup()Jean-Jacques Hiblot
2018-01-12mmc: dm: get the IO-line and main voltage regulators from the dtsJean-Jacques Hiblot
2018-01-12mmc: sdhci: do not compare pointer to 0Heinrich Schuchardt
2018-01-12mmc: sdhci: don't clear SDHCI_INT_STATUS register during CMD_INHIBITJorge Ramirez-Ortiz
2018-01-12mmc: sanitize includes for DM i2cFelix Brack
2018-01-12drivers: mmc: Avoid memory leak in case of failureSuniel Mahesh
2018-01-12drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macroSuniel Mahesh
2017-12-09mmc: uniphier-sd: Add R8A77995 D3 compatibleMarek Vasut
2017-12-09mmc: uniphier-sd: Add R8A77970 V3M compatibleMarek Vasut
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