Re: [PATCHv9 06/18] mfd: omap-prm: added chain interrupt handler

2011-11-21 Thread Tero Kristo
On Fri, 2011-11-18 at 21:18 +0200, Felipe Balbi wrote: Hi, On Thu, Nov 17, 2011 at 02:34:46PM -0800, Kevin Hilman wrote: Tero Kristo t-kri...@ti.com writes: Introduce a chained interrupt handler mechanism for the PRCM interrupt, so that individual PRCM event can cleanly be handled

Re: [PATCHv9 06/18] mfd: omap-prm: added chain interrupt handler

2011-11-18 Thread Felipe Balbi
Hi, On Thu, Nov 17, 2011 at 02:34:46PM -0800, Kevin Hilman wrote: Tero Kristo t-kri...@ti.com writes: Introduce a chained interrupt handler mechanism for the PRCM interrupt, so that individual PRCM event can cleanly be handled by handlers in separate drivers. We do this by introducing

Re: [PATCHv9 06/18] mfd: omap-prm: added chain interrupt handler

2011-11-17 Thread Kevin Hilman
Tero Kristo t-kri...@ti.com writes: Introduce a chained interrupt handler mechanism for the PRCM interrupt, so that individual PRCM event can cleanly be handled by handlers in separate drivers. We do this by introducing PRCM event names, which are then matched to the particular PRCM interrupt

[PATCHv9 06/18] mfd: omap-prm: added chain interrupt handler

2011-09-23 Thread Tero Kristo
Introduce a chained interrupt handler mechanism for the PRCM interrupt, so that individual PRCM event can cleanly be handled by handlers in separate drivers. We do this by introducing PRCM event names, which are then matched to the particular PRCM interrupt bit depending on the specific OMAP SoC