aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2020-02-20mmc: sdhci: fix missing cache invalidation after reading by DMAMasahiro Yamada1-0/+4
2020-02-20mmc: sdhci: use dma_map_single() instead of flush_cache() before DMAMasahiro Yamada1-26/+25
2020-02-20mmc: sdhci: remove unneeded castsMasahiro Yamada1-3/+2
2020-02-20mmc: sdhci: use lower_32_bit2() and upper_32_bits() for setting adma_addrMasahiro Yamada1-2/+3
2020-02-20mmc: sdhci: reduce code duplication for aligned bufferMasahiro Yamada1-14/+8
2020-02-20mmc: sdhci: put the aligned buffer pointer to struct sdhci_hostMasahiro Yamada1-14/+13
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-2/+1
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-1/+1
2020-02-19mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes1-2/+13
2020-02-17mmc: remove unneeded forward declarationsMasahiro Yamada1-4/+0
2020-02-17mmc: check the return value of mmc_select_mode_and_width()Masahiro Yamada1-1/+1
2020-02-17mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada1-4/+17
2020-02-17mmc: fix the build error when MMC_WRITE is disabledJaehoon Chung1-0/+2
2020-02-17drivers: mmc: rpmb: Use R1 responseBharat Kumar Reddy Gooty1-0/+5
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass19-0/+22
2020-02-05dm: core: Require users of devres to include the headerSimon Glass7-0/+8
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-0/+5
2020-01-25mmc: tmio-common: Drop custom dma mapping functionsVignesh Raghavendra1-22/+3
2020-01-23mmc: s5p_sdhci: Read generic MMC properties from DTMarek Szyprowski1-0/+5
2020-01-20Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-30/+99
2020-01-20mmc: am654_sdhci: Add Support for configuring PHY in J721eFaiz Abbas1-29/+98
2020-01-20mmc: am654_sdhci: Get Xin clock by nameFaiz Abbas1-1/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-16Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini4-70/+39
2020-01-16mmc: add mmc and sd support for MT7622Sam Shih1-0/+10
2020-01-16mmc: mtk-sd: fix hang when data read quicklymingming lee1-5/+1
2020-01-16mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee1-33/+101
2020-01-16mmc: config help typo fixJoel Johnson1-1/+1
2020-01-16mmc: add additional quirk for APP_CMD retryJoel Johnson1-1/+16
2020-01-16Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usageYangbo Lu2-19/+22
2020-01-16mmc: fsl_esdhc: drop useless fdt fixupYangbo Lu1-9/+0
2020-01-16mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock codeYangbo Lu1-40/+0
2020-01-14mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhcGiulio Benetti2-2/+3
2020-01-14mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statementGiulio Benetti1-19/+19
2020-01-14mmc: fsl_esdhc_imx: Handle the "broken-cd" propertyFabio Estevam1-0/+8
2020-01-07arm: socfpga: Convert clock manager from struct to definesLey Foon Tan1-7/+4
2020-01-07arm: socfpga: Convert system manager from struct to definesLey Foon Tan1-4/+2
2020-01-06Merge branch 'next'Tom Rini2-7/+8
2020-01-04Revert "mmc: davinci: drop struct davinci_mmc_plat"Tom Rini1-5/+11
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2-7/+8
2019-12-03mmc: mtk-sd: Adjust the mmc tuning flowmingming lee1-16/+193
2019-12-03mmc: davinci: fix mmc boot in SPLBartosz Golaszewski1-0/+17
2019-12-03mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski1-10/+4
2019-12-03mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski1-37/+5
2019-12-02common: Move ARM cache operations out of common.hSimon Glass9-0/+9
2019-12-02common: Move get_ticks() function out of common.hSimon Glass2-0/+2
2019-11-27mmc: tmio: sdhi: Add calibration tablesMarek Vasut2-17/+89
2019-11-27mmc: tmio: sdhi: Skip bad tapsMarek Vasut2-1/+49
2019-11-27mmc: tmio: sdhi: Add SCC error checkingMarek Vasut1-0/+85
2019-11-27mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut1-5/+3