Re: [PATCH v8 2/7] genirq: Add handle_fasteoi_{level,edge}_irq flow handlers.

2017-08-18 Thread Thomas Gleixner
On Fri, 18 Aug 2017, Marc Zyngier wrote: > On 18/08/17 01:53, David Daney wrote: > > Follow-on patch for gpio-thunderx uses a irqdomain hierarchy which > > requires slightly different flow handlers, add them to chip.c which > > contains most of the other flow handlers. Make these conditionally >

Re: [PATCH v8 2/7] genirq: Add handle_fasteoi_{level,edge}_irq flow handlers.

2017-08-18 Thread Thomas Gleixner
On Fri, 18 Aug 2017, Marc Zyngier wrote: > On 18/08/17 01:53, David Daney wrote: > > Follow-on patch for gpio-thunderx uses a irqdomain hierarchy which > > requires slightly different flow handlers, add them to chip.c which > > contains most of the other flow handlers. Make these conditionally >

Re: [PATCH v8 2/7] genirq: Add handle_fasteoi_{level,edge}_irq flow handlers.

2017-08-18 Thread Marc Zyngier
On 18/08/17 01:53, David Daney wrote: > Follow-on patch for gpio-thunderx uses a irqdomain hierarchy which > requires slightly different flow handlers, add them to chip.c which > contains most of the other flow handlers. Make these conditionally > compiled based on

Re: [PATCH v8 2/7] genirq: Add handle_fasteoi_{level,edge}_irq flow handlers.

2017-08-18 Thread Marc Zyngier
On 18/08/17 01:53, David Daney wrote: > Follow-on patch for gpio-thunderx uses a irqdomain hierarchy which > requires slightly different flow handlers, add them to chip.c which > contains most of the other flow handlers. Make these conditionally > compiled based on

[PATCH v8 2/7] genirq: Add handle_fasteoi_{level,edge}_irq flow handlers.

2017-08-17 Thread David Daney
Follow-on patch for gpio-thunderx uses a irqdomain hierarchy which requires slightly different flow handlers, add them to chip.c which contains most of the other flow handlers. Make these conditionally compiled based on CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS. Signed-off-by: David Daney

[PATCH v8 2/7] genirq: Add handle_fasteoi_{level,edge}_irq flow handlers.

2017-08-17 Thread David Daney
Follow-on patch for gpio-thunderx uses a irqdomain hierarchy which requires slightly different flow handlers, add them to chip.c which contains most of the other flow handlers. Make these conditionally compiled based on CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS. Signed-off-by: David Daney ---