summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/renesas-sdhi.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: renesas-sdhi: Enable support for R8A774A1Adam Ford2020-07-251-1/+1
* common: Drop linux/bitops.h from common headerSimon 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
* mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut2020-04-221-10/+36
* mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut2020-04-221-0/+77
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+2
* mmc: tmio: sdhi: Add calibration tablesMarek Vasut2019-11-271-17/+88
* mmc: tmio: sdhi: Skip bad tapsMarek Vasut2019-11-271-1/+48
* mmc: tmio: sdhi: Add SCC error checkingMarek Vasut2019-11-271-0/+85
* mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut2019-11-271-5/+3
* mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut2019-11-271-4/+4
* mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut2019-11-271-3/+3
* mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut2019-11-271-3/+6
* mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut2019-11-271-8/+10
* mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut2019-11-271-15/+16
* mmc: Rename timeout parameters for clarificationSam Protsenko2019-09-051-3/+4
* mmc: tmio: sdhi: HS400 manual adjustmentMarek Vasut2019-05-211-3/+162
* mmc: tmio: sdhi: Minor macro cleanupMarek Vasut2019-05-211-10/+10
* mmc: renesas: Unconditionally set DTCNTL TAPNUM to 8Marek Vasut2019-02-251-1/+1
* mmc: tmio: sdhi: Configure DT2FF register for HS400 modeMarek Vasut2019-02-161-0/+3
* mmc: tmio: Make DMA transfer end bit configurableMarek Vasut2019-02-091-0/+10
* mmc: tmio: sdhi: Add HS400 supportMarek Vasut2018-12-031-8/+95
* mmc: tmio: sdhi: Move tap_pos to private dataMarek Vasut2018-12-031-3/+2
* mmc: tmio: sdhi: Filter out HS400 on certain SoCsMarek Vasut2018-12-031-0/+20
* mmc: tmio: Switch to clock frameworkMarek Vasut2018-12-031-8/+13
* mmc: tmio: sdhi: Merge DTCNTL access into single register writeMarek Vasut2018-11-021-6/+3
* mmc: tmio: sdhi: Implement waiting for DAT0 line stateMarek Vasut2018-11-021-1/+26
* mmc: tmio: sdhi: Clear HS400 settings when resetting SCCMarek Vasut2018-11-021-0/+7
* mmc: tmio: sdhi: Touch SCC only when UHS capableMarek Vasut2018-11-021-2/+3
* mmc: renesas-sdhi: Use priv directlyMarek Vasut2018-08-301-1/+1
* mmc: renesas-sdhi: Add R8A77990 E3 compatibleMarek Vasut2018-06-011-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada2018-04-241-0/+23
* mmc: tmio: Rename Matsushita to TMIOMarek Vasut2018-04-141-54/+54
* mmc: renesas-sdhi: Wait after reconfiguring pinsMarek Vasut2018-04-111-0/+3
* mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning supportMarek Vasut2018-04-111-2/+290
* mmc: matsushita-common: Add Renesas RCar quirksMarek Vasut2018-04-111-18/+25
* mmc: renesas-sdhi: Handle 16bit IPMarek Vasut2018-04-111-0/+13
* mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut2018-04-111-1/+8
* mmc: uniphier: Split out SoC specific bits from the driverMarek Vasut2018-04-111-0/+50