aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12mmc: tmio: avoid glitches when resettingWolfram Sang1-6/+22
2021-12-14mmc: tmio: reinit card irqs in reset routineBiju Das1-12/+3
2021-10-28mmc: tmio: reenable card irqs after the reset callbackWolfram Sang1-5/+12
2021-04-15mmc: tmio: always restore irq registerWolfram Sang1-5/+6
2021-03-30mmc: tmio: always flag retune when resetting and a card is presentWolfram Sang1-2/+3
2021-03-30mmc: tmio: restore bus width when resettingTakeshi Saito1-15/+17
2021-03-30mmc: tmio: abort DMA before resetWolfram Sang1-2/+2
2021-03-30mmc: tmio: support custom irq masksWolfram Sang1-3/+5
2021-03-30mmc: tmio: remove workaround for NON_REMOVABLEWolfram Sang1-9/+0
2021-02-01mmc: renesas_sdhi: Add a condition of cmd/data timeout for retuneYoshihiro Shimoda1-1/+1
2021-02-01mmc: tmio: Add data timeout error detectionMasaharu Hayakawa1-2/+4
2020-12-04mmc: tmio: add hook for custom busy_wait calculationWolfram Sang1-5/+12
2020-12-04mmc: tmio: set max_busy_timeoutWolfram Sang1-0/+15
2020-12-04Merge branch 'fixes' into nextUlf Hansson1-3/+3
2020-12-04mmc: tmio: improve bringing HW to a sane state with MMC_POWER_OFFWolfram Sang1-3/+3
2020-11-23mmc: tmio: Fix command error processingMasaharu Hayakawa1-1/+3
2020-11-10mmc: tmio: bring tuning HW to a sane state with MMC_POWER_OFFWolfram Sang1-0/+3
2020-11-10mmc: tmio: when resetting, reset DMA controller, tooWolfram Sang1-2/+2
2020-09-09mmc: tmio: add generic hook to fixup after a completed requestWolfram Sang1-0/+3
2020-09-07mmc: tmio: remove indirection of 'execute_tuning' callbackWolfram Sang1-17/+0
2020-09-07mmc: tmio: don't reset whole IP core when tuning failsWolfram Sang1-3/+1
2020-09-07mmc: tmio: factor out common parts of the reset routineWolfram Sang1-7/+7
2020-09-07mmc: tmio: remove indirection of 'hw_reset' callbackWolfram Sang1-9/+0
2020-09-07Revert "mmc: tmio: fix reset operation"Wolfram Sang1-16/+13
2020-07-13mmc: tmio: core: Add end operation into tmio_mmc_dma_opsYoshihiro Shimoda1-0/+8
2020-05-28mmc: tmio: Make sure the PM domain is 'started' while probingUlf Hansson1-2/+0
2020-05-28mmc: tmio: Further fixup runtime PM management at removeUlf Hansson1-2/+4
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-1/+1
2020-03-24mmc: tmio: remove superfluous callback wrappersWolfram Sang1-31/+1
2020-03-24mmc: tmio: enforce retune after runtime suspendWolfram Sang1-7/+1
2020-03-24mmc: tmio: give callback a generic nameWolfram Sang1-2/+2
2020-03-24mmc: tmio: refactor tuning execution into SDHI driverWolfram Sang1-29/+4
2019-12-18mmc: tmio: convert to devm_platform_ioremap_resourceYangtao Li1-3/+1
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław1-1/+1
2019-11-27Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-1/+1
2019-11-21Revert "mmc: tmio: remove workaround for NON_REMOVABLE"Wolfram Sang1-0/+9
2019-11-18mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requestsEugeniu Rosca1-1/+1
2019-11-13mmc: tmio: remove workaround for NON_REMOVABLEWolfram Sang1-9/+0
2019-11-13mmc: tmio: Avoid boilerplate code in ->runtime_suspend()Ulf Hansson1-6/+4
2019-09-13mmc: tmio: Fixup runtime PM management during removeUlf Hansson1-3/+4
2019-09-13mmc: tmio: Fixup runtime PM management during probeUlf Hansson1-1/+8
2019-09-13Revert "mmc: tmio: move runtime PM enablement to the driver implementations"Ulf Hansson1-9/+2
2019-07-10mmc: tmio: Use dma_max_mapping_size() instead of a workaroundYoshihiro Shimoda1-14/+4
2019-06-10mmc: tmio: move runtime PM enablement to the driver implementationsNiklas Söderlund1-2/+9
2019-05-28mmc: tmio: fix SCC error handling to avoid false positive CRC errorTakeshi Saito1-1/+2
2019-04-15mmc: tmio: introduce macro for max block sizeWolfram Sang1-1/+1
2019-04-15mmc: renesas_sdhi: update copyright informationWolfram Sang1-2/+2
2019-02-28Merge branch 'fixes' into nextUlf Hansson1-5/+12
2019-02-26mmc: tmio: fix access width of Block Count RegisterTakeshi Saito1-1/+5
2019-02-25mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov1-4/+7