summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_core.c
AgeCommit message (Expand)Author
2019-03-05mmc: tmio: fix access width of Block Count RegisterTakeshi Saito
2019-03-05mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov
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
2018-03-05mmc: tmio: move TMIO_MASK_{READOP, WRITEOP} handling to correct placeMasahiro Yamada
2018-03-05mmc: tmio: fix never-detected card insertion bugMasahiro Yamada
2018-03-05mmc: tmio: support IP-builtin card detection logicMasahiro Yamada
2018-03-05mmc: tmio: deprecate "toshiba, mmc-wrprotect-disable" DT propertyMasahiro Yamada
2018-03-05mmc: tmio: remove TMIO_MMC_WRPROTECT_DISABLEMasahiro Yamada
2018-03-05mmc: tmio: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada
2018-01-22mmc: tmio: hide unused tmio_mmc_clk_disable/tmio_mmc_clk_enable functionsArnd Bergmann
2018-01-18mmc: tmio: refactor .get_ro hookMasahiro Yamada
2018-01-18mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argumentMasahiro Yamada
2018-01-18mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()Masahiro Yamada
2018-01-18mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Masahiro Yamada
2018-01-18mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()Masahiro Yamada
2018-01-12mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CDMasahiro Yamada
2017-12-18mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()Masahiro Yamada
2017-12-18mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directlyMasahiro Yamada
2017-12-18mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static dataMasahiro Yamada
2017-12-18mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()Masahiro Yamada
2017-12-18mmc: tmio: set tmio_mmc_host to driver dataMasahiro Yamada
2017-12-11mmc: tmio: use usleep_range consistentlyWolfram Sang
2017-11-07mmc: tmio: Replace msleep() of 20ms or less with usleep_range()Masaharu Hayakawa
2017-11-02mmc: tmio: Use common error handling code in tmio_mmc_host_probe()Markus Elfring
2017-10-30mmc: tmio: check mmc_regulator_get_supply return valueFabrizio Castro
2017-10-20mmc: tmio: fix swiotlb buffer is fullYoshihiro Shimoda
2017-09-22mmc: tmio: remove broken and noisy debug macroWolfram Sang
2017-08-30mmc: tmio: don't wait on R-Car2+ when handling the clockWolfram Sang
2017-08-30mmc: tmio: fix CMD12 (STOP) handlingWolfram Sang
2017-08-30mmc: tmio, renesas-sdhi: add dataend to DMA opsSimon Horman
2017-08-30mmc: tmio, renesas-sdhi: add max_{segs, blk_count} to tmio_mmc_dataYoshihiro Shimoda
2017-07-13mmc: tmio-mmc: fix bad pointer mathChris Brandt
2017-06-20mmc: tmio: improve checkpatch cleannessSimon Horman
2017-06-20mmc: tmio, renesas-sdhi: update Renesas related copyrightsSimon Horman
2017-06-20mmc: tmio: use EXPORT_SYMBOL_GPLSimon Horman
2017-06-20mmc: tmio: make sure SDIO gets reinitialized after resumeWolfram Sang
2017-06-20mmc: tmio: add CMD23 supportWolfram Sang
2017-06-20mmc: tmio: move finish_request function further downWolfram Sang
2017-06-20mmc: tmio: remove outdated commentWolfram Sang
2017-06-20mmc: tmio: refactor handling mrqWolfram Sang
2017-06-20mmc: tmio: make tmio_mmc_request function more readableWolfram Sang
2017-06-20mmc: tmio: rename tmio_mmc_{pio => core}.cSimon Horman