From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] arm64: marvell: add support for the slave CP in Armada 8K
Date: Mon, 08 Aug 2016 17:30:07 +0200 [thread overview]
Message-ID: <87d1ljuvls.fsf@free-electrons.com> (raw)
In-Reply-To: <1469716556-15299-1-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Thu, 28 Jul 2016 16:35:54 +0200")
Hi Thomas,
On Thu, Jul 28 2016, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
> Hello,
>
> The following set of two patches add support for the slave CP HW block
> found in the Armada 8K SoCs. As a reminder:
>
> - Armada 7K is an SoC with one AP and one CP. The AP is the part that
> contains the CPU, cache and a few basic I/Os. The CP is the part
> that contains most interesting I/Os (PCIe, SATA, USB, Ethernet,
> etc.)
>
> - Armada 8K is an SoC with one AP and two CPs.
>
> This set of patches add support for the second CP found in Armada 8K,
> also called the "slave CP110".
Both patches applied on mvebu/dt64
Thanks,
Gregory
>
> Thanks,
>
> Thomas
>
> Thomas Petazzoni (2):
> arm64: dts: marvell: add description for the slave CP110 in Armada 8K
> arm64: dts: marvell: add description for the Armada 8040 dev board
>
> arch/arm64/boot/dts/marvell/Makefile | 1 +
> arch/arm64/boot/dts/marvell/armada-8020.dtsi | 1 +
> .../{armada-8020.dtsi => armada-8040-db.dts} | 109 ++++++++-
> arch/arm64/boot/dts/marvell/armada-8040.dtsi | 1 +
> .../arm64/boot/dts/marvell/armada-cp110-slave.dtsi | 246 +++++++++++++++++++++
> 5 files changed, 351 insertions(+), 7 deletions(-)
> copy arch/arm64/boot/dts/marvell/{armada-8020.dtsi => armada-8040-db.dts} (55%)
> create mode 100644 arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
>
> --
> 2.7.4
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: Thomas Petazzoni
<thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
Sebastian Hesselbarth
<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Shadi Ammouri <shadi-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Yehuda Yitschak <yehuday-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Omri Itach <omrii-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Hanna Hawa <hannah-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Neta Zur Hershkovits
<neta-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH 0/2] arm64: marvell: add support for the slave CP in Armada 8K
Date: Mon, 08 Aug 2016 17:30:07 +0200 [thread overview]
Message-ID: <87d1ljuvls.fsf@free-electrons.com> (raw)
In-Reply-To: <1469716556-15299-1-git-send-email-thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> (Thomas Petazzoni's message of "Thu, 28 Jul 2016 16:35:54 +0200")
Hi Thomas,
On Thu, Jul 28 2016, Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:
> Hello,
>
> The following set of two patches add support for the slave CP HW block
> found in the Armada 8K SoCs. As a reminder:
>
> - Armada 7K is an SoC with one AP and one CP. The AP is the part that
> contains the CPU, cache and a few basic I/Os. The CP is the part
> that contains most interesting I/Os (PCIe, SATA, USB, Ethernet,
> etc.)
>
> - Armada 8K is an SoC with one AP and two CPs.
>
> This set of patches add support for the second CP found in Armada 8K,
> also called the "slave CP110".
Both patches applied on mvebu/dt64
Thanks,
Gregory
>
> Thanks,
>
> Thomas
>
> Thomas Petazzoni (2):
> arm64: dts: marvell: add description for the slave CP110 in Armada 8K
> arm64: dts: marvell: add description for the Armada 8040 dev board
>
> arch/arm64/boot/dts/marvell/Makefile | 1 +
> arch/arm64/boot/dts/marvell/armada-8020.dtsi | 1 +
> .../{armada-8020.dtsi => armada-8040-db.dts} | 109 ++++++++-
> arch/arm64/boot/dts/marvell/armada-8040.dtsi | 1 +
> .../arm64/boot/dts/marvell/armada-cp110-slave.dtsi | 246 +++++++++++++++++++++
> 5 files changed, 351 insertions(+), 7 deletions(-)
> copy arch/arm64/boot/dts/marvell/{armada-8020.dtsi => armada-8040-db.dts} (55%)
> create mode 100644 arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi
>
> --
> 2.7.4
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
--
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
next prev parent reply other threads:[~2016-08-08 15:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-28 14:35 [PATCH 0/2] arm64: marvell: add support for the slave CP in Armada 8K Thomas Petazzoni
2016-07-28 14:35 ` Thomas Petazzoni
2016-07-28 14:35 ` [PATCH 1/2] arm64: dts: marvell: add description for the slave CP110 " Thomas Petazzoni
2016-07-28 14:35 ` Thomas Petazzoni
2016-07-28 14:35 ` [PATCH 2/2] arm64: dts: marvell: add description for the Armada 8040 dev board Thomas Petazzoni
2016-07-28 14:35 ` Thomas Petazzoni
2016-08-08 15:30 ` Gregory CLEMENT [this message]
2016-08-08 15:30 ` [PATCH 0/2] arm64: marvell: add support for the slave CP in Armada 8K Gregory CLEMENT
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=87d1ljuvls.fsf@free-electrons.com \
--to=gregory.clement@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.