Re: [patch 00/20] powerpc: Interrupt cleanups and API change preparation

2015-07-31 Thread Thomas Gleixner
On Thu, 16 Jul 2015, Michael Ellerman wrote: Sorry I missed your reply ... > On Mon, 2015-07-13 at 20:50 +, Thomas Gleixner wrote: > > The following patch series contains the following changes: > > > > - Consolidation of chained interrupt handler setup/removal > > > > - Switch to fu

Re: [patch 00/20] powerpc: Interrupt cleanups and API change preparation

2015-07-15 Thread Michael Ellerman
On Mon, 2015-07-13 at 20:50 +, Thomas Gleixner wrote: > The following patch series contains the following changes: > > - Consolidation of chained interrupt handler setup/removal > > - Switch to functions which avoid a redundant interrupt > descriptor lookup > > - Preparatio

[patch 00/20] powerpc: Interrupt cleanups and API change preparation

2015-07-13 Thread Thomas Gleixner
The following patch series contains the following changes: - Consolidation of chained interrupt handler setup/removal - Switch to functions which avoid a redundant interrupt descriptor lookup - Preparation of interrupt flow handlers for the 'irq' argument removal The ser