]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP3: PM: Remove PER wakeup dependency on CORE.
authorMike Chan <mike@android.com>
Mon, 3 May 2010 23:04:07 +0000 (16:04 -0700)
committerKevin Hilman <khilman@deeprootsystems.com>
Wed, 12 May 2010 16:39:01 +0000 (09:39 -0700)
commit4fee00e36147326f00359995b8e9846a0aa40723
tree91eb3580a25161a7d661b89db1103a367a55f3ae
parentdcb4c77c55c80738a2adef8d37ee5c3457e90eae
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>
arch/arm/mach-omap2/pm34xx.c