summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc_pio.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() functionGuennadi Liakhovetski2012-03-271-4/+5
* mmc: tmio_mmc: remove unused sdio_irq_enabled flagGuennadi Liakhovetski2012-03-271-2/+0Star
* mmc: tmio_mmc: power status flag doesn't have to be exposed in platform dataGuennadi Liakhovetski2012-03-271-7/+6Star
* mmc: tmio_mmc: support the generic MMC GPIO card hotplug helperGuennadi Liakhovetski2012-03-271-38/+31Star
* mmc: tmio: calculate the native hotplug condition only onceGuennadi Liakhovetski2012-03-271-6/+6
* mmc: tmio_mmc: do not enable card hotplug interrupts, if unusedGuennadi Liakhovetski2012-03-271-1/+6
* Merge branch 'pm-qos'Rafael J. Wysocki2012-03-161-0/+5
|\
| * tmio_mmc / PM: Use PM QoS latency constraintRafael J. Wysocki2012-03-131-0/+5
* | mmc: tmio_mmc: fix card eject during IO with DMAGuennadi Liakhovetski2012-02-141-1/+5
|/
* mmc: tmio_mmc: Hotplug code regroupingBastian Hecht2012-01-121-9/+21
* mmc: tmio: fix clock gating on platforms with a .set_pwr() methodGuennadi Liakhovetski2011-12-101-1/+1
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-1/+1
* mmc: tmio: Provide separate interrupt handlersSimon Horman2011-10-261-48/+83
* mmc: tmio: Cache interrupt masksSimon Horman2011-10-261-16/+18
* mmc: tmio: fix a deadlockGuennadi Liakhovetski2011-07-211-2/+2
* mmc: tmio: maximize power savingGuennadi Liakhovetski2011-07-211-27/+37
* mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabledGuennadi Liakhovetski2011-07-211-6/+29
* mmc: tmio: Fix race condition resulting in spurious interruptsPaul Parsons2011-07-201-44/+32Star
* mmc: tmio: Share register access functionsSimon Horman2011-07-201-34/+0Star
* mmc: tmio: fix regression in TMIO_MMC_WRPROTECT_DISABLE handlingGuennadi Liakhovetski2011-06-261-2/+2
* mmc: tmio: runtime suspend the controller, where possibleGuennadi Liakhovetski2011-05-251-6/+58
* mmc: tmio/sdhi: break out interrupt request/freeMagnus Damm2011-05-251-15/+2Star
* mmc: protect the tmio_mmc driver against a theoretical raceGuennadi Liakhovetski2011-05-251-6/+56
* mmc: Add runtime and system-wide PM to the TMIO MMC driverGuennadi Liakhovetski2011-05-251-3/+54
* mmc: tmio: fix .set_ios(MMC_POWER_UP) handlingGuennadi Liakhovetski2011-04-281-5/+5
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* mmc: tmio_mmc: Move some defines into a shared headerSimon Horman2011-03-261-20/+1Star
* mmc: tmio: support aggressive clock gatingGuennadi Liakhovetski2011-03-251-9/+8Star
* mmc: tmio: fix power-mode interpretationGuennadi Liakhovetski2011-03-251-5/+5
* mmc: tmio: remove work-around for unmasked SDIO interruptsGuennadi Liakhovetski2011-03-251-21/+2Star
* mmc: tmio: only access registers above 0xff, if availableGuennadi Liakhovetski2011-03-251-6/+19
* mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski2011-03-251-0/+923