summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: tmio: don't wait on R-Car2+ when handling the clockWolfram Sang2017-08-301-2/+8
* mmc: tmio: fix CMD12 (STOP) handlingWolfram Sang2017-08-301-6/+0Star
* mmc: tmio, renesas-sdhi: add dataend to DMA opsSimon Horman2017-08-301-2/+8
* mmc: tmio, renesas-sdhi: add max_{segs, blk_count} to tmio_mmc_dataYoshihiro Shimoda2017-08-301-3/+3
* mmc: tmio-mmc: fix bad pointer mathChris Brandt2017-07-131-10/+9Star
* mmc: tmio: improve checkpatch cleannessSimon Horman2017-06-201-31/+35
* mmc: tmio, renesas-sdhi: update Renesas related copyrightsSimon Horman2017-06-201-2/+3
* mmc: tmio: use EXPORT_SYMBOL_GPLSimon Horman2017-06-201-10/+10
* mmc: tmio: make sure SDIO gets reinitialized after resumeWolfram Sang2017-06-201-7/+10
* mmc: tmio: add CMD23 supportWolfram Sang2017-06-201-13/+28
* mmc: tmio: move finish_request function further downWolfram Sang2017-06-201-38/+38
* mmc: tmio: remove outdated commentWolfram Sang2017-06-201-1/+0Star
* mmc: tmio: refactor handling mrqWolfram Sang2017-06-201-20/+26
* mmc: tmio: make tmio_mmc_request function more readableWolfram Sang2017-06-201-5/+6
* mmc: tmio: rename tmio_mmc_{pio => core}.cSimon Horman2017-06-201-0/+1390