summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_pio.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio: rename tmio_mmc_{pio => core}.cSimon Horman2017-06-201-1390/+0
* mmc: renesas-sdhi, tmio: make dma more modularSimon Horman2017-06-201-1/+42
* mmc: tmio: drop filenames from comment at top of sourceSimon Horman2017-06-201-5/+3
* mmc: tmio: always get number of tapsMasaharu Hayakawa2017-04-241-9/+7
* mmc: host: tmio: fill in response from auto cmd12Wolfram Sang2017-04-241-0/+3
* mmc: host: tmio: don't BUG on unsupported stop commandsWolfram Sang2017-04-241-4/+5
* mmc: host: tmio: use defines for CTL_STOP_INTERNAL_ACTION valuesWolfram Sang2017-04-241-3/+3
* mmc: tmio: ensure end of DMA and SD access are in syncWolfram Sang2017-04-241-2/+2
* mmc: tmio: discard obsolete SDIO irqs before enabling irqsWolfram Sang2017-02-131-2/+11
* mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITSWolfram Sang2017-02-131-1/+1
* mmc: host: tmio: refactor calls to sdio irqWolfram Sang2017-02-131-3/+2
* mmc: host: tmio: disable clocks when unbindingWolfram Sang2017-02-131-2/+9
* mmc: tmio: Remove redundant check of mmc->slot.cd_irqUlf Hansson2017-02-131-2/+1
* mmc: host: tmio: drop superfluous exit pathWolfram Sang2017-02-131-14/+6
* mmc: tmio: use SDIO master interrupt bit only when allowedWolfram Sang2017-02-131-3/+4
* 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