summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pm34xx.c
diff options
context:
space:
mode:
authorMike Chan <mike@android.com>2010-05-03 16:04:07 -0700
committerKevin Hilman <khilman@deeprootsystems.com>2010-05-12 09:39:01 -0700
commit331b9e3d61cba2ad089f3f1fe2ef0122679337a1 (patch)
tree91eb3580a25161a7d661b89db1103a367a55f3ae /arch/arm/mach-omap2/pm34xx.c
parent40742fa82ebf53c9367f5807cf1012d518516e74 (diff)
downloadop-kernel-dev-331b9e3d61cba2ad089f3f1fe2ef0122679337a1.zip
op-kernel-dev-331b9e3d61cba2ad089f3f1fe2ef0122679337a1.tar.gz
OMAP3: PM: Remove PER wakeup dependency on CORE.
We can remove this wakeup dependency since now, when GPIO2-6 are enabled for IO-pad wakeup, PER domain is gauranteed to be awake or be woken up to service. The previous dependency did not handle all corner cases. Since there was no sleep dependency between CORE and PER domains, if PER enters RET and CORE is ON, PER will not be active for GPIO handling. Signed-off-by: Mike Chan <mike@android.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r--arch/arm/mach-omap2/pm34xx.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
index eec0916..1d71698 100644
--- a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@ -1096,14 +1096,6 @@ static int __init omap3_pm_init(void)
omap3_idle_init();
clkdm_add_wkdep(neon_clkdm, mpu_clkdm);
- /*
- * REVISIT: This wkdep is only necessary when GPIO2-6 are enabled for
- * IO-pad wakeup. Otherwise it will unnecessarily waste power
- * waking up PER with every CORE wakeup - see
- * http://marc.info/?l=linux-omap&m=121852150710062&w=2
- */
- clkdm_add_wkdep(per_clkdm, core_clkdm);
-
if (omap_type() != OMAP2_DEVICE_TYPE_GP) {
omap3_secure_ram_storage =
kmalloc(0x803F, GFP_KERNEL);
OpenPOWER on IntegriCloud