Re: [PATCHv3 2/6] arm64: don't use GENERIC_IRQ_MULTI_HANDLER

2021-03-22 Thread Mark Rutland
Hi Christoph, On Mon, Mar 15, 2021 at 07:28:03PM +, Christoph Hellwig wrote: > On Mon, Mar 15, 2021 at 11:56:25AM +, Mark Rutland wrote: > > From: Marc Zyngier > > > > In subsequent patches we want to allow irqchip drivers to register as > > FIQ handlers, with a set_handle_fiq()

Re: [PATCHv3 2/6] arm64: don't use GENERIC_IRQ_MULTI_HANDLER

2021-03-15 Thread Christoph Hellwig
On Mon, Mar 15, 2021 at 11:56:25AM +, Mark Rutland wrote: > From: Marc Zyngier > > In subsequent patches we want to allow irqchip drivers to register as > FIQ handlers, with a set_handle_fiq() function. To keep the IRQ/FIQ > paths similar, we want arm64 to provide both set_handle_irq() and >

[PATCHv3 2/6] arm64: don't use GENERIC_IRQ_MULTI_HANDLER

2021-03-15 Thread Mark Rutland
From: Marc Zyngier In subsequent patches we want to allow irqchip drivers to register as FIQ handlers, with a set_handle_fiq() function. To keep the IRQ/FIQ paths similar, we want arm64 to provide both set_handle_irq() and set_handle_fiq(), rather than using GENERIC_IRQ_MULTI_HANDLER for the