Re: [PATCH 08/11] irqchip/gic: Configure SGIs as standard interrupts

2021-04-20 Thread dann frazier
On Tue, Apr 20, 2021 at 02:37:10PM -0600, dann frazier wrote: > On Tue, May 19, 2020 at 05:17:52PM +0100, Marc Zyngier wrote: > > Change the way we deal with GIC SGIs by turning them into proper > > IRQs, and calling into the arch code to register the interrupt range > > instead of a callback. > >

Re: [PATCH 08/11] irqchip/gic: Configure SGIs as standard interrupts

2021-04-20 Thread dann frazier
On Tue, May 19, 2020 at 05:17:52PM +0100, Marc Zyngier wrote: > Change the way we deal with GIC 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 hey Marc, I bisected a boot failure

[PATCH 08/11] irqchip/gic: Configure SGIs as standard interrupts

2020-05-19 Thread Marc Zyngier
Change the way we deal with GIC 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.c | 113 +- 1 file changed, 74 insertions(+), 3