Re: [PATCH 06/11] irqchip/gic-v3: Configure SGIs as standard interrupts

2020-06-12 Thread Marc Zyngier
Hi Valentin, On Thu, 21 May 2020 15:04:54 +0100 Valentin Schneider wrote: > On 19/05/20 17:17, Marc Zyngier wrote: > > Change the way we deal with GICv3 SGIs by turning them into proper > > IRQs, and calling into the arch code to register the interrupt range > > instead of a callback. > > > >

Re: [PATCH 06/11] irqchip/gic-v3: Configure SGIs as standard interrupts

2020-05-21 Thread Valentin Schneider
On 19/05/20 17:17, Marc Zyngier wrote: > Change the way we deal with GICv3 SGIs by turning them into proper > IRQs, and calling into the arch code to register the interrupt range > instead of a callback. > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/irq-gic-v3.c | 91

Re: [PATCH 06/11] irqchip/gic-v3: Configure SGIs as standard interrupts

2020-05-20 Thread Marc Zyngier
Hi Sumit, On 2020-05-20 10:52, Sumit Garg wrote: Hi Marc, On Tue, 19 May 2020 at 21:48, Marc Zyngier wrote: Change the way we deal with GICv3 SGIs by turning them into proper IRQs, and calling into the arch code to register the interrupt range instead of a callback. Signed-off-by: Marc

Re: [PATCH 06/11] irqchip/gic-v3: Configure SGIs as standard interrupts

2020-05-20 Thread Sumit Garg
Hi Marc, On Tue, 19 May 2020 at 21:48, Marc Zyngier wrote: > > Change the way we deal with GICv3 SGIs by turning them into proper > IRQs, and calling into the arch code to register the interrupt range > instead of a callback. > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/irq-gic-v3.c

[PATCH 06/11] irqchip/gic-v3: Configure SGIs as standard interrupts

2020-05-19 Thread Marc Zyngier
Change the way we deal with GICv3 SGIs by turning them into proper IRQs, and calling into the arch code to register the interrupt range instead of a callback. Signed-off-by: Marc Zyngier --- drivers/irqchip/irq-gic-v3.c | 91 +--- 1 file changed, 53