From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Subject: [PATCH 0/4] arm64: marvell: add support for the PIC and PMU Date: Fri, 5 Aug 2016 16:55:17 +0200 Message-ID: <1470408921-447-1-git-send-email-thomas.petazzoni@free-electrons.com> Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thomas Gleixner , Jason Cooper , Marc Zyngier , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Ian Campbell , Pawel Moll , Mark Rutland , Kumar Gala , Andrew Lunn , Sebastian Hesselbarth , Gregory Clement Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Shadi Ammouri , Yehuda Yitschak , Omri Itach , Hanna Hawa , Nadav Haklai , Neta Zur Hershkovits , Thomas Petazzoni List-Id: devicetree@vger.kernel.org Hello, This small patch series intends to add support for the PMU of the Cortex-A72 cores found in the Marvell Armada 7K/8K SoCs. However, the interrupt of the PMU is not directly connected to the GIC, but goes through a secondary interrupt controller called the PIC. Therefore, this series starts by adding a small driver for this interrupt controller, before enabling the PIC and the PMU in the Device Tree. Thanks! Thomas Thomas Petazzoni (4): dt-bindings: interrupt-controller: add DT binding for Marvell 7K/8K PIC irqchip: irq-mvebu-pic: new driver for Marvell Armada 7K/8K PIC arm64: marvell: enable the Marvell PIC driver arm64: dts: marvell: describe the PIC and PMU on Armada 7K/8K .../interrupt-controller/marvell,armada-8k-pic.txt | 25 +++ arch/arm64/Kconfig.platforms | 1 + arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 14 ++ drivers/irqchip/Kconfig | 3 + drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-mvebu-pic.c | 195 +++++++++++++++++++++ 6 files changed, 239 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/marvell,armada-8k-pic.txt create mode 100644 drivers/irqchip/irq-mvebu-pic.c -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html