devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/6] powerpc/mpc85xx: Add FSL QorIQ DPAA B/QMan support to device tree(s)
@ 2014-12-03 10:02 Emil Medve
       [not found] ` <1417600964-24647-1-git-send-email-Emilian.Medve-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Emil Medve @ 2014-12-03 10:02 UTC (permalink / raw)
  To: scottwood-eDlz3WWmN0ll57MIdRCFDg,
	linuxppc-dev-mnsaURCQ41sdnm+yROfE0A,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Emil Medve

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: bman: Add phandle to the portals
  dt/bindings: 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 |  10 +
 Documentation/devicetree/bindings/soc/fsl/qman.txt |  10 +
 arch/powerpc/boot/dts/b4qds.dtsi                   |  35 +-
 arch/powerpc/boot/dts/fsl/b4860si-post.dtsi        | 129 ++++-
 arch/powerpc/boot/dts/fsl/b4si-post.dtsi           | 180 ++++++-
 arch/powerpc/boot/dts/fsl/p1023si-post.dtsi        |  61 ++-
 arch/powerpc/boot/dts/fsl/p2041si-post.dtsi        |   9 +-
 arch/powerpc/boot/dts/fsl/p3041si-post.dtsi        |   9 +-
 arch/powerpc/boot/dts/fsl/p4080si-post.dtsi        |   9 +-
 arch/powerpc/boot/dts/fsl/p5020si-post.dtsi        |   9 +-
 arch/powerpc/boot/dts/fsl/p5040si-post.dtsi        |   9 +-
 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        | 128 ++++-
 arch/powerpc/boot/dts/fsl/t2081si-post.dtsi        | 216 +++++++-
 arch/powerpc/boot/dts/fsl/t4240si-post.dtsi        | 568 ++++++++++++++++++++-
 arch/powerpc/boot/dts/kmcoge4.dts                  |  33 ++
 arch/powerpc/boot/dts/oca4080.dts                  |  33 ++
 arch/powerpc/boot/dts/p1023rdb.dts                 |  36 +-
 arch/powerpc/boot/dts/p2041rdb.dts                 |  35 +-
 arch/powerpc/boot/dts/p3041ds.dts                  |  35 +-
 arch/powerpc/boot/dts/p4080ds.dts                  |  35 +-
 arch/powerpc/boot/dts/p5020ds.dts                  |  35 +-
 arch/powerpc/boot/dts/p5040ds.dts                  |  35 +-
 arch/powerpc/boot/dts/t104xqds.dtsi                |  35 +-
 arch/powerpc/boot/dts/t104xrdb.dtsi                |  32 ++
 arch/powerpc/boot/dts/t208xqds.dtsi                |  35 +-
 arch/powerpc/boot/dts/t208xrdb.dtsi                |  33 ++
 arch/powerpc/boot/dts/t4240qds.dts                 |  35 +-
 arch/powerpc/boot/dts/t4240rdb.dts                 |  33 ++
 33 files changed, 2154 insertions(+), 22 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] 8+ messages in thread

end of thread, other threads:[~2014-12-04  4:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-03 10:02 [PATCH v4 0/6] powerpc/mpc85xx: Add FSL QorIQ DPAA B/QMan support to device tree(s) Emil Medve
     [not found] ` <1417600964-24647-1-git-send-email-Emilian.Medve-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2014-12-03 10:02   ` [PATCH v4 1/6] dt/bindings: bman: Add phandle to the portals Emil Medve
     [not found]     ` <1417600964-24647-2-git-send-email-Emilian.Medve-eDlz3WWmN0ll57MIdRCFDg@public.gmane.org>
2014-12-04  4:51       ` Scott Wood
2014-12-03 10:02   ` [PATCH v4 2/6] dt/bindings: qman: " Emil Medve
2014-12-03 10:02   ` [PATCH v4 3/6] powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA BMan Emil Medve
2014-12-03 10:02   ` [PATCH v4 4/6] powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA QMan Emil Medve
2014-12-03 10:02   ` [PATCH v4 5/6] powerpc/mpc85xx: Add FSL QorIQ DPAA BMan support to device tree(s) Emil Medve
2014-12-03 10:02   ` [PATCH v4 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).