diff options
author | Rajendra Nayak <rnayak@ti.com> | 2008-10-08 17:30:58 +0530 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-11 14:42:48 -0800 |
commit | 99e6a4d22f7c7bda0cd8978333c2e85fba02f181 (patch) | |
tree | 22a31df1b559cfa4a43a0babf23d4d84ab290a37 /arch/arm/mach-omap2/pm.h | |
parent | f265dc4c5d39f2bd369d97c87a7bd89061b159d4 (diff) | |
download | op-kernel-dev-99e6a4d22f7c7bda0cd8978333c2e85fba02f181.zip op-kernel-dev-99e6a4d22f7c7bda0cd8978333c2e85fba02f181.tar.gz |
OMAP3: PM: CPUidle: base driver and support for C1-C2
Basic CPUidle driver for OMAP3 with deepest sleep state supported
being MPU CSWR.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm.h')
-rw-r--r-- | arch/arm/mach-omap2/pm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h index 7eb769f..2edf1ba 100644 --- a/arch/arm/mach-omap2/pm.h +++ b/arch/arm/mach-omap2/pm.h @@ -18,6 +18,7 @@ extern u32 sleep_while_idle; extern void *omap3_secure_ram_storage; extern void omap3_pm_off_mode_enable(int); +extern void omap_sram_idle(void); extern int omap3_pm_get_suspend_state(struct powerdomain *pwrdm); extern int omap3_pm_set_suspend_state(struct powerdomain *pwrdm, int state); |