Age | Commit message (Expand) | Author | Files | Lines |
2015-03-05 | mmc: tmio: mmc: tmio: tmio_mmc_data has .chan_priv_?x | Kuninori Morimoto | 1 | -2/+0 |
2015-02-23 | mmc: tmio_mmc: remove slave_id settings for DMAEngine | Kuninori Morimoto | 1 | -2/+0 |
2015-01-20 | mmc: tmio: enable SoC specific DMA buswidth settings | Kuninori Morimoto | 1 | -0/+2 |
2015-01-20 | mmc: tmio: add .enable_dma on tmio_mmc_dma | Kuninori Morimoto | 1 | -0/+2 |
2015-01-20 | mmc: tmio: tmio_mmc_data has .dma_rx_offset | Kuninori Morimoto | 1 | -1/+0 |
2015-01-20 | mmc: tmio: tmio_mmc_data has .alignment_shift | Kuninori Morimoto | 1 | -1/+0 |
2015-01-20 | mmc: tmio: tmio_mmc_host has .bus_shift | Kuninori Morimoto | 1 | -8/+9 |
2015-01-20 | mmc: tmio: tmio_mmc_host has .multi_io_quirk | Kuninori Morimoto | 1 | -0/+2 |
2015-01-20 | mmc: tmio: tmio_mmc_host has .clk_disable | Kuninori Morimoto | 1 | -0/+1 |
2015-01-20 | mmc: tmio: tmio_mmc_host has .clk_enable | Kuninori Morimoto | 1 | -0/+1 |
2015-01-20 | mmc: tmio: tmio_mmc_host has .write16_hook | Kuninori Morimoto | 1 | -1/+3 |
2015-01-20 | mmc: tmio: tmio_mmc_host has .dma | Kuninori Morimoto | 1 | -0/+11 |
2015-01-20 | mmc: tmio: add tmio_mmc_host_alloc/free() | Kuninori Morimoto | 1 | -2/+3 |
2014-09-09 | mmc: tmio: Remove library functions for system PM | Ulf Hansson | 1 | -5/+0 |
2014-09-09 | mmc: tmio: Make runtime PM callbacks available for CONFIG_PM | Ulf Hansson | 1 | -1/+1 |
2014-09-09 | mmc: tmio: Handle clock gating from runtime PM functions | Ulf Hansson | 1 | -1/+2 |
2014-09-09 | mmc: tmio: Restructure ->set_ios() and adapt ->probe() to it | Ulf Hansson | 1 | -20/+0 |
2014-09-09 | mmc: tmio: Keep host active while SDIO IRQ is enabled | Ulf Hansson | 1 | -0/+1 |
2014-02-14 | mmc: tmio: Adapt to proper PM configs for exported functions | Ulf Hansson | 1 | -4/+3 |
2014-01-13 | mmc: tmio: bus_shift become tmio_mmc_data member | Kuninori Morimoto | 1 | -9/+8 |
2013-06-06 | mmc: tmio: fix unbalanced power-on calls with clock-gating enabled | Guennadi Liakhovetski | 1 | -2/+18 |
2013-06-06 | mmc: tmio: postpone controller reset during resume | Guennadi Liakhovetski | 1 | -0/+1 |
2012-03-27 | mmc: tmio_mmc: remove unused sdio_irq_enabled flag | Guennadi Liakhovetski | 1 | -1/+0 |
2012-03-27 | mmc: tmio_mmc: power status flag doesn't have to be exposed in platform data | Guennadi Liakhovetski | 1 | -0/+3 |
2012-03-27 | mmc: tmio_mmc: support the generic MMC GPIO card hotplug helper | Guennadi Liakhovetski | 1 | -4/+0 |
2012-03-27 | mmc: tmio: calculate the native hotplug condition only once | Guennadi Liakhovetski | 1 | -0/+1 |
2012-02-14 | mmc: tmio_mmc: fix card eject during IO with DMA | Guennadi Liakhovetski | 1 | -1/+6 |
2012-01-12 | mmc: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
2011-10-26 | mmc: tmio: Provide separate interrupt handlers | Simon Horman | 1 | -0/+3 |
2011-10-26 | mmc: tmio: Cache interrupt masks | Simon Horman | 1 | -0/+4 |
2011-07-26 | MMC / TMIO: Fix build issue related to struct scatterlist | Rafael J. Wysocki | 1 | -0/+1 |
2011-07-21 | mmc: tmio: fix a deadlock | Guennadi Liakhovetski | 1 | -0/+5 |
2011-07-21 | mmc: tmio: maximize power saving | Guennadi Liakhovetski | 1 | -0/+2 |
2011-07-21 | mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled | Guennadi Liakhovetski | 1 | -1/+5 |
2011-07-21 | mmc: sdhi: Add write16_hook | Simon Horman | 1 | -0/+5 |
2011-07-21 | mmc: tmio: Share register access functions | Simon Horman | 1 | -0/+35 |
2011-05-25 | mmc: tmio: runtime suspend the controller, where possible | Guennadi Liakhovetski | 1 | -0/+3 |
2011-05-25 | mmc: tmio/sdhi: break out interrupt request/free | Magnus Damm | 1 | -1/+1 |
2011-05-25 | mmc: protect the tmio_mmc driver against a theoretical race | Guennadi Liakhovetski | 1 | -0/+1 |
2011-05-25 | mmc: Add runtime and system-wide PM to the TMIO MMC driver | Guennadi Liakhovetski | 1 | -0/+10 |
2011-03-26 | mmc: tmio_mmc: Move some defines into a shared header | Simon Horman | 1 | -26/+4 |
2011-03-25 | mmc: tmio: convert the SDHI MMC driver from MFD to a platform driver | Guennadi Liakhovetski | 1 | -1/+1 |
2011-03-25 | mmc: tmio: split core functionality, DMA and MFD glue | Guennadi Liakhovetski | 1 | -0/+145 |
2011-01-09 | mmc: tmio_mmc: merge the private header into the driver | Guennadi Liakhovetski | 1 | -226/+0 |
2011-01-09 | mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failure | Guennadi Liakhovetski | 1 | -2/+0 |
2010-09-10 | mmc: fix the use of kunmap_atomic() in tmio_mmc.h | Guennadi Liakhovetski | 1 | -5/+3 |
2010-09-10 | tmio_mmc: don't clear unhandled pending interrupts | Yusuke Goda | 1 | -4/+1 |
2010-05-22 | mmc: add DMA support to tmio_mmc driver, when used on SuperH | Guennadi Liakhovetski | 1 | -0/+13 |
2010-03-08 | tmio_mmc: Keep card-detect interrupts enabled | Guennadi Liakhovetski | 1 | -4/+2 |
2010-01-18 | mfd: tmio_mmc hardware abstraction for CNF area | Ian Molton | 1 | -40/+6 |