[PULL] irqchip updates post 4.7-rc1

From: Marc Zyngier
Date: Fri Jun 03 2016 - 08:48:48 EST


Hi Thomas,

Here's a pull request for a number of relatively minor irqchip fixes
(GICv3, PIC32), as well as one erratum workaround (Cavium's GICv3 ITS).

Please pull.

Thanks,

M.

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git tags/irqchip-4.7-rc1

for you to fetch changes up to 0de6b9979e2e10c79e5702d2d902cd7284d17689:

irqchip/irq-pic32-evic: Fix bug with external interrupts. (2016-06-02 18:03:50 +0100)

----------------------------------------------------------------
irqchip updates for 4.7-rc1:

- A number of embarassing buglets (GICv3, PIC32)
- A more substential errata workaround for Cavium's GICv3 ITS
(kept for post-rc1 due to its dependency on NUMA)

----------------------------------------------------------------
Andrew Jones (2):
irqchip/gic-v3: Fix copy+paste mistakes in defines
irqchip/gic-v3: Fix quiescence check in gic_enable_redist

Ganapatrao Kulkarni (1):
irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144

Joshua Henderson (1):
irqchip/irq-pic32-evic: Fix bug with external interrupts.

Marc Zyngier (1):
irqchip/gic-v3: Fix ICC_SGI1R_EL1.INTID decoding mask

Documentation/arm64/silicon-errata.txt | 1 +
arch/arm64/Kconfig | 9 +++++++
drivers/irqchip/irq-gic-v3-its.c | 49 ++++++++++++++++++++++++++++++++--
drivers/irqchip/irq-gic-v3.c | 2 +-
drivers/irqchip/irq-pic32-evic.c | 2 +-
include/linux/irqchip/arm-gic-v3.h | 6 ++---
6 files changed, 62 insertions(+), 7 deletions(-)