Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1421)

Unified Diff: arch/arm/mach-tegra/board-seaboard-sdhci.c

Issue 6474032: mach-tegra: Adding MMC_KEEP_POWER to support suspend/resume for wifi SDIO slot (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/kernel-next.git@chromeos-2.6.37
Patch Set: always assign pm_cap Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | arch/arm/mach-tegra/include/mach/sdhci.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/board-seaboard-sdhci.c
diff --git a/arch/arm/mach-tegra/board-seaboard-sdhci.c b/arch/arm/mach-tegra/board-seaboard-sdhci.c
index 0759fc42a595373c449f80f4aa68abd1003d5ad9..440fc30609705801eb14e5fa0edf9c40ae31f88b 100644
--- a/arch/arm/mach-tegra/board-seaboard-sdhci.c
+++ b/arch/arm/mach-tegra/board-seaboard-sdhci.c
@@ -70,6 +70,7 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,
+ .pm_flags = MMC_PM_KEEP_POWER,
};
static struct tegra_sdhci_platform_data tegra_sdhci_platform_data2 = {
« no previous file with comments | « no previous file | arch/arm/mach-tegra/include/mach/sdhci.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698