summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/tmio_mmc_pio.c
AgeCommit message (Expand)Author
2019-03-19mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov
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
2014-09-09mmc: tmio: control multiple block transfer modeShinobu Uehara
2014-09-09mmc: tmio: clear error IRQ statusShinobu Uehara
2014-09-09mmc: tmio: Remove library functions for system PMUlf Hansson
2014-09-09mmc: tmio: Make runtime PM callbacks available for CONFIG_PMUlf Hansson
2014-09-09mmc: tmio: Mask all IRQs when inactiveUlf Hansson
2014-09-09mmc: tmio: Handle clock gating from runtime PM functionsUlf Hansson
2014-09-09mmc: tmio: Restructure ->set_ios() and adapt ->probe() to itUlf Hansson
2014-09-09mmc: tmio: Extract bus_width modifications to a separate functionUlf Hansson
2014-09-09mmc: tmio: Keep host active while serving requestsUlf Hansson
2014-09-09mmc: tmio: Keep host active while SDIO IRQ is enabledUlf Hansson
2014-02-13mmc: tmio: Adapt to proper PM configs for exported functionsUlf Hansson
2014-01-13mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flagsKuninori Morimoto