summaryrefslogtreecommitdiff
path: root/drivers/mmc/fsl_esdhc.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-16mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL buildsAbel Vesa1-4/+4
2019-01-30Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imxTom Rini1-0/+1
2019-01-28mmc: fsl_esdhc: add compatible for fsl, imx53-esdhcPatrick Bruenn1-0/+1
2019-01-26drivers: esdhc: add support for ColdFire mcf5441x familyAngelo Dureghello1-1/+42
2019-01-18mmc: fsl_esdhc: make get_cd work well in dm_mmc_opsYinbo Zhu1-1/+0
2019-01-14mmc: fsl_esdhc: Avoid infinite loop in esdhc_send_cmd_common()Fabio Estevam1-2/+8
2019-01-01imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan1-4/+4
2018-10-22mmc: fsl_esdhc: add uclass clk supportPeng Fan1-4/+22
2018-10-22fsl_esdhc: Update usdhc driver to support i.MX8Ye Li1-4/+4
2018-09-11mmc: fsl_esdhc: enable HS400 featurePeng Fan1-1/+35
2018-05-08mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.hJaehoon Chung1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-04mmc: fsl_esdhc: support SDR104 and HS200Peng Fan1-5/+358
2018-02-04mmc: fsl_esdhc: add strobe and tuning entryPeng Fan1-8/+12
2018-02-04mmc: fsl_esdhc: support i.MX8MPeng Fan1-4/+8
2018-01-22mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clockBenoît Thébaudeau1-1/+6
2018-01-12mmc: fsl_esdhc: Fix eMMC 1.8v setting issuePeng Fan1-4/+5
2018-01-12mmc: add a new mmc parameter to disable mmc clockKishon Vijay Abraham I1-1/+1
2017-11-07mmc: fsl_esdhc: Fix PIO timeoutBenoît Thébaudeau1-13/+13
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass1-5/+3
2017-08-17dm: imx: cm_fx6: Enable more driver model supportSimon Glass1-1/+1
2017-08-17dm: mmc: fsl_esdhc: Update to support MMC operationsSimon Glass1-5/+64
2017-08-17dm: mmc: fsl_esdhc: Update to support livetreeSimon Glass1-9/+7
2017-08-17dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()Simon Glass1-7/+7
2017-08-17dm: mmc: fsl_esdhc: Set up platform dataSimon Glass1-22/+39
2017-08-17dm: mmc: fsl_esdhc: Detect init failureSimon Glass1-3/+6
2017-08-17dm: mmc: fsl_esdhc: Detect reset failureSimon Glass1-7/+15
2017-08-17dm: mmc: fsl_esdhc: Set up common versions of operationsSimon Glass1-11/+36
2017-08-17dm: mmc: fsl_esdhc: Pass private data to internal functionsSimon Glass1-14/+11
2017-08-09mmc: fsl_esdhc: not always setting esdhc fdt status to okayYang Li1-2/+0
2017-08-09driver: mmc: fsl_esdhc: Fix compiling warningYork Sun1-0/+2
2017-07-12mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan1-4/+0
2017-07-12dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan1-0/+25
2017-07-12mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan1-0/+9
2017-06-27Merge git://www.denx.de/git/u-boot-imxTom Rini1-25/+28
2017-06-01dm: gpio: Add live tree supportSimon Glass1-3/+3
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-31mmc: fsl_esdhc: Move non DM_MMC code in #ifndef CONFIG_DM_MMCJagan Teki1-14/+16
2017-05-31mmc: fsl_esdhc: Allow all supported prescaler valuesBenoît Thébaudeau1-11/+12
2017-03-17mmc: fsl_esdhc: support i.MX7ULPPeng Fan1-0/+8
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2017-01-19Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-9/+23
2017-01-18mmc: fsl_esdhc: move 'status' property fixup into a weak functionYangbo Lu1-7/+14
2017-01-18mmc: fsl_esdhc: add 'fsl, esdhc' into of_match tableYangbo Lu1-0/+1
2017-01-18mmc: fsl_esdhc: make GPIO support optionalYangbo Lu1-2/+8
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+2
2016-10-04dm: mmc: intialize dev when probePeng Fan1-0/+1
2016-08-05mmc: use the generic error numberJaehoon Chung1-6/+7
2016-08-05mmc: fsl_esdhc: remove the duplicated header fileJaehoon Chung1-1/+0
2016-06-28mmc: fsl: introduce wp_enablePeng Fan1-3/+18