summaryrefslogtreecommitdiff
path: root/drivers/mmc/fsl_esdhc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issueYangbo Lu2020-06-151-2/+36
* mmc: fsl_esdhc: read register once for card inserted statusYangbo Lu2020-06-151-5/+4
* 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 net.h from common headerSimon Glass2020-05-181-0/+1
* mmc: fsl_esdhc: actually enable cache snooping on mpc830xRasmus Villemoes2020-02-191-2/+13
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usageYangbo Lu2020-01-161-10/+22
* mmc: fsl_esdhc: drop useless fdt fixupYangbo Lu2020-01-161-9/+0
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* mmc: fsl_esdhc: get clock directly from global dataYangbo Lu2019-11-271-30/+4
* 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
* mmc: fsl_esdhc: make BLK as hard requirement of DM_MMCYangbo Lu2019-10-291-32/+1
* mmc: fsl_esdhc: Add emmc hs200 supportYinbo Zhu2019-09-121-15/+19
* mmc: fsl_esdhc: drop i.MX codeYangbo Lu2019-06-231-609/+16
* mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabledYangbo Lu2019-06-191-0/+29
* driver: mmc: adopt 32 bit addr in fsl_esdhc for CONFIG_PPCYinbo Zhu2019-05-231-1/+4
* driver: mmc: set sdhc clock in fsl_esdhc for CONFIG_PPCYinbo Zhu2019-05-231-0/+6
* Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue"Lukasz Majewski2019-05-201-18/+5
* mmc: fsl_esdhc: Fix wp_enable issueYe Li2019-05-031-5/+13
* mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issueYe Li2019-05-031-5/+18
* mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL buildsAbel Vesa2019-02-151-4/+4
* Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imxTom Rini2019-01-301-0/+1
|\
| * mmc: fsl_esdhc: add compatible for fsl, imx53-esdhcPatrick Bruenn2019-01-281-0/+1
* | drivers: esdhc: add support for ColdFire mcf5441x familyAngelo Dureghello2019-01-261-1/+42
|/
* mmc: fsl_esdhc: make get_cd work well in dm_mmc_opsYinbo Zhu2019-01-171-1/+0
* mmc: fsl_esdhc: Avoid infinite loop in esdhc_send_cmd_common()Fabio Estevam2019-01-141-2/+8
* imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan2019-01-011-4/+4
* mmc: fsl_esdhc: add uclass clk supportPeng Fan2018-10-221-4/+22
* fsl_esdhc: Update usdhc driver to support i.MX8Ye Li2018-10-221-4/+4
* mmc: fsl_esdhc: enable HS400 featurePeng Fan2018-09-101-1/+35
* mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung2018-05-081-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: fsl_esdhc: support SDR104 and HS200Peng Fan2018-02-041-5/+358
* mmc: fsl_esdhc: add strobe and tuning entryPeng Fan2018-02-041-8/+12
* mmc: fsl_esdhc: support i.MX8MPeng Fan2018-02-041-4/+8
* mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clockBenoît Thébaudeau2018-01-221-1/+6
* mmc: fsl_esdhc: Fix eMMC 1.8v setting issuePeng Fan2018-01-131-4/+5
* mmc: add a new mmc parameter to disable mmc clockKishon Vijay Abraham I2018-01-121-1/+1
* mmc: fsl_esdhc: Fix PIO timeoutBenoît Thébaudeau2017-11-071-13/+13
* dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-171-5/+3
* dm: imx: cm_fx6: Enable more driver model supportSimon Glass2017-08-171-1/+1