summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.h
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio: mmc: tmio: tmio_mmc_data has .chan_priv_?xKuninori Morimoto2015-03-051-2/+0
* mmc: tmio_mmc: remove slave_id settings for DMAEngineKuninori Morimoto2015-02-231-2/+0
* mmc: tmio: enable SoC specific DMA buswidth settingsKuninori Morimoto2015-01-201-0/+2
* mmc: tmio: add .enable_dma on tmio_mmc_dmaKuninori Morimoto2015-01-201-0/+2
* mmc: tmio: tmio_mmc_data has .dma_rx_offsetKuninori Morimoto2015-01-201-1/+0
* mmc: tmio: tmio_mmc_data has .alignment_shiftKuninori Morimoto2015-01-201-1/+0
* mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto2015-01-201-8/+9
* mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto2015-01-201-0/+2
* mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto2015-01-201-0/+1
* mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto2015-01-201-0/+1
* mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto2015-01-201-1/+3
* mmc: tmio: tmio_mmc_host has .dmaKuninori Morimoto2015-01-201-0/+11
* mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto2015-01-201-2/+3
* mmc: tmio: Remove library functions for system PMUlf Hansson2014-09-091-5/+0
* mmc: tmio: Make runtime PM callbacks available for CONFIG_PMUlf Hansson2014-09-091-1/+1
* mmc: tmio: Handle clock gating from runtime PM functionsUlf Hansson2014-09-091-1/+2
* mmc: tmio: Restructure ->set_ios() and adapt ->probe() to itUlf Hansson2014-09-091-20/+0
* mmc: tmio: Keep host active while SDIO IRQ is enabledUlf Hansson2014-09-091-0/+1
* mmc: tmio: Adapt to proper PM configs for exported functionsUlf Hansson2014-02-131-4/+3
* mmc: tmio: bus_shift become tmio_mmc_data memberKuninori Morimoto2014-01-131-9/+8
* mmc: tmio: fix unbalanced power-on calls with clock-gating enabledGuennadi Liakhovetski2013-06-061-2/+18
* mmc: tmio: postpone controller reset during resumeGuennadi Liakhovetski2013-06-061-0/+1
* mmc: tmio_mmc: remove unused sdio_irq_enabled flagGuennadi Liakhovetski2012-03-271-1/+0
* mmc: tmio_mmc: power status flag doesn't have to be exposed in platform dataGuennadi Liakhovetski2012-03-271-0/+3
* mmc: tmio_mmc: support the generic MMC GPIO card hotplug helperGuennadi Liakhovetski2012-03-271-4/+0
* mmc: tmio: calculate the native hotplug condition only onceGuennadi Liakhovetski2012-03-271-0/+1
* mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski2012-02-131-1/+6
* mmc: remove the second argument of k[un]map_atomic()Cong Wang2012-01-111-2/+2
* mmc: tmio: Provide separate interrupt handlersSimon Horman2011-10-261-0/+3
* mmc: tmio: Cache interrupt masksSimon Horman2011-10-261-0/+4
* MMC / TMIO: Fix build issue related to struct scatterlistRafael J. Wysocki2011-07-261-0/+1
* mmc: tmio: fix a deadlockGuennadi Liakhovetski2011-07-211-0/+5
* mmc: tmio: maximize power savingGuennadi Liakhovetski2011-07-211-0/+2
* mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabledGuennadi Liakhovetski2011-07-211-1/+5
* mmc: sdhi: Add write16_hookSimon Horman2011-07-201-0/+5
* mmc: tmio: Share register access functionsSimon Horman2011-07-201-0/+35
* mmc: tmio: runtime suspend the controller, where possibleGuennadi Liakhovetski2011-05-241-0/+3
* mmc: tmio/sdhi: break out interrupt request/freeMagnus Damm2011-05-241-1/+1
* mmc: protect the tmio_mmc driver against a theoretical raceGuennadi Liakhovetski2011-05-241-0/+1
* mmc: Add runtime and system-wide PM to the TMIO MMC driverGuennadi Liakhovetski2011-05-241-0/+10
* mmc: tmio_mmc: Move some defines into a shared headerSimon Horman2011-03-261-26/+4
* mmc: tmio: convert the SDHI MMC driver from MFD to a platform driverGuennadi Liakhovetski2011-03-251-1/+1
* mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski2011-03-251-0/+145
* mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski2011-01-081-226/+0
* mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski2011-01-081-2/+0
* mmc: fix the use of kunmap_atomic() in tmio_mmc.hGuennadi Liakhovetski2010-09-091-5/+3
* tmio_mmc: don't clear unhandled pending interruptsYusuke Goda2010-09-091-4/+1
* mmc: add DMA support to tmio_mmc driver, when used on SuperHGuennadi Liakhovetski2010-05-221-0/+13
* tmio_mmc: Keep card-detect interrupts enabledGuennadi Liakhovetski2010-03-071-4/+2
* mfd: tmio_mmc hardware abstraction for CNF areaIan Molton2010-01-181-40/+6