Re: [PATCHv8 06/16] power: omap-prm: added chain interrupt handler

2011-09-21 Thread Paul Walmsley
Hi some comments (also see the comments for the 1/16 patch, some of which apply to this patch) On Fri, 16 Sep 2011, Tero Kristo wrote: diff --git a/drivers/power/omap_prm.c b/drivers/power/omap_prm.c index dfc0920..880748a 100644 --- a/drivers/power/omap_prm.c +++

Re: [PATCHv8 06/16] power: omap-prm: added chain interrupt handler

2011-09-21 Thread Paul Walmsley
Hi a few more comments here: On Fri, 16 Sep 2011, Tero Kristo wrote: diff --git a/drivers/power/omap_prm.c b/drivers/power/omap_prm.c index dfc0920..880748a 100644 --- a/drivers/power/omap_prm.c +++ b/drivers/power/omap_prm.c #define DRIVER_NAME omap-prm +#define

Re: [PATCHv8 06/16] power: omap-prm: added chain interrupt handler

2011-09-19 Thread Govindraj
Hi Tero, On Fri, Sep 16, 2011 at 9:35 PM, Tero Kristo t-kri...@ti.com wrote: 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

[PATCHv8 06/16] power: omap-prm: added chain interrupt handler

2011-09-16 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