This series fixes a couple of issues with the MIPS GIC driver and also vastly simplifies it by removing the separate dev domain. The first patch fixes a long standing issue with IPI reservation. The second patch reqorks the driver to simplify it by removing the overly complex device IRQ domain. The third fixes an issue seen in v4.11 which broke the Malta platforms legacy IRQ controller. These patches have been tested on multiple MIPS platforms including Malta, Boston, Ci40 and SEAD3. Matt Redfearn (1): irqchip: mips-gic: Replace static map with dynamic Paul Burton (2): irqchip: mips-gic: Separate IPI reservation & usage tracking irqchip: mips-gic: Remove device IRQ domain drivers/irqchip/irq-mips-gic.c | 338 +++++++++++++---------------------------- 1 file changed, 106 insertions(+), 232 deletions(-) -- 2.7.4