summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2020-11-18mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut
2020-11-18mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut
2020-05-28MLK-24188-2 mmc: fsl_esdhc_imx: enable AHB/IPG clkPeng Fan
2020-04-26MLK-18591-5 android: iot: Export eMMC RPMB interface for Secure Storage proxyHaoran.Wang
2020-04-26MLK-12483-4 mx6: Modify drivers to disable fused modulesYe Li
2020-04-26MLK-21848-5 fsl_esdhc: fix problem when using clk driverYe Li
2020-04-23MLK-17239 mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issueYe Li
2020-04-02mmc: t210: Fix 'bad' SD-card clock when doing 400KHz card detectTom Warren
2020-04-02mmc: t210: Add autocal and tap/trim updates for SDMMC1/3Tom Warren
2020-03-09mmc: am654_sdhci: Implement workaround for card detectFaiz Abbas
2020-03-09mmc: am654_sdhci: Update output tap delay writesFaiz Abbas
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas
2020-03-09sdhci: Add sdhci_deferred_probe() APIFaiz Abbas
2020-03-09mmc: Add a deferred_probe() APIFaiz Abbas
2020-03-09mmc: ca_dw_mmc: add DesignWare based DM support for CAxxxx SoCsArthur Li
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada
2020-02-19mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada
2020-02-17mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung
2020-02-17drivers: mmc: rpmb: Use R1 responseBharat Kumar Reddy Gooty
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini
2020-01-25mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra
2020-01-23mmc: s5p_sdhci: Read generic MMC properties from DTMarek Szyprowski
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2020-01-20mmc: am654_sdhci: Add Support for configuring PHY in J721eFaiz Abbas
2020-01-20mmc: am654_sdhci: Get Xin clock by nameFaiz Abbas
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-16Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini
2020-01-16mmc: add mmc and sd support for MT7622Sam Shih
2020-01-16mmc: mtk-sd: fix hang when data read quicklymingming lee
2020-01-16mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee
2020-01-16mmc: config help typo fixJoel Johnson
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson
2020-01-16Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usageYangbo Lu
2020-01-16mmc: fsl_esdhc: drop useless fdt fixupYangbo Lu
2020-01-16mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock codeYangbo Lu
2020-01-14mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhcGiulio Benetti
2020-01-14mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statementGiulio Benetti
2020-01-14mmc: fsl_esdhc_imx: Handle the "broken-cd" propertyFabio Estevam