summaryrefslogtreecommitdiff
path: root/drivers/mmc/fsl_esdhc_imx.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas2020-03-091-1/+0
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock codeYangbo Lu2020-01-161-40/+0
* mmc: fsl_esdhc: add compatible for fsl, imxrt-usdhcGiulio Benetti2020-01-141-1/+2
* 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
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-6/+7
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* 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_imx: enlarge mmc timeoutPeng Fan2019-07-151-2/+2
* mmc: fsl_esdhc_imx: add i.MX8QM compatiblePeng Fan2019-07-151-0/+7
* mmc: fsl_esdhc_imx: add HS400 Enhanced strobe supportPeng Fan2019-07-151-0/+20
* mmc: fsl_esdhc_imx: use mmc_of_parse to set host_capsPeng Fan2019-07-151-9/+5
* mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li2019-07-151-2/+2
* mmc: fsl_esdhc_imx: drop useless codeYangbo Lu2019-06-231-61/+4
* mmc: split fsl_esdhc driver for i.MXYangbo Lu2019-06-231-0/+1707