Re: [PATCHv4 7/9] OMAP: hwmod: enable / disable pad wakeups for a module dynamically

2011-07-02 Thread Govindraj
On Sat, Jul 2, 2011 at 3:48 AM, Kevin Hilman khil...@ti.com wrote: Tero Kristo t-kri...@ti.com writes: PRCM chain interrupt registration is done now as part of omap_hwmod_enable_wakeup() and omap_hwmod_disable_wakeup() calls. This allows module ISR:s to be called when the module is idle but

Re: [PATCHv4 7/9] OMAP: hwmod: enable / disable pad wakeups for a module dynamically

2011-07-01 Thread Kevin Hilman
Tero Kristo t-kri...@ti.com writes: PRCM chain interrupt registration is done now as part of omap_hwmod_enable_wakeup() and omap_hwmod_disable_wakeup() calls. This allows module ISR:s to be called when the module is idle but an IO_PAD event is detected on the module input pads. These

[PATCHv4 7/9] OMAP: hwmod: enable / disable pad wakeups for a module dynamically

2011-06-29 Thread Tero Kristo
PRCM chain interrupt registration is done now as part of omap_hwmod_enable_wakeup() and omap_hwmod_disable_wakeup() calls. This allows module ISR:s to be called when the module is idle but an IO_PAD event is detected on the module input pads. Signed-off-by: Tero Kristo t-kri...@ti.com ---