* [PATCH 05/09] Prevents OFF transitions
@ 2008-07-08 11:39 Rajendra Nayak
0 siblings, 0 replies; only message in thread
From: Rajendra Nayak @ 2008-07-08 11:39 UTC (permalink / raw)
To: linux-omap
This is a temp patch needed only till OFF mode is implemented.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
---
arch/arm/mach-omap2/resource34xx.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: linux-omap-2.6/arch/arm/mach-omap2/resource34xx.c
===================================================================
--- linux-omap-2.6.orig/arch/arm/mach-omap2/resource34xx.c 2008-07-07 10:22:52.050624622 +0530
+++ linux-omap-2.6/arch/arm/mach-omap2/resource34xx.c 2008-07-07 10:23:07.006143844 +0530
@@ -130,13 +130,13 @@ int set_pd_latency(struct shared_resourc
omap2_clkdm_wakeup(pwrdm->pwrdm_clkdms[i]);
}
pwrdm_set_next_pwrst(pwrdm, PWRDM_POWER_ON);
- pwrdm_set_next_pwrst(pwrdm, pd_lat_level);
+ pwrdm_set_next_pwrst(pwrdm, PWRDM_POWER_RET);
for (i = 0; pwrdm->pwrdm_clkdms[i]; i++) {
omap2_clkdm_sleep(pwrdm->pwrdm_clkdms[i]);
omap2_clkdm_allow_idle(pwrdm->pwrdm_clkdms[i]);
}
} else
- pwrdm_set_next_pwrst(pwrdm, pd_lat_level);
+ pwrdm_set_next_pwrst(pwrdm, PWRDM_POWER_RET);
break;
case PWRDM_POWER_ON:
pwrdm_set_next_pwrst(pwrdm, PWRDM_POWER_ON);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-08 11:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 11:39 [PATCH 05/09] Prevents OFF transitions Rajendra Nayak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox