summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio: remove superfluous callback wrappersWolfram Sang2020-03-241-31/+1
* mmc: tmio: enforce retune after runtime suspendWolfram Sang2020-03-241-7/+1
* mmc: tmio: give callback a generic nameWolfram Sang2020-03-241-2/+2
* mmc: tmio: refactor tuning execution into SDHI driverWolfram Sang2020-03-241-29/+4
* mmc: tmio: convert to devm_platform_ioremap_resourceYangtao Li2019-12-181-3/+1
* mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2019-12-181-1/+1
* Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-11-271-1/+1
|\
| * Revert "mmc: tmio: remove workaround for NON_REMOVABLE"Wolfram Sang2019-11-211-0/+9
| * mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requestsEugeniu Rosca2019-11-181-1/+1
| * mmc: tmio: remove workaround for NON_REMOVABLEWolfram Sang2019-11-131-9/+0
* | mmc: tmio: Avoid boilerplate code in ->runtime_suspend()Ulf Hansson2019-11-131-6/+4
|/
* mmc: tmio: Fixup runtime PM management during removeUlf Hansson2019-09-131-3/+4
* mmc: tmio: Fixup runtime PM management during probeUlf Hansson2019-09-131-1/+8
* Revert "mmc: tmio: move runtime PM enablement to the driver implementations"Ulf Hansson2019-09-131-9/+2
* mmc: tmio: Use dma_max_mapping_size() instead of a workaroundYoshihiro Shimoda2019-07-101-14/+4
* mmc: tmio: move runtime PM enablement to the driver implementationsNiklas Söderlund2019-06-101-2/+9
* mmc: tmio: fix SCC error handling to avoid false positive CRC errorTakeshi Saito2019-05-281-1/+2
* mmc: tmio: introduce macro for max block sizeWolfram Sang2019-04-151-1/+1
* mmc: renesas_sdhi: update copyright informationWolfram Sang2019-04-151-2/+2
* Merge branch 'fixes' into nextUlf Hansson2019-02-281-5/+12
|\
| * mmc: tmio: fix access width of Block Count RegisterTakeshi Saito2019-02-261-1/+5
| * mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov2019-02-251-4/+7
* | mmc: tmio: undo PM autosuspend when removing the hostNiklas Söderlund2019-02-251-0/+1
* | mmc: tmio: fix typo in tmio_mmc_init_ocr()Niklas Söderlund2019-02-251-1/+1
|/
* mmc: host: tmio: Use GPIO descriptorsLinus Walleij2018-12-171-5/+7
* mmc: tmio: fix reset operationNiklas Söderlund2018-12-171-12/+15
* mmc: tmio: enable module clock before resetting when resumingNiklas Söderlund2018-12-171-1/+1
* mmc: tmio: delete wait in tuning processMasaharu Hayakawa2018-12-171-2/+0
* mmc: tmio: simplify the DMA mode testMasahiro Yamada2018-10-151-7/+7
* mmc: tmio: move MFD variant reset to a platform hookMasahiro Yamada2018-10-151-8/+6
* mmc: tmio: Fix SCC error detectionMasaharu Hayakawa2018-10-081-2/+2
* mmc: tmio: move tmio_mmc_set_clock() to platform hookMasahiro Yamada2018-10-081-85/+7
* mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock()Masahiro Yamada2018-10-081-3/+3
* mmc: use SPDX identifier for Renesas driversWolfram Sang2018-10-081-4/+1
* mmc: tmio: remove unneeded variable in tmio_mmc_start_command()Masahiro Yamada2018-08-011-2/+1
* mmc: tmio: Fix tuning flowMasaharu Hayakawa2018-08-011-2/+0
* mmc: tmio: add eMMC HS400 mode supportMasaharu Hayakawa2018-07-161-2/+45
* mmc: tmio: Fix error handling when issuing CMD23Masaharu Hayakawa2018-04-041-1/+1
* mmc: tmio: remove useless TMIO_MASK_CMD handling in tmio_mmc_host_probe()Masahiro Yamada2018-03-051-3/+0
* mmc: tmio: clear force_pio flag before starting data transferMasahiro Yamada2018-03-051-3/+1
* mmc: tmio: move TMIO_MASK_{READOP, WRITEOP} handling to correct placeMasahiro Yamada2018-03-051-10/+10
* mmc: tmio: fix never-detected card insertion bugMasahiro Yamada2018-03-051-4/+8
* mmc: tmio: support IP-builtin card detection logicMasahiro Yamada2018-03-051-1/+12
* mmc: tmio: deprecate "toshiba, mmc-wrprotect-disable" DT propertyMasahiro Yamada2018-03-051-0/+5
* mmc: tmio: remove TMIO_MMC_WRPROTECT_DISABLEMasahiro Yamada2018-03-051-3/+2
* mmc: tmio: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada2018-03-051-3/+3
* mmc: tmio: hide unused tmio_mmc_clk_disable/tmio_mmc_clk_enable functionsArnd Bergmann2018-01-221-14/+14
* mmc: tmio: refactor .get_ro hookMasahiro Yamada2018-01-181-8/+5
* mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argumentMasahiro Yamada2018-01-181-3/+1
* mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()Masahiro Yamada2018-01-181-6/+13