commit | a2df12c5899e9bb181cb64385b04f2bc755780b6 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Sat Jun 20 20:02:18 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Thu Sep 17 16:37:27 2020 +0100 |
tree | 9878bb1d275cab5c729c5350e0dc69d5b3e351d2 | |
parent | 0809ae724904c3c5dbdddf4169d48aac9c6fcdc8 [diff] |
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>