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

From: Marc Zyngier
Date: Sun Nov 22 2020 - 13:49:00 EST


Hi Thomas,

Here a couple of patches from the irqchip department: a fix for a typo
leading to incorrect trigger information being used on the Exiu
driver, and another for save/restore with the GICv3 ITS.

Please pull,

M.

The following changes since commit d95bdca75b3fb41bf185efe164e05aed820081a5:

irqchip/ti-sci-inta: Add support for unmapped event handling (2020-11-01 12:00:50 +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.10-2

for you to fetch changes up to 74cde1a53368aed4f2b4b54bf7030437f64a534b:

irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend (2020-11-22 12:58:35 +0000)

----------------------------------------------------------------
irqchip fixes for Linux 5.10, take #2

- Fix Exiu driver trigger type when using ACPI
- Fix GICv3 ITS suspend/resume to use the in-kernel path
at all times, sidestepping braindead firmware support

----------------------------------------------------------------
Chen Baozi (1):
irqchip/exiu: Fix the index of fwspec for IRQ type

Xu Qiang (1):
irqchip/gic-v3-its: Unconditionally save/restore the ITS state on suspend

drivers/irqchip/irq-gic-v3-its.c | 16 +++-------------
drivers/irqchip/irq-sni-exiu.c | 2 +-
2 files changed, 4 insertions(+), 14 deletions(-)