]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00289279 mmc: sdhci: get runtime pm when sdio irq is enabled
authorDong Aisheng <b29396@freescale.com>
Fri, 15 Nov 2013 09:54:36 +0000 (17:54 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:00 +0000 (21:18 -0600)
commit1fc2158934dc8e99c017dc0b9b00954ab6f31357
tree05816589fac7dcc0ac3bf9ca78f90e6bd99113c6
parentb0a6c4b1f11d8104b5ee863a759b5c606f226969
ENGR00289279 mmc: sdhci: get runtime pm when sdio irq is enabled

SDIO cards may need clock to send the card interrupt to host.
Thus, we get runtime pm when sdio irq is enabled to prevent the clock
resource is released and put it when sdio irq is disabled.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
(cherry picked from commit 3e8a2074a9bf37e9267f78e409898afd4b0d837a)
drivers/mmc/host/sdhci.c