summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/tmio_mmc_core.c
AgeCommit message (Expand)Author
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
2019-05-28mmc: tmio: fix SCC error handling to avoid false positive CRC errorTakeshi Saito
2019-04-15mmc: tmio: introduce macro for max block sizeWolfram Sang
2019-04-15mmc: renesas_sdhi: update copyright informationWolfram Sang
2019-02-28Merge branch 'fixes' into nextUlf Hansson
2019-02-26mmc: tmio: fix access width of Block Count RegisterTakeshi Saito
2019-02-25mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov
2019-02-25mmc: tmio: undo PM autosuspend when removing the hostNiklas Söderlund
2019-02-25mmc: tmio: fix typo in tmio_mmc_init_ocr()Niklas Söderlund
2018-12-17mmc: host: tmio: Use GPIO descriptorsLinus Walleij
2018-12-17mmc: tmio: fix reset operationNiklas Söderlund
2018-12-17mmc: tmio: enable module clock before resetting when resumingNiklas Söderlund
2018-12-17mmc: tmio: delete wait in tuning processMasaharu Hayakawa
2018-10-15mmc: tmio: simplify the DMA mode testMasahiro Yamada
2018-10-15mmc: tmio: move MFD variant reset to a platform hookMasahiro Yamada
2018-10-08mmc: tmio: Fix SCC error detectionMasaharu Hayakawa
2018-10-08mmc: tmio: move tmio_mmc_set_clock() to platform hookMasahiro Yamada
2018-10-08mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock()Masahiro Yamada
2018-10-08mmc: use SPDX identifier for Renesas driversWolfram Sang
2018-08-01mmc: tmio: remove unneeded variable in tmio_mmc_start_command()Masahiro Yamada
2018-08-01mmc: tmio: Fix tuning flowMasaharu Hayakawa
2018-07-16mmc: tmio: add eMMC HS400 mode supportMasaharu Hayakawa
2018-04-04mmc: tmio: Fix error handling when issuing CMD23Masaharu Hayakawa
2018-03-05mmc: tmio: remove useless TMIO_MASK_CMD handling in tmio_mmc_host_probe()Masahiro Yamada
2018-03-05mmc: tmio: clear force_pio flag before starting data transferMasahiro Yamada