summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-pci.c
diff options
context:
space:
mode:
authorGao, Yunpeng2014-08-18 09:05:52 +0200
committerUlf Hansson2014-09-09 13:59:23 +0200
commitf1b55a55e4ee6fe6d791cff994f6e4d990f69c1e (patch)
tree347be2e3f692fdbf46f9e65150dcd507185a5f7e /drivers/mmc/host/sdhci-pci.c
parentmmc: sdhci: handle busy-end interrupt during command (diff)
downloadkernel-qcow2-linux-f1b55a55e4ee6fe6d791cff994f6e4d990f69c1e.tar.gz
kernel-qcow2-linux-f1b55a55e4ee6fe6d791cff994f6e4d990f69c1e.tar.xz
kernel-qcow2-linux-f1b55a55e4ee6fe6d791cff994f6e4d990f69c1e.zip
mmc: sdhci-pci: enable runtime pm for Intel Merrifield platform
Enable runtime pm support on Intel Merrifield platform. Signed-off-by: Yunpeng Gao <yunpeng.gao@intel.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/sdhci-pci.c')
-rw-r--r--drivers/mmc/host/sdhci-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c
index cfe8a2c85987..ff9ab62e6eef 100644
--- a/drivers/mmc/host/sdhci-pci.c
+++ b/drivers/mmc/host/sdhci-pci.c
@@ -318,6 +318,7 @@ static int intel_mrfl_mmc_probe_slot(struct sdhci_pci_slot *slot)
static const struct sdhci_pci_fixes sdhci_intel_mrfl_mmc = {
.quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
.quirks2 = SDHCI_QUIRK2_BROKEN_HS200,
+ .allow_runtime_pm = true,
.probe_slot = intel_mrfl_mmc_probe_slot,
};