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