summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2020-02-06dm: core: Require users of devres to include the headerSimon Glass7-0/+8
2020-01-29Merge 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-18common: 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-15mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhcGiulio Benetti2-2/+3
2020-01-15mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statementGiulio Benetti1-19/+19
2020-01-15mmc: 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-07Merge 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-03common: Move ARM cache operations out of common.hSimon Glass9-0/+9
2019-12-03common: 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
2019-11-27mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut1-4/+4
2019-11-27mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut1-3/+3
2019-11-27mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut1-3/+6
2019-11-27mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut2-8/+11
2019-11-27mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut2-15/+17
2019-11-27mmc: fsl_esdhc: get clock directly from global dataYangbo Lu1-30/+4
2019-11-27mmc: sdhci: make sdhci_get_cd staticBaruch Siach1-1/+1
2019-11-23rockchip: dwmmc: add handling for u-boot, spl-fifo-modeHeiko Stuebner1-0/+5
2019-11-05mmc: fsl_esdhc_imx: Update compatible string for imx8mPeng Fan1-0/+3
2019-11-05mmc: fsl_esdhc_imx: drop redundant clock settingsPeng Fan1-5/+7
2019-11-05mmc: fsl_esdhc: clean up DM and non-DM codeYangbo Lu1-104/+100
2019-11-05mmc: fsl_esdhc: always check write protect stateYangbo Lu1-11/+4
2019-11-05mmc: fsl_esdhc: drop redundant code for non-removable featureYangbo Lu1-14/+4
2019-11-05mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common()Yangbo Lu1-35/+8
2019-11-05mmc: fsl_esdhc: clean up bus width configuration codeYangbo Lu1-48/+22