linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm64: marvell: add support for the PIC and PMU
@ 2016-08-05 14:55 Thomas Petazzoni
  2016-08-05 14:55 ` [PATCH 1/4] dt-bindings: interrupt-controller: add DT binding for Marvell 7K/8K PIC Thomas Petazzoni
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Thomas Petazzoni @ 2016-08-05 14:55 UTC (permalink / raw)
  To: Thomas Gleixner, Jason Cooper, Marc Zyngier, linux-kernel,
	devicetree, Rob Herring, Ian Campbell, Pawel Moll, Mark Rutland,
	Kumar Gala, Andrew Lunn, Sebastian Hesselbarth, Gregory Clement
  Cc: linux-arm-kernel, Shadi Ammouri, Yehuda Yitschak, Omri Itach,
	Hanna Hawa, Nadav Haklai, Neta Zur Hershkovits, Thomas Petazzoni

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-08-26  8:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-05 14:55 [PATCH 0/4] arm64: marvell: add support for the PIC and PMU Thomas Petazzoni
2016-08-05 14:55 ` [PATCH 1/4] dt-bindings: interrupt-controller: add DT binding for Marvell 7K/8K PIC Thomas Petazzoni
2016-08-10 18:36   ` Rob Herring
2016-08-05 14:55 ` [PATCH 2/4] irqchip: irq-mvebu-pic: new driver for Marvell Armada " Thomas Petazzoni
2016-08-05 15:31   ` Jason Cooper
2016-08-05 15:58     ` Thomas Petazzoni
2016-08-05 16:27       ` Jason Cooper
2016-08-05 23:00   ` Paul Gortmaker
2016-08-05 23:04     ` Paul Gortmaker
2016-08-05 14:55 ` [PATCH 3/4] arm64: marvell: enable the Marvell PIC driver Thomas Petazzoni
2016-08-05 14:55 ` [PATCH 4/4] arm64: dts: marvell: describe the PIC and PMU on Armada 7K/8K Thomas Petazzoni
2016-08-26  8:58   ` Gregory CLEMENT
2016-08-16 14:14 ` [PATCH 0/4] arm64: marvell: add support for the PIC and PMU Jason Cooper
2016-08-17 14:26   ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).