summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians...WIP/20Jan2020Tom Rini2020-01-201-30/+99
|\
| * mmc: am654_sdhci: Add Support for configuring PHY in J721eFaiz Abbas2020-01-201-29/+98
| * mmc: am654_sdhci: Get Xin clock by nameFaiz Abbas2020-01-201-1/+1
* | common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
|/
* Merge tag 'mmc-1-16-2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcWIP/16Jan2020Tom Rini2020-01-164-70/+39
|\
| * mmc: config help typo fixJoel Johnson2020-01-161-1/+1
| * mmc: add additional quirk for APP_CMD retryJoel Johnson2020-01-161-1/+16
| * Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usageYangbo Lu2020-01-162-19/+22
| * mmc: fsl_esdhc: drop useless fdt fixupYangbo Lu2020-01-161-9/+0
| * mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock codeYangbo Lu2020-01-161-40/+0
* | mmc: add mmc and sd support for MT7622Sam Shih2020-01-161-0/+10
* | mmc: mtk-sd: fix hang when data read quicklymingming lee2020-01-161-5/+1
* | mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee2020-01-161-33/+101
|/
* mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhcGiulio Benetti2020-01-142-2/+3
* mmc: fsl_esdhc: make if(CONFIG_IS_ENABLED(CLK)) an #if statementGiulio Benetti2020-01-141-19/+19
* mmc: fsl_esdhc_imx: Handle the "broken-cd" propertyFabio Estevam2020-01-141-0/+8
* arm: socfpga: Convert clock manager from struct to definesLey Foon Tan2020-01-071-7/+4
* arm: socfpga: Convert system manager from struct to definesLey Foon Tan2020-01-071-4/+2
* Merge branch 'next'WIP/06Jan2020Tom Rini2020-01-062-7/+8
|\
| * dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-152-7/+8
* | Revert "mmc: davinci: drop struct davinci_mmc_plat"Tom Rini2020-01-041-5/+11
|/
* mmc: mtk-sd: Adjust the mmc tuning flowmingming lee2019-12-031-16/+193
* mmc: davinci: fix mmc boot in SPLBartosz Golaszewski2019-12-031-0/+17
* mmc: davinci: drop struct davinci_mmc_platBartosz Golaszewski2019-12-031-10/+4
* mmc: davinci: drop support for ti,dm6441-mmcBartosz Golaszewski2019-12-031-37/+5
* common: Move ARM cache operations out of common.hSimon Glass2019-12-029-0/+9
* common: Move get_ticks() function out of common.hSimon Glass2019-12-022-0/+2
* mmc: tmio: sdhi: Add calibration tablesMarek Vasut2019-11-272-17/+89
* mmc: tmio: sdhi: Skip bad tapsMarek Vasut2019-11-272-1/+49
* mmc: tmio: sdhi: Add SCC error checkingMarek Vasut2019-11-271-0/+85
* mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut2019-11-271-5/+3
* mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut2019-11-271-4/+4
* mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut2019-11-271-3/+3
* mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut2019-11-271-3/+6
* mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut2019-11-272-8/+11
* mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut2019-11-272-15/+17
* mmc: fsl_esdhc: get clock directly from global dataYangbo Lu2019-11-271-30/+4
* mmc: sdhci: make sdhci_get_cd staticBaruch Siach2019-11-271-1/+1
* rockchip: dwmmc: add handling for u-boot, spl-fifo-modeHeiko Stuebner2019-11-231-0/+5
* mmc: fsl_esdhc_imx: Update compatible string for imx8mPeng Fan2019-11-051-0/+3
* mmc: fsl_esdhc_imx: drop redundant clock settingsPeng Fan2019-11-051-5/+7
* mmc: fsl_esdhc: clean up DM and non-DM codeYangbo Lu2019-11-051-104/+100
* mmc: fsl_esdhc: always check write protect stateYangbo Lu2019-11-051-11/+4
* mmc: fsl_esdhc: drop redundant code for non-removable featureYangbo Lu2019-11-051-14/+4
* mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common()Yangbo Lu2019-11-051-35/+8
* mmc: fsl_esdhc: clean up bus width configuration codeYangbo Lu2019-11-051-48/+22
* mmc: fsl_esdhc: fix voltage validationYangbo Lu2019-11-051-26/+10
* mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init()Yangbo Lu2019-11-051-36/+0
* mmc: fsl_esdhc: drop i.MX DDR support codeYangbo Lu2019-10-291-6/+2
* mmc: fsl_esdhc: remove redundant DM_MMC checkingYangbo Lu2019-10-291-2/+0