summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/tmio_mmc_core.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-1/+2
2024-07-09mfd: tmio: Move header to platform_dataWolfram Sang1-1/+1
2024-07-09mmc: tmio/sdhi: Fix includesWolfram Sang1-0/+1
2024-07-08mmc: sdhi: Convert from tasklet to BH workqueueAllen Pais1-2/+2
2024-06-24mmc: tmio: Remove obsolete .set_pwr() callback()Geert Uytterhoeven1-8/+0
2024-06-20mmc: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-03-05mmc: tmio: comment the ERR_PTR usage in this driverWolfram Sang1-1/+3
2024-03-05mmc: tmio: avoid concurrent runs of mmc_request_done()Wolfram Sang1-0/+2
2023-03-23mmc: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2022-12-07mmc: tmio: remove tmio_mmc_k(un)map_atomic helpersWolfram Sang1-6/+7
2022-12-07mmc: tmio: add callback for dma irqWolfram Sang1-0/+3
2022-12-07mmc: tmio_mmc_core: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter1-6/+4
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-29mmc: 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