projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e99783a
)
mmc: sdhci-pci: enable runtime pm for Intel Merrifield platform
author
Gao, Yunpeng
<yunpeng.gao@intel.com>
Mon, 18 Aug 2014 07:05:52 +0000
(15:05 +0800)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 9 Sep 2014 11:59:23 +0000
(13:59 +0200)
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>
drivers/mmc/host/sdhci-pci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/sdhci-pci.c
b/drivers/mmc/host/sdhci-pci.c
index cfe8a2c85987fd7d5af440d9c6cb7e14b1b86f70..ff9ab62e6eef0b5f87f15e7d87b9c4754a882878 100644
(file)
--- 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,
};