Merge branch irq/misc-6.5 into irq/irqchip-next
authorMarc Zyngier <maz@kernel.org>
Wed, 21 Jun 2023 12:53:41 +0000 (13:53 +0100)
committerMarc Zyngier <maz@kernel.org>
Wed, 21 Jun 2023 12:53:41 +0000 (13:53 +0100)
commita82f3119d543406ed5b242deabf83cdecb9fe523
treec4e92f090cf895b3d56b35293f0ddb147ffaa564
parente0b78e9fa34102ce82ef03c71eb13f0b79954ba3
parentd93c22199966696cfb76c6942797de2fbb22da24
Merge branch irq/misc-6.5 into irq/irqchip-next

* irq/misc-6.5:
  : .
  : Misc cleanups:
  :
  : - Add a number of missing prototypes
  : - Mark global symbol as static where needed
  : - Drop some now useless non-DT code paths
  : - Add a missing interrupt mapping to the STM32 irqchip
  : - Silence another STM32 warning when building with W=1
  : - Fix the jcore-aic driver that actually never worked...
  : .
  Revert "irqchip/mxs: Include linux/irqchip/mxs.h"
  irqchip/jcore-aic: Fix missing allocation of IRQ descriptors
  irqchip/stm32-exti: Fix warning on initialized field overwritten
  irqchip/stm32-exti: Add STM32MP15xx IWDG2 EXTI to GIC map
  irqchip/gicv3: Add a iort_pmsi_get_dev_id() prototype
  irqchip/mxs: Include linux/irqchip/mxs.h
  irqchip/clps711x: Remove unused clps711x_intc_init() function
  irqchip/mmp: Remove non-DT codepath
  irqchip/ftintc010: Mark all function static
  irqdomain: Include internals.h for function prototypes

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