aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mmc/host/renesas_sdhi_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-24mmc: renesas_sdhi: simplify execute_tuningWolfram Sang1-3/+2
2020-03-24mmc: tmio: remove superfluous callback wrappersWolfram Sang1-7/+11
2020-03-24mmc: tmio: factor out TAP usageWolfram Sang1-19/+19
2020-03-24mmc: tmio: enforce retune after runtime suspendWolfram Sang1-1/+0
2020-03-24mmc: tmio: give callback a generic nameWolfram Sang1-1/+1
2020-03-24mmc: renesas_sdhi: complain loudly if driver needs updateWolfram Sang1-3/+3
2020-03-24mmc: tmio: refactor tuning execution into SDHI driverWolfram Sang1-13/+32
2020-03-24mmc: renesas_sdhi: cleanup SCC definesWolfram Sang1-10/+8
2020-03-24mmc: renesas_sdhi: enforce manual correction for Gen3Wolfram Sang1-0/+6
2020-03-24mmc: renesas_sdhi: only check CMD status for HS400 manual correctionTakeshi Saito1-8/+33
2020-03-24mmc: renesas_sdhi: Add manual correctionTakeshi Saito1-10/+51
2020-03-24mmc: renesas_sdhi: remove double clear of automatic correctionWolfram Sang1-4/+0
2019-12-16mmc: renesas_sdhi: use recent tap values for HS400Wolfram Sang1-1/+4
2019-12-16mmc: renesas_sdhi: remove 4taps as a TMIO flagWolfram Sang1-5/+2
2019-12-16mmc: renesas_sdhi: make quirks info accessible outside probe()Wolfram Sang1-5/+1
2019-12-16mmc: renesas_sdhi: make warning more preciseWolfram Sang1-1/+1
2019-12-16mmc: renesas_sdhi: keep sorting for quirk entriesWolfram Sang1-1/+1
2019-10-03mmc: renesas_sdhi: Do not use platform_get_irq() to count interruptsGeert Uytterhoeven1-12/+19
2019-09-13Merge branch 'fixes' into nextUlf Hansson1-6/+0
2019-09-13Revert "mmc: tmio: move runtime PM enablement to the driver implementations"Ulf Hansson1-6/+0
2019-09-11mmc: sdhi: fill in actual_clockTamás Szűcs1-5/+8
2019-06-10mmc: sdhi: remove unneeded initializationWolfram Sang1-1/+0
2019-06-10mmc: sdhi: improve quirk descriptionsWolfram Sang1-6/+6
2019-06-10Merge branch 'fixes' into nextUlf Hansson1-2/+7
2019-06-10mmc: tmio: move runtime PM enablement to the driver implementationsNiklas Söderlund1-0/+6
2019-06-10mmc: sdhi: disallow HS400 for M3-W ES1.2, RZ/G2M, and V3HWolfram Sang1-2/+7
2019-04-15mmc: renesas_sdhi: set CBSY flag before probing TMIO hostWolfram Sang1-4/+4
2019-04-15mmc: renesas_sdhi: update copyright informationWolfram Sang1-2/+2
2019-03-21mmc: renesas_sdhi: limit block count to 16 bit for old revisionsWolfram Sang1-1/+7
2019-02-25mmc: renesas_sdhi: Change HW adjustment register according to speed modeTakeshi Saito1-0/+8
2019-02-25mmc: renesas_sdhi: Fix card initialization failure in high speed modeTakeshi Saito1-4/+7
2018-12-17mmc: tmio: introduce mask for 'always 1' bitsWolfram Sang1-0/+1
2018-12-17mmc: renesas_sdhi: disable HS400 on H3 ES1.x and M3-W ES1.[012]Niklas Söderlund1-5/+15
2018-12-17mmc: renesas_sdhi: handle 4tap hs400 mode quirk based on SoC revisionNiklas Söderlund1-0/+26
2018-12-17mmc: renesas_sdhi: add initial setting of interrupt mask registerNiklas Söderlund1-0/+4
2018-12-17mmc: renesas_sdhi: remove workaround for HS400 clockNiklas Söderlund1-9/+0
2018-10-08mmc: renesas_sdhi: skip SCC error check when retuningMasaharu Hayakawa1-0/+13
2018-10-08mmc: renesas_sdhi: merge clk_{start,stop} functions to set_clockMasahiro Yamada1-26/+12
2018-10-08mmc: tmio: move tmio_mmc_set_clock() to platform hookMasahiro Yamada1-1/+61
2018-10-08mmc: use SPDX identifier for Renesas driversWolfram Sang1-4/+1
2018-08-01mmc: renesas_sdhi: Fix sampling clock position selectingNiklas Söderlund1-0/+12
2018-07-16mmc: renesas_sdhi: add eMMC HS400 mode supportMasaharu Hayakawa1-22/+105
2018-06-04mmc: renesas_sdhi: really fix WP logic regressionsWolfram Sang1-0/+5
2018-03-22mmc: renesas_sdhi: replace EXT_ACC with HOST_MODEMasaharu Hayakawa1-3/+3
2018-01-18mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argumentMasahiro Yamada1-1/+2
2018-01-18mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Masahiro Yamada1-3/+10
2018-01-18mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()Masahiro Yamada1-2/+2
2017-12-19mmc: tmio,renesas_sdhi: move ssc_tappos to renesas_sdhi.hMasahiro Yamada1-2/+2
2017-12-19mmc: tmio, renesas_sdhi: move struct tmio_mmc_dma to renesas_sdhi.hMasahiro Yamada1-14/+0
2017-12-18Merge branch 'fixes' into nextUlf Hansson1-0/+3