Merge branch irq/cirq-v2 into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Mon, 5 Dec 2022 10:45:35 +0000 (10:45 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 5 Dec 2022 10:45:35 +0000 (10:45 +0000)
commit4363c8525e07e86a3f410981a2712b3bf6b04659
treef9379a3cfeb4612bfae9586ca9874b6df828a309
parentdc7f1c295f829c0dd40fed8e799a37a05bec6892
parent5c4e0aac0b2a27168844da49cee2c5dff2925d22
Merge branch irq/cirq-v2 into irq/irqchip-next

* irq/cirq-v2:
  : .
  : Support for the MTK CIRQv2, courtesy of AngeloGioacchino Del Regno:
  :
  : "On newer SoCs (like MT8192/95 and also other non-chromebook chips), the
  : MediaTek CIRQ controller has a new register layout: this series adds
  : some more flexibility to the irq-mtk-cirq driver, allowing to select
  : the register layout based on a SoC-specific compatible."
  :
  : .
  irqchip/irq-mtk-cirq: Add support for System CIRQ on MT8192
  irqchip/irq-mtk-cirq: Move register offsets to const array
  dt-bindings: interrupt-controller: mediatek,cirq: Document MT8192
  dt-bindings: interrupt-controller: mediatek,cirq: Migrate to dt schema

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