[GIT PULL] irqchip updates for 4.16

From: Marc Zyngier
Date: Wed Jan 10 2018 - 13:59:07 EST


Thomas,

Here's a small set of irqchip patches I've collected for 4.16. The
smallest set ever, which is probably a good thing (everybody was
either busy eating or fixing that other thing).

Please pull.

M.

The following changes since commit 30a7acd573899fd8b8ac39236eff6468b195ac7d:

Linux 4.15-rc6 (2017-12-31 14:47:43 -0800)

are available in the git repository at:

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

for you to fetch changes up to ebe2f8718007d5a1238bb3cb8141b5bb2b4d5773:

irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry (2018-01-04 11:14:10 +0000)

----------------------------------------------------------------
irqchip updates for 4.16

- Fix a GICv3 issue when parsing ACPI entries for disabled CPUs
- Driver for the MIPS Goldfish virtual platform
- Small fixlet for the ompic driver
- Interrupt polatiry support for the Raspberry Pi irqchip

----------------------------------------------------------------
Miodrag Dinic (2):
dt-bindings/goldfish-pic: Add device tree binding for Goldfish PIC driver
irqchip/irq-goldfish-pic: Add Goldfish PIC driver

Shanker Donthineni (1):
irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry

Stefan Wahren (3):
dt-bindings/bcm2836-l1-intc: Add interrupt polarity support
irqchip/irq-bcm2836: Add support for DT interrupt polarity
dt-bindings/bcm283x: Define polarity of per-cpu interrupts

Wei Yongjun (1):
irqchip/ompic: fix return value check in ompic_of_init()

.../interrupt-controller/brcm,bcm2836-l1-intc.txt | 4 +-
.../interrupt-controller/google,goldfish-pic.txt | 30 +++++
MAINTAINERS | 6 +
arch/arm/boot/dts/bcm2836.dtsi | 14 +--
arch/arm/boot/dts/bcm2837.dtsi | 12 +-
arch/arm/boot/dts/bcm283x.dtsi | 1 +
drivers/irqchip/Kconfig | 8 ++
drivers/irqchip/Makefile | 1 +
drivers/irqchip/irq-bcm2836.c | 46 ++++---
drivers/irqchip/irq-gic-v3.c | 11 ++
drivers/irqchip/irq-goldfish-pic.c | 139 +++++++++++++++++++++
drivers/irqchip/irq-ompic.c | 4 +-
12 files changed, 241 insertions(+), 35 deletions(-)
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
create mode 100644 drivers/irqchip/irq-goldfish-pic.c