Re: [PATCHv5 04/11] OMAP2+: hwmod: add support for PAD wakeup interrupts

2011-07-22 Thread Kevin Hilman
Tero Kristo t-kri...@ti.com writes: OMAP hwmod now provides a service routine to parse pending wakeup events and to call registered ISR whenever active wakeups are detected. This routine is called directly from PRCM interrupt handler. Signed-off-by: Tero Kristo t-kri...@ti.com Nice! ---

[PATCHv5 04/11] OMAP2+: hwmod: add support for PAD wakeup interrupts

2011-07-05 Thread Tero Kristo
OMAP hwmod now provides a service routine to parse pending wakeup events and to call registered ISR whenever active wakeups are detected. This routine is called directly from PRCM interrupt handler. Signed-off-by: Tero Kristo t-kri...@ti.com --- arch/arm/mach-omap2/omap_hwmod.c |