From: Madalin Bucur <madalin.bucur-3arQi8VN3Tc@public.gmane.org>
To: shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: mark.rutland-5wv7dgnIgG8@public.gmane.org,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
catalin.marinas-5wv7dgnIgG8@public.gmane.org,
will.deacon-5wv7dgnIgG8@public.gmane.org,
Madalin Bucur <madalin.bucur-3arQi8VN3Tc@public.gmane.org>
Subject: [PATCH 0/3] arm64: dts: introduce QorIQ DPAA 1.x FMan device tree nodes
Date: Tue, 16 May 2017 15:07:20 +0300 [thread overview]
Message-ID: <1494936443-14869-1-git-send-email-madalin.bucur@nxp.com> (raw)
This patch set introduces the QorIQ Data Path Acceleration Arhitecture
(DPAA) Frame Manager device tree nodes for the ARM based DPAA 1.x platforms.
Madalin Bucur (3):
arm64: dts: add DPAA FMan nodes
arm64: dts: add LS1043A DPAA FMan support
arm64: dts: add LS1046A DPAA FMan nodes
arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi | 45 ++++++++++++
arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 2 +
arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts | 73 +++++++++++++++++++
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 13 +++-
arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi | 48 +++++++++++++
arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts | 2 +
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 60 ++++++++++++++++
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 11 ++-
.../boot/dts/freescale/qoriq-fman3-0-10g-0.dtsi | 42 +++++++++++
.../boot/dts/freescale/qoriq-fman3-0-10g-1.dtsi | 42 +++++++++++
.../boot/dts/freescale/qoriq-fman3-0-1g-0.dtsi | 41 +++++++++++
.../boot/dts/freescale/qoriq-fman3-0-1g-1.dtsi | 41 +++++++++++
.../boot/dts/freescale/qoriq-fman3-0-1g-2.dtsi | 41 +++++++++++
.../boot/dts/freescale/qoriq-fman3-0-1g-3.dtsi | 41 +++++++++++
.../boot/dts/freescale/qoriq-fman3-0-1g-4.dtsi | 41 +++++++++++
.../boot/dts/freescale/qoriq-fman3-0-1g-5.dtsi | 41 +++++++++++
arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi | 81 ++++++++++++++++++++++
17 files changed, 663 insertions(+), 2 deletions(-)
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/qoriq-fman3-0-10g-0.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/qoriq-fman3-0-10g-1.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-0.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-1.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-2.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-3.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-4.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/qoriq-fman3-0-1g-5.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi
--
2.1.0
--
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 reply other threads:[~2017-05-16 12:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-16 12:07 Madalin Bucur [this message]
[not found] ` <1494936443-14869-1-git-send-email-madalin.bucur-3arQi8VN3Tc@public.gmane.org>
2017-05-16 12:07 ` [PATCH 1/3] arm64: dts: add DPAA FMan nodes Madalin Bucur
2017-05-16 12:07 ` [PATCH 2/3] arm64: dts: add LS1043A DPAA FMan support Madalin Bucur
[not found] ` <1494936443-14869-3-git-send-email-madalin.bucur-3arQi8VN3Tc@public.gmane.org>
2017-05-17 10:41 ` kbuild test robot
[not found] ` <201705171805.DxANFDT3%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-05-17 11:03 ` Madalin-Cristian Bucur
2017-05-16 12:07 ` [PATCH 3/3] arm64: dts: add LS1046A DPAA FMan nodes Madalin Bucur
2017-05-21 2:14 ` [PATCH 0/3] arm64: dts: introduce QorIQ DPAA 1.x FMan device tree nodes Shawn Guo
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=1494936443-14869-1-git-send-email-madalin.bucur@nxp.com \
--to=madalin.bucur-3arqi8vn3tc@public.gmane.org \
--cc=catalin.marinas-5wv7dgnIgG8@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=will.deacon-5wv7dgnIgG8@public.gmane.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 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).