aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/tmio_mmc_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-10mmc: tmio: Use dma_max_mapping_size() instead of a workaroundGravatar Yoshihiro Shimoda 1-14/+4
2019-06-10mmc: tmio: move runtime PM enablement to the driver implementationsGravatar Niklas Söderlund 1-2/+9
2019-05-28mmc: tmio: fix SCC error handling to avoid false positive CRC errorGravatar Takeshi Saito 1-1/+2
2019-04-15mmc: tmio: introduce macro for max block sizeGravatar Wolfram Sang 1-1/+1
2019-04-15mmc: renesas_sdhi: update copyright informationGravatar Wolfram Sang 1-2/+2
2019-02-28Merge branch 'fixes' into nextGravatar Ulf Hansson 1-5/+12
2019-02-26mmc: tmio: fix access width of Block Count RegisterGravatar Takeshi Saito 1-1/+5
2019-02-25mmc: tmio_mmc_core: don't claim spurious interruptsGravatar Sergei Shtylyov 1-4/+7
2019-02-25mmc: tmio: undo PM autosuspend when removing the hostGravatar Niklas Söderlund 1-0/+1
2019-02-25mmc: tmio: fix typo in tmio_mmc_init_ocr()Gravatar Niklas Söderlund 1-1/+1
2018-12-17mmc: host: tmio: Use GPIO descriptorsGravatar Linus Walleij 1-5/+7
2018-12-17mmc: tmio: fix reset operationGravatar Niklas Söderlund 1-12/+15
2018-12-17mmc: tmio: enable module clock before resetting when resumingGravatar Niklas Söderlund 1-1/+1
2018-12-17mmc: tmio: delete wait in tuning processGravatar Masaharu Hayakawa 1-2/+0
2018-10-15mmc: tmio: simplify the DMA mode testGravatar Masahiro Yamada 1-7/+7
2018-10-15mmc: tmio: move MFD variant reset to a platform hookGravatar Masahiro Yamada 1-8/+6
2018-10-08mmc: tmio: Fix SCC error detectionGravatar Masaharu Hayakawa 1-2/+2
2018-10-08mmc: tmio: move tmio_mmc_set_clock() to platform hookGravatar Masahiro Yamada 1-85/+7
2018-10-08mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock()Gravatar Masahiro Yamada 1-3/+3
2018-10-08mmc: use SPDX identifier for Renesas driversGravatar Wolfram Sang 1-4/+1
2018-08-01mmc: tmio: remove unneeded variable in tmio_mmc_start_command()Gravatar Masahiro Yamada 1-2/+1
2018-08-01mmc: tmio: Fix tuning flowGravatar Masaharu Hayakawa 1-2/+0
2018-07-16mmc: tmio: add eMMC HS400 mode supportGravatar Masaharu Hayakawa 1-2/+45
2018-04-04mmc: tmio: Fix error handling when issuing CMD23Gravatar Masaharu Hayakawa 1-1/+1
2018-03-05mmc: tmio: remove useless TMIO_MASK_CMD handling in tmio_mmc_host_probe()Gravatar Masahiro Yamada 1-3/+0
2018-03-05mmc: tmio: clear force_pio flag before starting data transferGravatar Masahiro Yamada 1-3/+1
2018-03-05mmc: tmio: move TMIO_MASK_{READOP, WRITEOP} handling to correct placeGravatar Masahiro Yamada 1-10/+10
2018-03-05mmc: tmio: fix never-detected card insertion bugGravatar Masahiro Yamada 1-4/+8
2018-03-05mmc: tmio: support IP-builtin card detection logicGravatar Masahiro Yamada 1-1/+12
2018-03-05mmc: tmio: deprecate "toshiba, mmc-wrprotect-disable" DT propertyGravatar Masahiro Yamada 1-0/+5
2018-03-05mmc: tmio: remove TMIO_MMC_WRPROTECT_DISABLEGravatar Masahiro Yamada 1-3/+2
2018-03-05mmc: tmio: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagGravatar Masahiro Yamada 1-3/+3
2018-01-22mmc: tmio: hide unused tmio_mmc_clk_disable/tmio_mmc_clk_enable functionsGravatar Arnd Bergmann 1-14/+14
2018-01-18mmc: tmio: refactor .get_ro hookGravatar Masahiro Yamada 1-8/+5
2018-01-18mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argumentGravatar Masahiro Yamada 1-3/+1
2018-01-18mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()Gravatar Masahiro Yamada 1-6/+13
2018-01-18mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Gravatar Masahiro Yamada 1-20/+13
2018-01-18mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()Gravatar Masahiro Yamada 1-7/+9
2018-01-12mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CDGravatar Masahiro Yamada 1-1/+1
2017-12-18mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()Gravatar Masahiro Yamada 1-8/+6
2017-12-18mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directlyGravatar Masahiro Yamada 1-4/+0
2017-12-18mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static dataGravatar Masahiro Yamada 1-4/+5
2017-12-18mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()Gravatar Masahiro Yamada 1-7/+3
2017-12-18mmc: tmio: set tmio_mmc_host to driver dataGravatar Masahiro Yamada 1-5/+3
2017-12-11mmc: tmio: use usleep_range consistentlyGravatar Wolfram Sang 1-4/+4
2017-11-07mmc: tmio: Replace msleep() of 20ms or less with usleep_range()Gravatar Masaharu Hayakawa 1-7/+7
2017-11-02mmc: tmio: Use common error handling code in tmio_mmc_host_probe()Gravatar Markus Elfring 1-8/+9
2017-10-30mmc: tmio: check mmc_regulator_get_supply return valueGravatar Fabrizio Castro 1-1/+4
2017-10-20mmc: tmio: fix swiotlb buffer is fullGravatar Yoshihiro Shimoda 1-0/+13
2017-09-22mmc: tmio: remove broken and noisy debug macroGravatar Wolfram Sang 1-47/+0