[GIT PULL] irqchip fixes for 5.16, take #1
From: Marc Zyngier
Date: Fri Nov 12 2021 - 12:35:16 EST
Hi Thomas,
Here's a small set of fixes for 5.16.
The most interesting one is a fix for the SiFive PLIC, which happens
to ignore an EOI if the interrupt has been masked during the
handling. Ouch. We also have a fix for the csky interrupt controller
which was mixing mask/unmask with disabled/enabled, and a another for
a regression in the OF irq parsing (this last one is carrying Rob's
Reviewed-by: tag).
Note that the branch is on the same base as tip/irq/urgent
(debe436e77c7).
Please pull,
M.
The following changes since commit debe436e77c72fcee804fb867f275e6d31aa999c:
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2021-11-10 17:05:37 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-fixes-5.16-1
for you to fetch changes up to 10a20b34d735fb4a4af067919b9c0a1c870dac99:
of/irq: Don't ignore interrupt-controller when interrupt-map failed (2021-11-12 16:10:00 +0000)
----------------------------------------------------------------
irqchip fixes for 5.16, take #1
- Address an issue with the SiFive PLIC being unable to EOI
a masked interrupt
- Move the disable/enable methods in the CSky mpintc to
mask/unmask
- Fix a regression in the OF irq code where an interrupt-controller
property in the same node as an interrupt-map property would get
ignored
----------------------------------------------------------------
Guo Ren (2):
irqchip/csky-mpintc: Fixup mask/unmask implementation
irqchip/sifive-plic: Fixup EOI failed when masked
Marc Zyngier (1):
of/irq: Don't ignore interrupt-controller when interrupt-map failed
drivers/irqchip/irq-csky-mpintc.c | 8 ++++----
drivers/irqchip/irq-sifive-plic.c | 8 +++++++-
drivers/of/irq.c | 19 ++++++++++++++++---
3 files changed, 27 insertions(+), 8 deletions(-)