summaryrefslogtreecommitdiff
path: root/drivers/mmc/renesas-sdhi.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-31mmc: tmio: sdhi: Configure internal DMA bus widthMarek Vasut1-0/+3
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-07-25mmc: renesas-sdhi: Enable support for R8A774A1Adam Ford1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-22mmc: tmio: sdhi: Implement get_b_max functionMarek Vasut1-10/+36
2020-04-22mmc: tmio: sdhi: Use bounce buffer to avoid DMA limitationsMarek Vasut1-0/+77
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2019-11-27mmc: tmio: sdhi: Add calibration tablesMarek Vasut1-17/+88
2019-11-27mmc: tmio: sdhi: Skip bad tapsMarek Vasut1-1/+48
2019-11-27mmc: tmio: sdhi: Add SCC error checkingMarek Vasut1-0/+85
2019-11-27mmc: tmio: sdhi: Disable auto-retuning in HS400Marek Vasut1-5/+3
2019-11-27mmc: tmio: sdhi: Adjust HS400 calibration offsetsMarek Vasut1-4/+4
2019-11-27mmc: tmio: sdhi: Adjust DT2FF settings for HS400 modeMarek Vasut1-3/+3
2019-11-27mmc: tmio: sdhi: Use 4 tuning taps on M3W up to ES1.2Marek Vasut1-3/+6
2019-11-27mmc: tmio: sdhi: Track SMPCMP valu in private dataMarek Vasut1-8/+10
2019-11-27mmc: tmio: sdhi: Track current tap number in private dataMarek Vasut1-15/+16
2019-09-05mmc: Rename timeout parameters for clarificationSam Protsenko1-3/+4
2019-05-21mmc: tmio: sdhi: HS400 manual adjustmentMarek Vasut1-3/+162
2019-05-21mmc: tmio: sdhi: Minor macro cleanupMarek Vasut1-10/+10
2019-02-25mmc: renesas: Unconditionally set DTCNTL TAPNUM to 8Marek Vasut1-1/+1
2019-02-16mmc: tmio: sdhi: Configure DT2FF register for HS400 modeMarek Vasut1-0/+3
2019-02-09mmc: tmio: Make DMA transfer end bit configurableMarek Vasut1-0/+10
2018-12-03mmc: tmio: sdhi: Add HS400 supportMarek Vasut1-8/+95
2018-12-03mmc: tmio: sdhi: Move tap_pos to private dataMarek Vasut1-3/+2
2018-12-03mmc: tmio: sdhi: Filter out HS400 on certain SoCsMarek Vasut1-0/+20
2018-12-03mmc: tmio: Switch to clock frameworkMarek Vasut1-8/+13
2018-11-02mmc: tmio: sdhi: Merge DTCNTL access into single register writeMarek Vasut1-6/+3
2018-11-02mmc: tmio: sdhi: Implement waiting for DAT0 line stateMarek Vasut1-1/+26
2018-11-02mmc: tmio: sdhi: Clear HS400 settings when resetting SCCMarek Vasut1-0/+7
2018-11-02mmc: tmio: sdhi: Touch SCC only when UHS capableMarek Vasut1-2/+3
2018-08-30mmc: renesas-sdhi: Use priv directlyMarek Vasut1-1/+1
2018-06-01mmc: renesas-sdhi: Add R8A77990 E3 compatibleMarek Vasut1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-23mmc: tmio: move clk_enable() to each driver's probe functionMasahiro Yamada1-0/+23
2018-04-14mmc: tmio: Rename Matsushita to TMIOMarek Vasut1-54/+54
2018-04-12mmc: renesas-sdhi: Wait after reconfiguring pinsMarek Vasut1-0/+3
2018-04-12mmc: renesas-sdhi: Add Renesas SDR104/HS200 tuning supportMarek Vasut1-2/+290
2018-04-12mmc: matsushita-common: Add Renesas RCar quirksMarek Vasut1-18/+25
2018-04-12mmc: renesas-sdhi: Handle 16bit IPMarek Vasut1-0/+13
2018-04-12mmc: uniphier: Allow passing quirks to the probe functionMarek Vasut1-1/+8
2018-04-12mmc: uniphier: Split out SoC specific bits from the driverMarek Vasut1-0/+50