Merge branch irq/ipi-mux into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Mon, 6 Feb 2023 17:26:11 +0000 (17:26 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 6 Feb 2023 17:26:11 +0000 (17:26 +0000)
commit6360ec8f13f6aa1a1a38dca7ec6b9be580fbfc21
tree6955443126e1f082d9c8aa4d16ad6f95e6eea8ee
parent5dc4c995db9eb45f6373a956eb1f69460e69e6d4
parent3d812a0f27baa2d094f2c18298d48b012878dc0b
Merge branch irq/ipi-mux into irq/irqchip-next

* irq/ipi-mux:
  : .
  : Extract the IPI muxing facility from the Apple AIC driver and
  : move it over to core code. The riscv irqchip code will eventually
  : make use of this.
  : .
  genirq/ipi-mux: Use irq_domain_alloc_irqs()
  irqchip/apple-aic: Move over to core ipi-mux
  genirq: Add mechanism to multiplex a single HW IPI

Signed-off-by: Marc Zyngier <maz@kernel.org>