Re: [PATCH 4/9] irqchip/gic-v3: Add ESPI range support

2019-07-23 Thread Marc Zyngier
On 23/07/2019 13:50, Lokesh Vutla wrote: > > > On 23/07/19 4:14 PM, Marc Zyngier wrote: >> Add the required support for the ESPI range, which behave exactly like >> the SPIs of old, only with new funky INTIDs. >> >> Signed-off-by: Marc Zyngier >> --- >> drivers/irqchip/irq-gic-v3.c | 85

Re: [PATCH 4/9] irqchip/gic-v3: Add ESPI range support

2019-07-23 Thread Lokesh Vutla
On 23/07/19 4:14 PM, Marc Zyngier wrote: > Add the required support for the ESPI range, which behave exactly like > the SPIs of old, only with new funky INTIDs. > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/irq-gic-v3.c | 85 -- >

[PATCH 4/9] irqchip/gic-v3: Add ESPI range support

2019-07-23 Thread Marc Zyngier
Add the required support for the ESPI range, which behave exactly like the SPIs of old, only with new funky INTIDs. Signed-off-by: Marc Zyngier --- drivers/irqchip/irq-gic-v3.c | 85 -- include/linux/irqchip/arm-gic-v3.h | 17 +- 2 files changed, 85