Merge branch irq/misc-6.4 into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Fri, 21 Apr 2023 13:05:31 +0000 (14:05 +0100)
committerMarc Zyngier <maz@kernel.org>
Fri, 21 Apr 2023 13:05:31 +0000 (14:05 +0100)
commit2ff1b0839ddd514be4752c64c1c6facf91ff3a56
tree652cadcc3bc467ca66eefc43ce53c7e6d83380b4
parent275232c0b4064b85fd48532dff1a9b2764d67617
parent0989ffb31cff794506f5d3dd109574ddbb9b983a
Merge branch irq/misc-6.4 into irq/irqchip-next

* irq/misc-6.4:
  : .
  : Misc irqchip changes for 6.4:
  :
  : - Replace uses of of_find_property() with the more
  :   appropriate of_property_read_bool()
  :
  : - Make bcm-6345-l1 request its MMIO region
  :
  : - Add suspend support to the SiFive PLIC
  :
  : - Drop support for stih415, stih416 and stid127 platforms
  : .
  irqchip/st: Remove stih415/stih416 and stid127 platforms support
  irqchip/irq-sifive-plic: Add syscore callbacks for hibernation
  irqchip: Use of_property_read_bool() for boolean properties
  irqchip/bcm-6345-l1: Request memory region

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