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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html