OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts
authorPaul Walmsley <paul@pwsan.com>
Wed, 22 Jul 2009 17:29:02 +0000 (10:29 -0700)
committerKevin Hilman <khilman@deeprootsystems.com>
Mon, 5 Oct 2009 17:51:00 +0000 (10:51 -0700)
commit8cb0ac999f253212bb01cd3c0d686489ec5911ad
treef0fe5a692b1d4a9b85ade98fe8c628b0fa671ce3
parent5d80597801ff0d7e6b184504c04e9c1b3b61d16d
OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts

Clearing wakeup sources is now only done when the PRM indicates a
wakeup source interrupt.  Since we don't handle any other types of
PRCM interrupts right now, warn if we get any other type of PRCM
interrupt.  Either code needs to be added to the PRCM interrupt
handler to react to these, or these other interrupts should be masked
off at init.

Updated after Jon Hunter's PRCM IRQ rework by Kevin Hilman.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-omap2/pm34xx.c