aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2013-05-06 12:17:34 +0300
committerChris Ball <cjb@laptop.org>2013-05-26 14:23:24 -0400
commit7396e318b497cd46eb156effa5278126582ddde7 (patch)
treed11fcc17fa8723751200453b8918498479e6367d /drivers/mmc
parentmmc: sdhci-acpi: support runtime PM for ACPI HID 80860F14 SD cards (diff)
downloadlinux-dev-7396e318b497cd46eb156effa5278126582ddde7.tar.xz
linux-dev-7396e318b497cd46eb156effa5278126582ddde7.zip
mmc: sdhci-pci: support runtime PM for BYT SD cards
Add support for runtime PM for BYT SD cards. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci-pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c
index 701d06d0e1fb..611331a39fe5 100644
--- a/drivers/mmc/host/sdhci-pci.c
+++ b/drivers/mmc/host/sdhci-pci.c
@@ -332,6 +332,8 @@ static const struct sdhci_pci_fixes sdhci_intel_byt_sdio = {
};
static const struct sdhci_pci_fixes sdhci_intel_byt_sd = {
+ .quirks2 = SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON,
+ .allow_runtime_pm = true,
};
/* O2Micro extra registers */