Re: [PATCHv3 1/6] omap: prcm: switch to a chained IRQ handler mechanism

2011-06-24 Thread Kevin Hilman
Tero Kristo 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 bit > depen

Re: [PATCHv3 1/6] omap: prcm: switch to a chained IRQ handler mechanism

2011-06-24 Thread Kevin Hilman
Tony Lindgren writes: > * Tero Kristo [110622 09:38]: [...] >> +struct omap_prcm_irq __initdata omap_prcm_3xxx_irqs[] = { >> +OMAP_PRCM_IRQ("wkup", 0, >> + CHIP_IS_OMAP3430 | CHIP_GE_OMAP3630ES1_1), >> +OMAP_PRCM_IRQ("evgenon", 2, >> +

Re: [PATCHv3 1/6] omap: prcm: switch to a chained IRQ handler mechanism

2011-06-23 Thread Tony Lindgren
* Tero Kristo [110623 02:04]: > On Thu, 2011-06-23 at 10:19 +0200, Tony Lindgren wrote: > > > > Please note consider that this data will be coming from device > > tree and will disappear from here. We won't be merging any new > > data after v3.1 unless it comes from device tree. So this too > > w

Re: [PATCHv3 1/6] omap: prcm: switch to a chained IRQ handler mechanism

2011-06-23 Thread Tero Kristo
On Thu, 2011-06-23 at 10:19 +0200, Tony Lindgren wrote: > * Tero Kristo [110622 09:38]: > > 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 > >

Re: [PATCHv3 1/6] omap: prcm: switch to a chained IRQ handler mechanism

2011-06-23 Thread Tony Lindgren
* Tero Kristo [110622 09:38]: > 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 bi

Re: [PATCHv3 1/6] omap: prcm: switch to a chained IRQ handler mechanism

2011-06-23 Thread Tero Kristo
On Thu, 2011-06-23 at 01:53 +0200, Hilman, Kevin wrote: > Hi Tero, > > Tero Kristo 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 ev

Re: [PATCHv3 1/6] omap: prcm: switch to a chained IRQ handler mechanism

2011-06-22 Thread Kevin Hilman
Hi Tero, Tero Kristo 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 b

[PATCHv3 1/6] omap: prcm: switch to a chained IRQ handler mechanism

2011-06-22 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 be