summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio: Use dma_max_mapping_size() instead of a workaroundYoshihiro Shimoda2019-07-101-14/+4Star
* 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/+0Star
* 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/+6Star
* 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/+7Star
* 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/+1Star
* mmc: tmio: remove unneeded variable in tmio_mmc_start_command()Masahiro Yamada2018-08-011-2/+1Star
* mmc: tmio: Fix tuning flowMasaharu Hayakawa2018-08-011-2/+0Star
* 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/+0Star
* mmc: tmio: clear force_pio flag before starting data transferMasahiro Yamada2018-03-051-3/+1Star
* 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/+2Star
* 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/+5Star
* mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argumentMasahiro Yamada2018-01-181-3/+1Star
* mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()Masahiro Yamada2018-01-181-6/+13
* mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Masahiro Yamada2018-01-181-20/+13Star
* mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()Masahiro Yamada2018-01-181-7/+9
* mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CDMasahiro Yamada2018-01-121-1/+1
* mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()Masahiro Yamada2017-12-181-8/+6Star
* mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directlyMasahiro Yamada2017-12-181-4/+0Star
* mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static dataMasahiro Yamada2017-12-181-4/+5
* mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()Masahiro Yamada2017-12-181-7/+3Star
* mmc: tmio: set tmio_mmc_host to driver dataMasahiro Yamada2017-12-181-5/+3Star
* mmc: tmio: use usleep_range consistentlyWolfram Sang2017-12-111-4/+4
* mmc: tmio: Replace msleep() of 20ms or less with usleep_range()Masaharu Hayakawa2017-11-071-7/+7
* mmc: tmio: Use common error handling code in tmio_mmc_host_probe()Markus Elfring2017-11-021-8/+9
* mmc: tmio: check mmc_regulator_get_supply return valueFabrizio Castro2017-10-301-1/+4
* mmc: tmio: fix swiotlb buffer is fullYoshihiro Shimoda2017-10-201-0/+13
* mmc: tmio: remove broken and noisy debug macroWolfram Sang2017-09-221-47/+0Star