summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/tmio_mmc_core.c
AgeCommit message (Expand)Author
2024-03-05mmc: tmio: comment the ERR_PTR usage in this driverWolfram Sang
2024-03-05mmc: tmio: avoid concurrent runs of mmc_request_done()Wolfram Sang
2023-03-23mmc: Use of_property_read_bool() for boolean propertiesRob Herring
2022-12-07mmc: tmio: remove tmio_mmc_k(un)map_atomic helpersWolfram Sang
2022-12-07mmc: tmio: add callback for dma irqWolfram Sang
2022-12-07mmc: tmio_mmc_core: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter
2022-07-12mmc: tmio: avoid glitches when resettingWolfram Sang
2021-12-14mmc: tmio: reinit card irqs in reset routineBiju Das
2021-10-28mmc: tmio: reenable card irqs after the reset callbackWolfram Sang
2021-04-15mmc: tmio: always restore irq registerWolfram Sang
2021-03-30mmc: tmio: always flag retune when resetting and a card is presentWolfram Sang
2021-03-30mmc: tmio: restore bus width when resettingTakeshi Saito
2021-03-30mmc: tmio: abort DMA before resetWolfram Sang
2021-03-30mmc: tmio: support custom irq masksWolfram Sang
2021-03-30mmc: tmio: remove workaround for NON_REMOVABLEWolfram Sang
2021-02-01mmc: renesas_sdhi: Add a condition of cmd/data timeout for retuneYoshihiro Shimoda
2021-02-01mmc: tmio: Add data timeout error detectionMasaharu Hayakawa
2020-12-04mmc: tmio: add hook for custom busy_wait calculationWolfram Sang
2020-12-04mmc: tmio: set max_busy_timeoutWolfram Sang
2020-12-04Merge branch 'fixes' into nextUlf Hansson
2020-12-04mmc: tmio: improve bringing HW to a sane state with MMC_POWER_OFFWolfram Sang
2020-11-23mmc: tmio: Fix command error processingMasaharu Hayakawa
2020-11-10mmc: tmio: bring tuning HW to a sane state with MMC_POWER_OFFWolfram Sang
2020-11-10mmc: tmio: when resetting, reset DMA controller, tooWolfram Sang
2020-09-09mmc: tmio: add generic hook to fixup after a completed requestWolfram Sang
2020-09-07mmc: tmio: remove indirection of 'execute_tuning' callbackWolfram Sang
2020-09-07mmc: tmio: don't reset whole IP core when tuning failsWolfram Sang
2020-09-07mmc: tmio: factor out common parts of the reset routineWolfram Sang
2020-09-07mmc: tmio: remove indirection of 'hw_reset' callbackWolfram Sang
2020-09-07Revert "mmc: tmio: fix reset operation"Wolfram Sang
2020-07-13mmc: tmio: core: Add end operation into tmio_mmc_dma_opsYoshihiro Shimoda
2020-05-28mmc: tmio: Make sure the PM domain is 'started' while probingUlf Hansson
2020-05-28mmc: tmio: Further fixup runtime PM management at removeUlf Hansson
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson
2020-03-24mmc: tmio: remove superfluous callback wrappersWolfram Sang
2020-03-24mmc: tmio: enforce retune after runtime suspendWolfram Sang
2020-03-24mmc: tmio: give callback a generic nameWolfram Sang
2020-03-24mmc: tmio: refactor tuning execution into SDHI driverWolfram Sang
2019-12-18mmc: tmio: convert to devm_platform_ioremap_resourceYangtao Li
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław
2019-11-27Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-11-21Revert "mmc: tmio: remove workaround for NON_REMOVABLE"Wolfram Sang
2019-11-18mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requestsEugeniu Rosca
2019-11-13mmc: tmio: remove workaround for NON_REMOVABLEWolfram Sang
2019-11-13mmc: tmio: Avoid boilerplate code in ->runtime_suspend()Ulf Hansson
2019-09-13mmc: tmio: Fixup runtime PM management during removeUlf Hansson
2019-09-13mmc: tmio: Fixup runtime PM management during probeUlf Hansson
2019-09-13Revert "mmc: tmio: move runtime PM enablement to the driver implementations"Ulf Hansson
2019-07-10mmc: tmio: Use dma_max_mapping_size() instead of a workaroundYoshihiro Shimoda
2019-06-10mmc: tmio: move runtime PM enablement to the driver implementationsNiklas Söderlund