summaryrefslogtreecommitdiff
path: root/drivers/mmc/fsl_esdhc_imx.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-06mmc: fsl_esdhc_imx: add wait_dat0() supportHaibo Chen1-0/+15
2020-10-29dm: Use driver_info index instead of pointerSimon Glass1-5/+2
2020-10-12mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32Haibo Chen1-32/+32
2020-10-12mmc: fsl_esdhc_imx: remove the 1ms delay before sending commandHaibo Chen1-7/+0
2020-09-17mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.Haibo Chen1-1/+6
2020-08-02mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabledWalter Lozano1-1/+24
2020-08-02mmc: fsl_esdhc_imx: add OF_PLATDATA supportWalter Lozano1-14/+53
2020-08-02mmc: fsl_esdhc_imx: rename driver name to match ll_entryWalter Lozano1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-3/+3
2020-06-24mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen1-10/+12
2020-06-15mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut1-2/+3
2020-06-15mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut1-0/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-03-09mmc: Merge SD_LEGACY and MMC_LEGACY bus modesFaiz Abbas1-1/+0
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
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 Benetti1-1/+2
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
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-6/+7
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
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-07-15mmc: fsl_esdhc_imx: enlarge mmc timeoutPeng Fan1-2/+2
2019-07-15mmc: fsl_esdhc_imx: add i.MX8QM compatiblePeng Fan1-0/+7
2019-07-15mmc: fsl_esdhc_imx: add HS400 Enhanced strobe supportPeng Fan1-0/+20
2019-07-15mmc: fsl_esdhc_imx: use mmc_of_parse to set host_capsPeng Fan1-9/+5
2019-07-15mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li1-2/+2
2019-06-23mmc: fsl_esdhc_imx: drop useless codeYangbo Lu1-61/+4
2019-06-23mmc: split fsl_esdhc driver for i.MXYangbo Lu1-0/+1707