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

From: Marc Zyngier
Date: Fri Feb 11 2022 - 06:00:48 EST


Hi Thomas,

Here's a couple of fixes for 5.17. One is a fix for a missing DT
matching string in the PLIC driver, and the other addresses a minor
regression on observed on some Qualcomm systems.

Please pull,

M.

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

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-2

for you to fetch changes up to 1d4df649cbb4b26d19bea38ecff4b65b10a1bbca:

irqchip/sifive-plic: Add missing thead,c900-plic match string (2022-02-02 10:49:29 +0000)

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

- Don't register a hotplug notifier on GICv3 systems that advertise
LPI support, but have no ITS to make use of it

- Add missing DT matching for the thead,c900-plic variant of the
SiFive PLIC

----------------------------------------------------------------
Guo Ren (2):
dt-bindings: update riscv plic compatible string
irqchip/sifive-plic: Add missing thead,c900-plic match string

Marc Zyngier (1):
irqchip/gic-v3-its: Skip HP notifier when no ITS is registered

.../interrupt-controller/sifive,plic-1.0.0.yaml | 21 +++++++++++++++------
drivers/irqchip/irq-gic-v3-its.c | 3 +++
drivers/irqchip/irq-sifive-plic.c | 1 +
3 files changed, 19 insertions(+), 6 deletions(-)