summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_pio.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-23mmc: don't request CD IRQ until mmc_start_host()Stephen Warren1-0/+1
2014-09-19mmc: tmio: prevent endless loop in tmio_mmc_set_clock()Sergei Shtylyov1-0/+9
2014-09-19mmc: tmio: enable odd number size accessKuninori Morimoto1-4/+35
2014-09-09mmc: use .multi_io_quirk on tmio_mmcKuninori Morimoto1-0/+13
2014-09-09mmc: tmio: add actual clock support as optionShinobu Uehara1-0/+5
2014-09-09mmc: tmio: remove SCLKEN bit setting from tmio_mmc_set_clock()Kuninori Morimoto1-1/+0
2014-09-09mmc: tmio: check ILL_FUNC instead of CBSYShinobu Uehara1-1/+12
2014-09-09mmc: tmio: add TMIO_MMC_SDIO_STATUS_QUIRKShinobu Uehara1-1/+6
2014-09-09mmc: tmio: control multiple block transfer modeShinobu Uehara1-0/+10
2014-09-09mmc: tmio: clear error IRQ statusShinobu Uehara1-0/+3
2014-09-09mmc: tmio: Remove library functions for system PMUlf Hansson1-23/+0
2014-09-09mmc: tmio: Make runtime PM callbacks available for CONFIG_PMUlf Hansson1-1/+1
2014-09-09mmc: tmio: Mask all IRQs when inactiveUlf Hansson1-0/+2
2014-09-09mmc: tmio: Handle clock gating from runtime PM functionsUlf Hansson1-4/+24
2014-09-09mmc: tmio: Restructure ->set_ios() and adapt ->probe() to itUlf Hansson1-47/+14