[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220128174217.517041-1-maz@kernel.org>
Date: Fri, 28 Jan 2022 17:42:17 +0000
From: Marc Zyngier <maz@...nel.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Anup Patel <anup@...infault.org>, Ard Biesheuvel <ardb@...nel.org>,
Christophe JAILLET <christophe.jaillet@...adoo.fr>,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Hector Martin <marcan@...can.st>,
Jay Chen <jkchen@...ux.alibaba.com>,
Kieran Bingham <kieran.bingham+renesas@...asonboard.com>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Rob Herring <robh@...nel.org>,
Sander Vanheule <sander@...nheule.net>,
Valentin Schneider <valentin.schneider@....com>,
linux-kernel@...r.kernel.org, kernel-team@...roid.com
Subject: [GIT PULL] irqchip fixes for 5.17, take #1
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(-)
Powered by blists - more mailing lists