Merge branch irq/gic-6.4 into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Fri, 21 Apr 2023 13:05:08 +0000 (14:05 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 21 Apr 2023 13:05:08 +0000 (14:05 +0100)
commitf39157b3c0bb4afdcaea7809b3669de8e0495ed5
treed9b877926110d3eb9e1531e1f3fa9f8e1232fe7d
parent197b6b60ae7bc51dd0814953c562833143b292aa
parenta8707f5538846611c90116c14f72539ad5fb37da
Merge branch irq/gic-6.4 into irq/irqchip-next

* irq/gic-6.4:
  : .
  : Collection of GIC/GICv3 fixes and cleanups
  :
  : - Workaround for the nvidia T241 chip that gets confused
  :   in 3 and 4 socket configurations, leading to the GIC
  :   malfunctionning in some contexts
  :
  : - Drop support for non-firmware driven GIC configurarations
  :   now that the old ARM11MP Cavium board is gone
  :
  : - Workaround for the Rockchip 3588 chip that doesn't
  :   correctly deal with the shareability attributes.
  : .
  irqchip/gic-v3: Add Rockchip 3588001 erratum workaround
  irqchip/gicv3: Workaround for NVIDIA erratum T241-FABRIC-4
  irqchip/gic: Drop support for board files

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