summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/tmio_mmc_pio.c
AgeCommit message (Expand)Author
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
2014-09-23mmc: don't request CD IRQ until mmc_start_host()Stephen Warren
2014-09-19mmc: tmio: prevent endless loop in tmio_mmc_set_clock()Sergei Shtylyov
2014-09-19mmc: tmio: enable odd number size accessKuninori Morimoto
2014-09-09mmc: use .multi_io_quirk on tmio_mmcKuninori Morimoto
2014-09-09mmc: tmio: add actual clock support as optionShinobu Uehara
2014-09-09mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock()Kuninori Morimoto
2014-09-09mmc: tmio: check ILL_FUNC instead of CBSYShinobu Uehara
2014-09-09mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRKShinobu Uehara