irqchip/hip04: Configure IPIs as standard interrupts
authorMarc Zyngier <maz@kernel.org>
Sat, 20 Jun 2020 19:02:18 +0000 (20:02 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 17 Sep 2020 15:37:27 +0000 (16:37 +0100)
commita2df12c5899e9bb181cb64385b04f2bc755780b6
tree9878bb1d275cab5c729c5350e0dc69d5b3e351d2
parent0809ae724904c3c5dbdddf4169d48aac9c6fcdc8
irqchip/hip04: Configure IPIs as standard interrupts

In order to switch the hip04 driver to provide standard interrupts
for IPIs, rework the way interrupts are allocated, making sure
the irqdomain covers the SGIs as well as the rest of the interrupt
range.

The driver is otherwise so old-school that it creates all interrupts
upfront (duh!), so there is hardly anything else to change, apart
from communicating the IPIs to the arch code.

Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-hip04.c