[GIT PULL] irqchip fixes for 5.17, take #1

From: Marc Zyngier
Date: Fri Jan 28 2022 - 12:42:26 EST


Hi Thomas,

Here's a small collection of fixes for 5.17. Nothing stands out, only
the usual cleanups, DT updates and small-scale bug fixes.

Please pull,

M.

The following changes since commit cd448b24c621b2b676b4fa50a4ab4e9e9da114e2:

Merge branch irq/misc-5.17 into irq/irqchip-next (2021-12-20 14:00:47 +0000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.17-1

for you to fetch changes up to c89e5eb7dcf1519e5e084ee82e0d29d4e751ddb7:

dt-bindings: interrupt-controller: sifive,plic: Group interrupt tuples (2022-01-28 17:27:26 +0000)

----------------------------------------------------------------
irqchip fixes for 5.17, take #1

- Drop an unused private data field in the AIC driver

- Various fixes to the realtek-rtl driver

- Make the GICv3 ITS driver compile again in !SMP configurations

- Force reset of the GICv3 ITSs at probe time to avoid issues during kexec

- Yet another kfree/bitmap_free conversion

- Various DT updates (Renesas, SiFive)

----------------------------------------------------------------
Ard Biesheuvel (1):
irqchip/gic-v3-its: Fix build for !SMP

Christophe JAILLET (1):
irqchip/loongson-pch-ms: Use bitmap_free() to free bitmap

Geert Uytterhoeven (3):
dt-bindings: irqchip: renesas-irqc: Add R-Car V3U support
dt-bindings: interrupt-controller: sifive,plic: Fix number of interrupts
dt-bindings: interrupt-controller: sifive,plic: Group interrupt tuples

Marc Zyngier (2):
irqchip/apple-aic: Drop unused ipi_hwirq field
irqchip/gic-v3-its: Reset each ITS's BASERn register before probe

Sander Vanheule (3):
irqchip/realtek-rtl: Map control data to virq
irqchip/realtek-rtl: Fix off-by-one in routing
irqchip/realtek-rtl: Service all pending interrupts

.../interrupt-controller/renesas,irqc.yaml | 1 +
.../interrupt-controller/sifive,plic-1.0.0.yaml | 12 +-
drivers/irqchip/irq-apple-aic.c | 1 -
drivers/irqchip/irq-gic-v3-its.c | 123 +++++++++++++++++----
drivers/irqchip/irq-loongson-pch-msi.c | 2 +-
drivers/irqchip/irq-realtek-rtl.c | 18 ++-
6 files changed, 121 insertions(+), 36 deletions(-)