summaryrefslogtreecommitdiff
path: root/drivers/mmc/fsl_esdhc_imx.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/types.h from common headerWIP/2020-08-17-reduce-commonSimon Glass2020-08-181-0/+2
* common: Drop linux/kernel.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop errno.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop stdio.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop asm/u-boot.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop linux/string.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop time.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop linux/printk.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop asm/global_data.h from common headerSimon Glass2020-08-181-0/+1
* mmc: fsl_esdhc_imx: add CD support when OF_PLATDATA is enabledWalter Lozano2020-08-021-1/+24
* mmc: fsl_esdhc_imx: add OF_PLATDATA supportWalter Lozano2020-08-021-14/+53
* mmc: fsl_esdhc_imx: rename driver name to match ll_entryWalter Lozano2020-08-021-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-3/+3
* mmc: fsl_esdhc_imx: disable the CMD CRC check for standard tuningHaibo Chen2020-06-241-10/+12
* mmc: fsl_esdhc: Gracefully fail on unsupported voltage switchMarek Vasut2020-06-151-2/+3
* mmc: fsl_esdhc: Fix SDR104 and HS200 supportMarek Vasut2020-06-151-0/+1
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* 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