summaryrefslogtreecommitdiff
path: root/drivers/mmc/fsl_esdhc.c
Commit message (Expand)AuthorAgeFilesLines
* dm: imx: cm_fx6: Enable more driver model supportSimon Glass2017-08-171-1/+1
* dm: mmc: fsl_esdhc: Update to support MMC operationsSimon Glass2017-08-171-5/+64
* dm: mmc: fsl_esdhc: Update to support livetreeSimon Glass2017-08-171-9/+7
* dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init()Simon Glass2017-08-171-7/+7
* dm: mmc: fsl_esdhc: Set up platform dataSimon Glass2017-08-171-22/+39
* dm: mmc: fsl_esdhc: Detect init failureSimon Glass2017-08-171-3/+6
* dm: mmc: fsl_esdhc: Detect reset failureSimon Glass2017-08-171-7/+15
* dm: mmc: fsl_esdhc: Set up common versions of operationsSimon Glass2017-08-171-11/+36
* dm: mmc: fsl_esdhc: Pass private data to internal functionsSimon Glass2017-08-171-14/+11
* mmc: fsl_esdhc: not always setting esdhc fdt status to okayYang Li2017-08-091-2/+0
* driver: mmc: fsl_esdhc: Fix compiling warningYork Sun2017-08-091-0/+2
* mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan2017-07-121-4/+0
* dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan2017-07-121-0/+25
* mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan2017-07-121-0/+9
* Merge git://www.denx.de/git/u-boot-imxTom Rini2017-06-271-25/+28
|\
| * mmc: fsl_esdhc: Move non DM_MMC code in #ifndef CONFIG_DM_MMCJagan Teki2017-05-311-14/+16
| * mmc: fsl_esdhc: Allow all supported prescaler valuesBenoît Thébaudeau2017-05-311-11/+12
* | dm: gpio: Add live tree supportSimon Glass2017-06-011-3/+3
* | dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
|/
* mmc: fsl_esdhc: support i.MX7ULPPeng Fan2017-03-171-0/+8
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-01-191-9/+23
|\
| * mmc: fsl_esdhc: move 'status' property fixup into a weak functionYangbo Lu2017-01-181-7/+14
| * mmc: fsl_esdhc: add 'fsl, esdhc' into of_match tableYangbo Lu2017-01-181-0/+1
| * mmc: fsl_esdhc: make GPIO support optionalYangbo Lu2017-01-181-2/+8
* | mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-1/+2
|/
* dm: mmc: intialize dev when probePeng Fan2016-10-041-0/+1
* mmc: use the generic error numberJaehoon Chung2016-08-051-6/+7
* mmc: fsl_esdhc: remove the duplicated header fileJaehoon Chung2016-08-051-1/+0
* mmc: fsl: introduce wp_enablePeng Fan2016-06-281-3/+18
* fsl_esdhc: Update clock enable bits for USDHCYe Li2016-06-281-2/+7
* mmc: fsl: reset to normal boot mode when eMMC fast bootPeng Fan2016-06-281-9/+29
* armv8: s32v234: Introduce basic support for s32v234evbEddy Petrișor2016-06-131-4/+4
* mmc: fsl_esdhc: fix check_and_invalidate_dcache_range functionYangbo Lu2016-06-031-5/+4
* fsl: esdhc: support driver modelPeng Fan2016-04-061-40/+213
* mmc: fsl_esdhc: set Abort command type for CMD12Yangbo Lu2016-01-271-4/+1
* mmc: fsl_esdhc: increase data transaction timeout to 500msYangbo Lu2016-01-271-1/+8
* ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl registerEric Nelson2016-01-031-2/+13
* mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC Legacy Adapter CardYangbo Lu2015-11-021-0/+3
* mmc: fsl_esdhc: enable dat[4:7] for eMMC4.5 Adapter CardYangbo Lu2015-11-021-0/+3
* Powerpc: eSDHC: expand a fix to T4160Shaohui Xie2015-11-021-1/+2
* armv8/ls1043ardb: esdhc: Add esdhc support for ls1043ardbYangbo Lu2015-10-291-6/+6
* fsl_esdhc.c: Always make check_and_invalidate_dcache_range availableTom Rini2015-08-021-2/+0
* mmc:fsl_esdhc invalidate dcache before readPeng Fan2015-07-261-0/+8
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2015-05-051-1/+78
|\
| * mmc: fsl_esdhc: Add peripheral clock supportYangbo Lu2015-05-041-0/+41
| * mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu2015-05-041-1/+37
* | mmc: fsl_esdhc: update eMMC44 adapter card erase timeoutYangbo Lu2015-05-051-2/+2
* | mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-1/+1
|/
* ls2085a: esdhc: Add esdhc support for ls2085aYangbo Lu2015-04-231-2/+34