| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: tmio: use generic GPIO CD and WP handlers | Guennadi Liakhovetski | 2012-07-21 | 1 | -0/+6 |
* | mmc: tmio: support caps2 flags | Guennadi Liakhovetski | 2012-07-21 | 1 | -0/+1 |
* | mmc: tmio: remove a duplicated comment line | Guennadi Liakhovetski | 2012-07-21 | 1 | -1/+0 |
* | mmc: tmio: add regulator support | Guennadi Liakhovetski | 2012-07-21 | 1 | -8/+29 |
* | mmc: tmio: add callbacks to enable-update and disable the interface clock | Guennadi Liakhovetski | 2012-07-21 | 1 | -3/+32 |
* | mmc: tmio: don't needlessly enable interrupts during probing | Guennadi Liakhovetski | 2012-07-21 | 1 | -10/+11 |
* | mmc: tmio: Don't access hardware registers after stopping clocks | Laurent Pinchart | 2012-07-21 | 1 | -8/+10 |
* | mmc: extend and rename cd-gpio helpers to handle more slot GPIO functions | Guennadi Liakhovetski | 2012-07-10 | 1 | -3/+3 |
* | mmc: tmio: use MMC opcode defines instead of numbers | Guennadi Liakhovetski | 2012-07-10 | 1 | -3/+4 |
* | mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() function | Guennadi Liakhovetski | 2012-03-27 | 1 | -4/+5 |
* | mmc: tmio_mmc: remove unused sdio_irq_enabled flag | Guennadi Liakhovetski | 2012-03-27 | 1 | -2/+0 |
* | mmc: tmio_mmc: power status flag doesn't have to be exposed in platform data | Guennadi Liakhovetski | 2012-03-27 | 1 | -7/+6 |
* | mmc: tmio_mmc: support the generic MMC GPIO card hotplug helper | Guennadi Liakhovetski | 2012-03-27 | 1 | -38/+31 |
* | mmc: tmio: calculate the native hotplug condition only once | Guennadi Liakhovetski | 2012-03-27 | 1 | -6/+6 |
* | mmc: tmio_mmc: do not enable card hotplug interrupts, if unused | Guennadi Liakhovetski | 2012-03-27 | 1 | -1/+6 |
* | Merge branch 'pm-qos' | Rafael J. Wysocki | 2012-03-16 | 1 | -0/+5 |
|\ |
|
| * | tmio_mmc / PM: Use PM QoS latency constraint | Rafael J. Wysocki | 2012-03-13 | 1 | -0/+5 |
* | | mmc: tmio_mmc: fix card eject during IO with DMA | Guennadi Liakhovetski | 2012-02-13 | 1 | -1/+5 |
|/ |
|
* | mmc: tmio_mmc: Hotplug code regrouping | Bastian Hecht | 2012-01-11 | 1 | -9/+21 |
* | mmc: tmio: fix clock gating on platforms with a .set_pwr() method | Guennadi Liakhovetski | 2011-12-10 | 1 | -1/+1 |
* | mmc: replace printk with appropriate display macro | Girish K S | 2011-10-26 | 1 | -1/+1 |
* | mmc: tmio: Provide separate interrupt handlers | Simon Horman | 2011-10-26 | 1 | -48/+83 |
* | mmc: tmio: Cache interrupt masks | Simon Horman | 2011-10-26 | 1 | -16/+18 |
* | mmc: tmio: fix a deadlock | Guennadi Liakhovetski | 2011-07-21 | 1 | -2/+2 |
* | mmc: tmio: maximize power saving | Guennadi Liakhovetski | 2011-07-21 | 1 | -27/+37 |
* | mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled | Guennadi Liakhovetski | 2011-07-21 | 1 | -6/+29 |
* | mmc: tmio: Fix race condition resulting in spurious interrupts | Paul Parsons | 2011-07-20 | 1 | -44/+32 |
* | mmc: tmio: Share register access functions | Simon Horman | 2011-07-20 | 1 | -34/+0 |
* | mmc: tmio: fix regression in TMIO_MMC_WRPROTECT_DISABLE handling | Guennadi Liakhovetski | 2011-06-25 | 1 | -2/+2 |
* | mmc: tmio: runtime suspend the controller, where possible | Guennadi Liakhovetski | 2011-05-24 | 1 | -6/+58 |
* | mmc: tmio/sdhi: break out interrupt request/free | Magnus Damm | 2011-05-24 | 1 | -15/+2 |
* | mmc: protect the tmio_mmc driver against a theoretical race | Guennadi Liakhovetski | 2011-05-24 | 1 | -6/+56 |
* | mmc: Add runtime and system-wide PM to the TMIO MMC driver | Guennadi Liakhovetski | 2011-05-24 | 1 | -3/+54 |
* | mmc: tmio: fix .set_ios(MMC_POWER_UP) handling | Guennadi Liakhovetski | 2011-04-27 | 1 | -5/+5 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | mmc: tmio_mmc: Move some defines into a shared header | Simon Horman | 2011-03-26 | 1 | -20/+1 |
* | mmc: tmio: support aggressive clock gating | Guennadi Liakhovetski | 2011-03-25 | 1 | -9/+8 |
* | mmc: tmio: fix power-mode interpretation | Guennadi Liakhovetski | 2011-03-25 | 1 | -5/+5 |
* | mmc: tmio: remove work-around for unmasked SDIO interrupts | Guennadi Liakhovetski | 2011-03-25 | 1 | -21/+2 |
* | mmc: tmio: only access registers above 0xff, if available | Guennadi Liakhovetski | 2011-03-25 | 1 | -6/+19 |
* | mmc: tmio: split core functionality, DMA and MFD glue | Guennadi Liakhovetski | 2011-03-25 | 1 | -0/+923 |