[GIT PULL] irqchip updates for 4.14-rc2

From: Marc Zyngier
Date: Tue Sep 19 2017 - 14:59:54 EST


Hi Thomas,

As I'm disappearing for a few days, I've pushed out the handful of
fixes I had queued up. Nothing stands out, but that's probably for the
best...

Please pull.

M.

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 90019f8fcd71bf71653690329e32f41489e96122:

irqchip.mips-gic: Fix shared interrupt mask writes (2017-09-19 19:44:07 +0100)

----------------------------------------------------------------
irqchip updates for 4.14-rc2

- A GICv3 initialisation fix when some CPUs fail to be brought up
- A GICv4 compile fix for GCC 4.5 (!)
- A MIPS-GIC fix for the PCIe support

----------------------------------------------------------------
Arnd Bergmann (1):
irqchip/gic-v4: Fix building with ancient gcc

Paul Burton (1):
irqchip.mips-gic: Fix shared interrupt mask writes

zijun_hu (1):
irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()

drivers/irqchip/irq-gic-v3.c | 8 ++++----
drivers/irqchip/irq-gic-v4.c | 12 +++++++++---
drivers/irqchip/irq-mips-gic.c | 6 +++---
3 files changed, 16 insertions(+), 10 deletions(-)