summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Masahiro Yamada2018-01-181-20/+13
* 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/+6
* mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directlyMasahiro Yamada2017-12-181-4/+0
* 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/+3
* mmc: tmio: set tmio_mmc_host to driver dataMasahiro Yamada2017-12-181-5/+3
* 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/+0
* 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/+0
* 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/+9
* 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/+0
* 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
OpenPOWER on IntegriCloud