From: Jason Cooper <jason@lakedaemon.net>
To: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Marc Zyngier <marc.zyngier@arm.com>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Kumar Gala <galak@codeaurora.org>, Andrew Lunn <andrew@lunn.ch>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Gregory Clement <gregory.clement@free-electrons.com>,
linux-arm-kernel@lists.infradead.org,
Shadi Ammouri <shadi@marvell.com>,
Yehuda Yitschak <yehuday@marvell.com>,
Omri Itach <omrii@marvell.com>, Hanna Hawa <hannah@marvell.com>,
Nadav Haklai <nadavh@marvell.com>,
Neta Zur Hershkovits <neta@marvell.com>
Subject: Re: [PATCH 0/4] arm64: marvell: add support for the PIC and PMU
Date: Tue, 16 Aug 2016 14:14:47 +0000 [thread overview]
Message-ID: <20160816141447.GQ3353@io.lakedaemon.net> (raw)
In-Reply-To: <1470408921-447-1-git-send-email-thomas.petazzoni@free-electrons.com>
Hi Thomas,
On Fri, Aug 05, 2016 at 04:55:17PM +0200, Thomas Petazzoni wrote:
> 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
Patches 1-3 applied to irqchip/mvebu64. Patch 1 has Rob's Ack. I
assume you'll route the dtsi change through a separate branch.
thx,
Jason.
next prev parent reply other threads:[~2016-08-16 14:16 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
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
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 ` Jason Cooper [this message]
2016-08-17 14:26 ` [PATCH 0/4] arm64: marvell: add support for the PIC and PMU Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160816141447.GQ3353@io.lakedaemon.net \
--to=jason@lakedaemon.net \
--cc=andrew@lunn.ch \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=gregory.clement@free-electrons.com \
--cc=hannah@marvell.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marc.zyngier@arm.com \
--cc=mark.rutland@arm.com \
--cc=nadavh@marvell.com \
--cc=neta@marvell.com \
--cc=omrii@marvell.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=shadi@marvell.com \
--cc=tglx@linutronix.de \
--cc=thomas.petazzoni@free-electrons.com \
--cc=yehuday@marvell.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome