commit | f02147dd02eb5fab31b55b73e7524f94b5f20324 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Mon Jun 22 21:23:36 2020 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Thu Sep 17 16:37:27 2020 +0100 |
tree | 0cbf0df925cbf61c1bbb0513f7b13fcc5da6682c | |
parent | a2df12c5899e9bb181cb64385b04f2bc755780b6 [diff] |
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>