From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/4] arm64: dts: marvell: add XOR engine description for Armada 7K/8K CP
Date: Thu, 30 Jun 2016 13:50:49 +0200 [thread overview]
Message-ID: <87d1myx5d2.fsf@free-electrons.com> (raw)
In-Reply-To: <1466080116-26777-5-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Thu, 16 Jun 2016 14:28:36 +0200")
Hi Thomas,
On jeu., juin 16 2016, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
> This commit adds the Device Tree description for the two XOR engines
> found in the CP part of the Armada 7K/8K SoC.
Applied on mvebu/dt64
Thanks,
Gregory
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
> arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
> index 367138b..da31bbb 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
> @@ -107,6 +107,24 @@
> status = "disabled";
> };
>
> + cpm_xor0: xor at 6a0000 {
> + compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
> + reg = <0x6a0000 0x1000>,
> + <0x6b0000 0x1000>;
> + dma-coherent;
> + msi-parent = <&gic_v2m0>;
> + clocks = <&cpm_syscon0 1 8>;
> + };
> +
> + cpm_xor1: xor at 6c0000 {
> + compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
> + reg = <0x6c0000 0x1000>,
> + <0x6d0000 0x1000>;
> + dma-coherent;
> + msi-parent = <&gic_v2m0>;
> + clocks = <&cpm_syscon0 1 7>;
> + };
> +
> cpm_spi0: spi at 700600 {
> compatible = "marvell,armada-380-spi";
> reg = <0x700600 0x50>;
> --
> 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: Vinod Koul <vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
dmaengine-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
Sebastian Hesselbarth
<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Hanna Hawa <hannah-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
Yehuda Yitschak <yehuday-eYqpPyKDWXRBDgjK7y7TUQ@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>
Subject: Re: [PATCH v4 4/4] arm64: dts: marvell: add XOR engine description for Armada 7K/8K CP
Date: Thu, 30 Jun 2016 13:50:49 +0200 [thread overview]
Message-ID: <87d1myx5d2.fsf@free-electrons.com> (raw)
In-Reply-To: <1466080116-26777-5-git-send-email-thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> (Thomas Petazzoni's message of "Thu, 16 Jun 2016 14:28:36 +0200")
Hi Thomas,
On jeu., juin 16 2016, Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> wrote:
> This commit adds the Device Tree description for the two XOR engines
> found in the CP part of the Armada 7K/8K SoC.
Applied on mvebu/dt64
Thanks,
Gregory
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
> ---
> arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
> index 367138b..da31bbb 100644
> --- a/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi
> @@ -107,6 +107,24 @@
> status = "disabled";
> };
>
> + cpm_xor0: xor@6a0000 {
> + compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
> + reg = <0x6a0000 0x1000>,
> + <0x6b0000 0x1000>;
> + dma-coherent;
> + msi-parent = <&gic_v2m0>;
> + clocks = <&cpm_syscon0 1 8>;
> + };
> +
> + cpm_xor1: xor@6c0000 {
> + compatible = "marvell,armada-7k-xor", "marvell,xor-v2";
> + reg = <0x6c0000 0x1000>,
> + <0x6d0000 0x1000>;
> + dma-coherent;
> + msi-parent = <&gic_v2m0>;
> + clocks = <&cpm_syscon0 1 7>;
> + };
> +
> cpm_spi0: spi@700600 {
> compatible = "marvell,armada-380-spi";
> reg = <0x700600 0x50>;
> --
> 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-06-30 11:50 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-16 12:28 [PATCH v4 0/4] dmaengine driver for Marvell XOR v2 engine Thomas Petazzoni
2016-06-16 12:28 ` Thomas Petazzoni
2016-06-16 12:28 ` [PATCH v4 1/4] dt-bindings: dma: add binding for the " Thomas Petazzoni
2016-06-16 12:28 ` Thomas Petazzoni
2016-06-20 13:07 ` Rob Herring
2016-06-20 13:07 ` Rob Herring
2016-06-16 12:28 ` [PATCH v4 2/4] dma: mv_xor_v2: new driver Thomas Petazzoni
2016-06-16 12:28 ` Thomas Petazzoni
2016-06-16 12:28 ` [PATCH v4 3/4] arm64: dts: marvell: adjust to the latest mv-xor-v2 DT binding Thomas Petazzoni
2016-06-16 12:28 ` Thomas Petazzoni
2016-06-30 11:50 ` Gregory CLEMENT
2016-06-30 11:50 ` Gregory CLEMENT
2016-06-16 12:28 ` [PATCH v4 4/4] arm64: dts: marvell: add XOR engine description for Armada 7K/8K CP Thomas Petazzoni
2016-06-16 12:28 ` Thomas Petazzoni
2016-06-30 11:50 ` Gregory CLEMENT [this message]
2016-06-30 11:50 ` Gregory CLEMENT
2016-06-28 14:38 ` [PATCH v4 0/4] dmaengine driver for Marvell XOR v2 engine Vinod Koul
2016-06-28 14:38 ` Vinod Koul
2016-06-28 14:37 ` Thomas Petazzoni
2016-06-28 14:37 ` Thomas Petazzoni
2016-07-07 20:42 ` Thomas Petazzoni
2016-07-07 20:42 ` Thomas Petazzoni
2016-07-12 4:42 ` Vinod Koul
2016-07-12 4:42 ` Vinod Koul
2016-07-12 7:10 ` Thomas Petazzoni
2016-07-12 7:10 ` 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=87d1myx5d2.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.