Re: [PATCHv4 2/9] PRCM: Add support for PAD wakeup interrupts

2011-07-01 Thread Kevin Hilman
Tero Kristo t-kri...@ti.com writes: PRCM interrupt handler will now parse registered pads to see whether there is an active wakeup event. If there is a pending wakeup event, the registered ISR will be called. Signed-off-by: Tero Kristo t-kri...@ti.com This patch adds a new, duplicate

Re: [PATCHv4 2/9] PRCM: Add support for PAD wakeup interrupts

2011-06-30 Thread Govindraj
On Wed, Jun 29, 2011 at 2:34 PM, Tero Kristo t-kri...@ti.com wrote: PRCM interrupt handler will now parse registered pads to see whether there is an active wakeup event. If there is a pending wakeup event, the registered ISR will be called. Signed-off-by: Tero Kristo t-kri...@ti.com ---  

[PATCHv4 2/9] PRCM: Add support for PAD wakeup interrupts

2011-06-29 Thread Tero Kristo
PRCM interrupt handler will now parse registered pads to see whether there is an active wakeup event. If there is a pending wakeup event, the registered ISR will be called. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/prcm.c | 94