summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_pio.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-20mmc: tmio: rename tmio_mmc_{pio => core}.cSimon Horman1-1390/+0
2017-06-20mmc: renesas-sdhi, tmio: make dma more modularSimon Horman1-1/+42
2017-06-20mmc: tmio: drop filenames from comment at top of sourceSimon Horman1-5/+3
2017-04-24mmc: tmio: always get number of tapsMasaharu Hayakawa1-9/+7
2017-04-24mmc: host: tmio: fill in response from auto cmd12Wolfram Sang1-0/+3
2017-04-24mmc: host: tmio: don't BUG on unsupported stop commandsWolfram Sang1-4/+5
2017-04-24mmc: host: tmio: use defines for CTL_STOP_INTERNAL_ACTION valuesWolfram Sang1-3/+3
2017-04-24mmc: tmio: ensure end of DMA and SD access are in syncWolfram Sang1-2/+2
2017-02-13mmc: tmio: discard obsolete SDIO irqs before enabling irqsWolfram Sang1-2/+11
2017-02-13mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITSWolfram Sang1-1/+1
2017-02-13mmc: host: tmio: refactor calls to sdio irqWolfram Sang1-3/+2
2017-02-13mmc: host: tmio: disable clocks when unbindingWolfram Sang1-2/+9
2017-02-13mmc: tmio: Remove redundant check of mmc->slot.cd_irqUlf Hansson1-2/+1
2017-02-13mmc: host: tmio: drop superfluous exit pathWolfram Sang1-14/+6
2017-02-13mmc: tmio: use SDIO master interrupt bit only when allowedWolfram Sang1-3/+4
2016-11-29mmc: tmio: remove SDIO from TODO listWolfram Sang1-1/+0
2016-11-29mmc: tmio: fix wrong bitmask for SDIO irqsWolfram Sang1-1/+1
2016-11-29mmc: tmio: Add tuning supportAi Kyuse1-0/+62
2016-11-29mmc: tmio: Add hw reset supportAi Kyuse1-0/+9
2016-11-29mmc: tmio: enhance illegal sequence handlingAi Kyuse1-6/+9
2016-11-29mmc: tmio-mmc: add support for 32bit data portChris Brandt1-0/+30
2016-09-26mmc: tmio: add eMMC supportWolfram Sang1-12/+26
2016-09-26mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhiWolfram Sang1-8/+1
2016-07-25mmc: host: use the defined function to check whether card is removableJaehoon Chung1-1/+1
2016-05-04mmc: tmio/sdhi: introduce flag for RCar 2+ specific featuresWolfram Sang1-3/+3
2016-05-02mmc: tmio/sdhi: distinguish between SCLKDIVEN and ILL_FUNCWolfram Sang1-1/+1
2016-05-02mmc: tmio: use CTL_STATUS consistentlyWolfram Sang1-1/+1
2016-05-02mmc: tmio: give read32/write32 functions more descriptive namesWolfram Sang1-11/+11
2016-05-02mmc: tmio: merge distributed include filesWolfram Sang1-1/+0
2016-05-02mmc: tmio: simplify irq handlerWolfram Sang1-15/+8
2016-05-02mmc: tmio: remove now unneeded seperate irq handlersWolfram Sang1-29/+2
2016-05-02mmc: tmio: Remove redundant runtime PM callsUlf Hansson1-19/+0
2016-05-02mmc: tmio: stop clock when 0Hz is requestedWolfram Sang1-24/+26
2016-05-02mmc: tmio: always start clock after frequency calculationWolfram Sang1-18/+16
2016-05-02mmc: tmio: Add UHS-I mode supportWolfram Sang1-1/+11
2016-05-02mmc: tmio, sh_mobile_sdhi: Add support for variable input clock frequencyBen Hutchings1-14/+10
2016-05-02mmc: tmio, sh_mobile_sdhi: Pass tmio_mmc_host ptr to clk_{enable, disable} opsBen Hutchings1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-02-29mmc: tmio: disable clock before changing itWolfram Sang1-0/+2
2016-02-29mmc: tmio: refactor set_clock a littleWolfram Sang1-6/+9
2016-02-29mmc: tmio: remove stale commentsWolfram Sang1-3/+0
2016-02-29mmc: tmio: add flag to reduce delay after changing clock statusWolfram Sang1-3/+4
2015-08-24mmc: tmio: Fix timeout value for command requestTakeshi Kihara1-2/+4
2015-06-01mmc: TMIO: Fix I/O mapping leak on error using devm_ioremap()Ian Molton1-3/+2
2015-03-23mmc: tmio: Remove bogus un-initialization in tmio_mmc_host_free()Geert Uytterhoeven1-2/+0
2015-01-20mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto1-3/+2
2015-01-20mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto1-2/+2
2015-01-20mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto1-3/+2
2015-01-20mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto1-1/+1
2015-01-20mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto1-16/+29