summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_pio.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio: remove SDIO from TODO listWolfram Sang2016-11-291-1/+0
* mmc: tmio: fix wrong bitmask for SDIO irqsWolfram Sang2016-11-291-1/+1
* mmc: tmio: Add tuning supportAi Kyuse2016-11-291-0/+62
* mmc: tmio: Add hw reset supportAi Kyuse2016-11-291-0/+9
* mmc: tmio: enhance illegal sequence handlingAi Kyuse2016-11-291-6/+9
* mmc: tmio-mmc: add support for 32bit data portChris Brandt2016-11-291-0/+30
* mmc: tmio: add eMMC supportWolfram Sang2016-09-261-12/+26
* mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhiWolfram Sang2016-09-261-8/+1
* mmc: host: use the defined function to check whether card is removableJaehoon Chung2016-07-251-1/+1
* mmc: tmio/sdhi: introduce flag for RCar 2+ specific featuresWolfram Sang2016-05-041-3/+3
* mmc: tmio/sdhi: distinguish between SCLKDIVEN and ILL_FUNCWolfram Sang2016-05-021-1/+1
* mmc: tmio: use CTL_STATUS consistentlyWolfram Sang2016-05-021-1/+1
* mmc: tmio: give read32/write32 functions more descriptive namesWolfram Sang2016-05-021-11/+11
* mmc: tmio: merge distributed include filesWolfram Sang2016-05-021-1/+0
* mmc: tmio: simplify irq handlerWolfram Sang2016-05-021-15/+8
* mmc: tmio: remove now unneeded seperate irq handlersWolfram Sang2016-05-021-29/+2
* mmc: tmio: Remove redundant runtime PM callsUlf Hansson2016-05-021-19/+0
* mmc: tmio: stop clock when 0Hz is requestedWolfram Sang2016-05-021-24/+26
* mmc: tmio: always start clock after frequency calculationWolfram Sang2016-05-021-18/+16
* mmc: tmio: Add UHS-I mode supportWolfram Sang2016-05-021-1/+11
* mmc: tmio, sh_mobile_sdhi: Add support for variable input clock frequencyBen Hutchings2016-05-021-14/+10
* mmc: tmio, sh_mobile_sdhi: Pass tmio_mmc_host ptr to clk_{enable, disable} opsBen Hutchings2016-05-021-2/+2
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* mmc: tmio: disable clock before changing itWolfram Sang2016-02-291-0/+2
* mmc: tmio: refactor set_clock a littleWolfram Sang2016-02-291-6/+9
* mmc: tmio: remove stale commentsWolfram Sang2016-02-291-3/+0
* mmc: tmio: add flag to reduce delay after changing clock statusWolfram Sang2016-02-291-3/+4
* mmc: tmio: Fix timeout value for command requestTakeshi Kihara2015-08-241-2/+4
* mmc: TMIO: Fix I/O mapping leak on error using devm_ioremap()Ian Molton2015-06-011-3/+2
* mmc: tmio: Remove bogus un-initialization in tmio_mmc_host_free()Geert Uytterhoeven2015-03-231-2/+0
* mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto2015-01-201-3/+2
* mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto2015-01-201-2/+2
* mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto2015-01-201-3/+2
* mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto2015-01-201-1/+1
* mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto2015-01-201-16/+29
* mmc: don't request CD IRQ until mmc_start_host()Stephen Warren2014-09-231-0/+1
* mmc: tmio: prevent endless loop in tmio_mmc_set_clock()Sergei Shtylyov2014-09-191-0/+9
* mmc: tmio: enable odd number size accessKuninori Morimoto2014-09-191-4/+35
* mmc: use .multi_io_quirk on tmio_mmcKuninori Morimoto2014-09-091-0/+13
* mmc: tmio: add actual clock support as optionShinobu Uehara2014-09-091-0/+5
* mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock()Kuninori Morimoto2014-09-091-1/+0
* mmc: tmio: check ILL_FUNC instead of CBSYShinobu Uehara2014-09-091-1/+12
* mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRKShinobu Uehara2014-09-091-1/+6
* mmc: tmio: control multiple block transfer modeShinobu Uehara2014-09-091-0/+10
* mmc: tmio: clear error IRQ statusShinobu Uehara2014-09-091-0/+3
* mmc: tmio: Remove library functions for system PMUlf Hansson2014-09-091-23/+0
* mmc: tmio: Make runtime PM callbacks available for CONFIG_PMUlf Hansson2014-09-091-1/+1
* mmc: tmio: Mask all IRQs when inactiveUlf Hansson2014-09-091-0/+2
* mmc: tmio: Handle clock gating from runtime PM functionsUlf Hansson2014-09-091-4/+24
* mmc: tmio: Restructure ->set_ios() and adapt ->probe() to itUlf Hansson2014-09-091-47/+14
OpenPOWER on IntegriCloud