irqchip/armada-370-xp: Configure IPIs as standard interrupts
authorMarc Zyngier <maz@kernel.org>
Mon, 22 Jun 2020 20:23:36 +0000 (21:23 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 17 Sep 2020 15:37:27 +0000 (16:37 +0100)
commitf02147dd02eb5fab31b55b73e7524f94b5f20324
tree0cbf0df925cbf61c1bbb0513f7b13fcc5da6682c
parenta2df12c5899e9bb181cb64385b04f2bc755780b6
irqchip/armada-370-xp: Configure IPIs as standard interrupts

To introduce IPIs as standard interrupts to the Armada 370-XP
driver, let's allocate a completely separate irqdomain and
irqchip combo that lives parallel to the "standard" one.

This effectively should be modelled as a chained interrupt
controller, but the code is in such a state that it is
pretty hard to shoehorn, as it would require the rewrite
of the MSI layer as well.

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