devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/6] powerpc/mpc85xx: Add FSL QorIQ DPAA B/QMan support to device tree(s)
@ 2014-12-08 10:29 Emil Medve
  2014-12-08 10:29 ` [PATCH v5 1/6] dt/bindings: b/qman: Fix the alloc-ranges in the example(s) Emil Medve
       [not found] ` <1418034561-12034-1-git-send-email-Emilian.Medve-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
  0 siblings, 2 replies; 9+ messages in thread
From: Emil Medve @ 2014-12-08 10:29 UTC (permalink / raw)
  To: scottwood-eDlz3WWmN0ll57MIdRCFDg,
	linuxppc-dev-mnsaURCQ41sdnm+yROfE0A,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Emil Medve

v5:	Fix the alloc-ranges property
	Factorize the SoC specific reserved-memory properties

v4:	Add binding for the portals phandle
	Fix portals phandle

v3:	Remove no-map
	Adjust alloc-ranges for the 32-/36-bit SoC(s)

v2:	Remove some reserved-memory properties
	Split the patchset per IP block
	Refined patch assignment

Emil Medve (2):
  dt/bindings: b/qman: Fix the alloc-ranges in the example(s)
  dt/bindings: b/qman: Add phandle to the portals

Kumar Gala (4):
  powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA BMan
  powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA QMan
  powerpc/mpc85xx: Add FSL QorIQ DPAA BMan support to device tree(s)
  powerpc/mpc85xx: Add FSL QorIQ DPAA QMan support to device tree(s)

 Documentation/devicetree/bindings/soc/fsl/bman.txt |  12 +-
 Documentation/devicetree/bindings/soc/fsl/qman.txt |  14 +-
 arch/powerpc/boot/dts/b4qds.dtsi                   |  29 +-
 arch/powerpc/boot/dts/fsl/b4860si-post.dtsi        | 129 ++++-
 arch/powerpc/boot/dts/fsl/b4si-post.dtsi           | 195 ++++++-
 arch/powerpc/boot/dts/fsl/p1023si-post.dtsi        |  80 ++-
 arch/powerpc/boot/dts/fsl/p2041si-post.dtsi        |  24 +-
 arch/powerpc/boot/dts/fsl/p3041si-post.dtsi        |  24 +-
 arch/powerpc/boot/dts/fsl/p4080si-post.dtsi        |  24 +-
 arch/powerpc/boot/dts/fsl/p5020si-post.dtsi        |  24 +-
 arch/powerpc/boot/dts/fsl/p5040si-post.dtsi        |  24 +-
 arch/powerpc/boot/dts/fsl/qoriq-bman1-portals.dtsi |  90 ++++
 arch/powerpc/boot/dts/fsl/qoriq-bman1.dtsi         |  41 ++
 arch/powerpc/boot/dts/fsl/qoriq-qman1-portals.dtsi | 101 ++++
 arch/powerpc/boot/dts/fsl/qoriq-qman1.dtsi         |  41 ++
 arch/powerpc/boot/dts/fsl/qoriq-qman3.dtsi         |  41 ++
 arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        | 143 ++++-
 arch/powerpc/boot/dts/fsl/t2081si-post.dtsi        | 231 +++++++-
 arch/powerpc/boot/dts/fsl/t4240si-post.dtsi        | 583 ++++++++++++++++++++-
 arch/powerpc/boot/dts/kmcoge4.dts                  |  27 +
 arch/powerpc/boot/dts/oca4080.dts                  |  27 +
 arch/powerpc/boot/dts/p1023rdb.dts                 |  30 +-
 arch/powerpc/boot/dts/p2041rdb.dts                 |  29 +-
 arch/powerpc/boot/dts/p3041ds.dts                  |  29 +-
 arch/powerpc/boot/dts/p4080ds.dts                  |  29 +-
 arch/powerpc/boot/dts/p5020ds.dts                  |  29 +-
 arch/powerpc/boot/dts/p5040ds.dts                  |  29 +-
 arch/powerpc/boot/dts/t104xqds.dtsi                |  29 +-
 arch/powerpc/boot/dts/t104xrdb.dtsi                |  26 +
 arch/powerpc/boot/dts/t208xqds.dtsi                |  29 +-
 arch/powerpc/boot/dts/t208xrdb.dtsi                |  27 +
 arch/powerpc/boot/dts/t4240qds.dts                 |  29 +-
 arch/powerpc/boot/dts/t4240rdb.dts                 |  27 +
 33 files changed, 2221 insertions(+), 25 deletions(-)
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-bman1-portals.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-bman1.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-qman1-portals.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-qman1.dtsi
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-qman3.dtsi

-- 
2.2.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

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

end of thread, other threads:[~2015-01-30 14:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-08 10:29 [PATCH v5 0/6] powerpc/mpc85xx: Add FSL QorIQ DPAA B/QMan support to device tree(s) Emil Medve
2014-12-08 10:29 ` [PATCH v5 1/6] dt/bindings: b/qman: Fix the alloc-ranges in the example(s) Emil Medve
     [not found] ` <1418034561-12034-1-git-send-email-Emilian.Medve-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2014-12-08 10:29   ` [PATCH v5 2/6] dt/bindings: b/qman: Add phandle to the portals Emil Medve
2014-12-08 10:29   ` [PATCH v5 3/6] powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA BMan Emil Medve
2014-12-08 10:29   ` [PATCH v5 4/6] powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA QMan Emil Medve
2014-12-08 10:29   ` [PATCH v5 5/6] powerpc/mpc85xx: Add FSL QorIQ DPAA BMan support to device tree(s) Emil Medve
     [not found]     ` <1418034561-12034-6-git-send-email-Emilian.Medve-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2015-01-30  5:03       ` [v5, " Scott Wood
     [not found]         ` <20150130050318.GA12890-vONcSABrMOVpTrP2zolEsF6hYfS7NtTn@public.gmane.org>
2015-01-30 14:13           ` Emil Medve
2014-12-08 10:29   ` [PATCH v5 6/6] powerpc/mpc85xx: Add FSL QorIQ DPAA QMan " Emil Medve

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).