| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: tmio: rename tmio_mmc_{pio => core}.c | Simon Horman | 2017-06-20 | 1 | -1390/+0 |
* | mmc: renesas-sdhi, tmio: make dma more modular | Simon Horman | 2017-06-20 | 1 | -1/+42 |
* | mmc: tmio: drop filenames from comment at top of source | Simon Horman | 2017-06-20 | 1 | -5/+3 |
* | mmc: tmio: always get number of taps | Masaharu Hayakawa | 2017-04-24 | 1 | -9/+7 |
* | mmc: host: tmio: fill in response from auto cmd12 | Wolfram Sang | 2017-04-24 | 1 | -0/+3 |
* | mmc: host: tmio: don't BUG on unsupported stop commands | Wolfram Sang | 2017-04-24 | 1 | -4/+5 |
* | mmc: host: tmio: use defines for CTL_STOP_INTERNAL_ACTION values | Wolfram Sang | 2017-04-24 | 1 | -3/+3 |
* | mmc: tmio: ensure end of DMA and SD access are in sync | Wolfram Sang | 2017-04-24 | 1 | -2/+2 |
* | mmc: tmio: discard obsolete SDIO irqs before enabling irqs | Wolfram Sang | 2017-02-13 | 1 | -2/+11 |
* | mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITS | Wolfram Sang | 2017-02-13 | 1 | -1/+1 |
* | mmc: host: tmio: refactor calls to sdio irq | Wolfram Sang | 2017-02-13 | 1 | -3/+2 |
* | mmc: host: tmio: disable clocks when unbinding | Wolfram Sang | 2017-02-13 | 1 | -2/+9 |
* | mmc: tmio: Remove redundant check of mmc->slot.cd_irq | Ulf Hansson | 2017-02-13 | 1 | -2/+1 |
* | mmc: host: tmio: drop superfluous exit path | Wolfram Sang | 2017-02-13 | 1 | -14/+6 |
* | mmc: tmio: use SDIO master interrupt bit only when allowed | Wolfram Sang | 2017-02-13 | 1 | -3/+4 |
* | mmc: tmio: remove SDIO from TODO list | Wolfram Sang | 2016-11-29 | 1 | -1/+0 |
* | mmc: tmio: fix wrong bitmask for SDIO irqs | Wolfram Sang | 2016-11-29 | 1 | -1/+1 |
* | mmc: tmio: Add tuning support | Ai Kyuse | 2016-11-29 | 1 | -0/+62 |
* | mmc: tmio: Add hw reset support | Ai Kyuse | 2016-11-29 | 1 | -0/+9 |
* | mmc: tmio: enhance illegal sequence handling | Ai Kyuse | 2016-11-29 | 1 | -6/+9 |
* | mmc: tmio-mmc: add support for 32bit data port | Chris Brandt | 2016-11-29 | 1 | -0/+30 |
* | mmc: tmio: add eMMC support | Wolfram Sang | 2016-09-26 | 1 | -12/+26 |
* | mmc: host: sh_mobile_sdhi: move card_busy from tmio to sdhi | Wolfram Sang | 2016-09-26 | 1 | -8/+1 |
* | mmc: host: use the defined function to check whether card is removable | Jaehoon Chung | 2016-07-25 | 1 | -1/+1 |
* | mmc: tmio/sdhi: introduce flag for RCar 2+ specific features | Wolfram Sang | 2016-05-04 | 1 | -3/+3 |
* | mmc: tmio/sdhi: distinguish between SCLKDIVEN and ILL_FUNC | Wolfram Sang | 2016-05-02 | 1 | -1/+1 |
* | mmc: tmio: use CTL_STATUS consistently | Wolfram Sang | 2016-05-02 | 1 | -1/+1 |
* | mmc: tmio: give read32/write32 functions more descriptive names | Wolfram Sang | 2016-05-02 | 1 | -11/+11 |
* | mmc: tmio: merge distributed include files | Wolfram Sang | 2016-05-02 | 1 | -1/+0 |
* | mmc: tmio: simplify irq handler | Wolfram Sang | 2016-05-02 | 1 | -15/+8 |
* | mmc: tmio: remove now unneeded seperate irq handlers | Wolfram Sang | 2016-05-02 | 1 | -29/+2 |
* | mmc: tmio: Remove redundant runtime PM calls | Ulf Hansson | 2016-05-02 | 1 | -19/+0 |
* | mmc: tmio: stop clock when 0Hz is requested | Wolfram Sang | 2016-05-02 | 1 | -24/+26 |
* | mmc: tmio: always start clock after frequency calculation | Wolfram Sang | 2016-05-02 | 1 | -18/+16 |
* | mmc: tmio: Add UHS-I mode support | Wolfram Sang | 2016-05-02 | 1 | -1/+11 |
* | mmc: tmio, sh_mobile_sdhi: Add support for variable input clock frequency | Ben Hutchings | 2016-05-02 | 1 | -14/+10 |
* | mmc: tmio, sh_mobile_sdhi: Pass tmio_mmc_host ptr to clk_{enable, disable} ops | Ben Hutchings | 2016-05-02 | 1 | -2/+2 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | mmc: tmio: disable clock before changing it | Wolfram Sang | 2016-02-29 | 1 | -0/+2 |
* | mmc: tmio: refactor set_clock a little | Wolfram Sang | 2016-02-29 | 1 | -6/+9 |
* | mmc: tmio: remove stale comments | Wolfram Sang | 2016-02-29 | 1 | -3/+0 |
* | mmc: tmio: add flag to reduce delay after changing clock status | Wolfram Sang | 2016-02-29 | 1 | -3/+4 |
* | mmc: tmio: Fix timeout value for command request | Takeshi Kihara | 2015-08-24 | 1 | -2/+4 |
* | mmc: TMIO: Fix I/O mapping leak on error using devm_ioremap() | Ian Molton | 2015-06-01 | 1 | -3/+2 |
* | mmc: tmio: Remove bogus un-initialization in tmio_mmc_host_free() | Geert Uytterhoeven | 2015-03-23 | 1 | -2/+0 |
* | mmc: tmio: tmio_mmc_host has .multi_io_quirk | Kuninori Morimoto | 2015-01-20 | 1 | -3/+2 |
* | mmc: tmio: tmio_mmc_host has .clk_disable | Kuninori Morimoto | 2015-01-20 | 1 | -2/+2 |
* | mmc: tmio: tmio_mmc_host has .clk_enable | Kuninori Morimoto | 2015-01-20 | 1 | -3/+2 |
* | mmc: tmio: tmio_mmc_host has .write16_hook | Kuninori Morimoto | 2015-01-20 | 1 | -1/+1 |
* | mmc: tmio: add tmio_mmc_host_alloc/free() | Kuninori Morimoto | 2015-01-20 | 1 | -16/+29 |