[GIT PULL] irqchip fixes for 5.2-rc4

From: Marc Zyngier
Date: Fri Jun 07 2019 - 08:13:10 EST


Hi Thomas,

Here's a bunch of fixes I've collected since the merge window. Most of
the diffstat is covered by the MIPS GIC fix and the ITS command queue
mess.

Please pull,

M.

The following changes since commit 16e32c3cde7763ab875b9030b443ecbc8e352d8a:

iommu/dma-iommu: Remove iommu_dma_map_msi_msg() (2019-05-03 15:30:23 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-5.2-2

for you to fetch changes up to a050fa5476d418fc16b25abe168b3d38ba11e13c:

irqchip/gic-v3-its: Fix command queue pointer comparison bug (2019-06-05 14:57:59 +0100)

----------------------------------------------------------------
irqchip fixes for 5.2

- CSky mpintc: allow interrupts to be broadcast
- TI sci-inta: fix error handling
- MIPS GIC: Fix local interrupt mapping
- ITS: Fix command queue wrapping

----------------------------------------------------------------
Guo Ren (1):
irqchip/irq-csky-mpintc: Support auto irq deliver to all cpus

Heyi Guo (1):
irqchip/gic-v3-its: Fix command queue pointer comparison bug

Paul Burton (1):
irqchip/mips-gic: Use the correct local interrupt map registers

Peter Ujfalusi (1):
irqchip/ti-sci-inta: Fix kernel crash if irq_create_fwspec_mapping fail

arch/mips/include/asm/mips-gic.h | 30 ++++++++++++++++++++++++++++++
drivers/irqchip/irq-csky-mpintc.c | 15 +++++++++++++--
drivers/irqchip/irq-gic-v3-its.c | 35 ++++++++++++++++++++++++-----------
drivers/irqchip/irq-mips-gic.c | 4 ++--
drivers/irqchip/irq-ti-sci-inta.c | 4 ++--
5 files changed, 71 insertions(+), 17 deletions(-)