All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
@ 2015-03-31  6:17 ` Jia Hongtao
  0 siblings, 0 replies; 10+ messages in thread
From: Jia Hongtao @ 2015-03-31  6:17 UTC (permalink / raw)
  To: scottwood-KZfg59tc24xl57MIdRCFDg
  Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, rui.zhang-ral2JQCrhuEAvxtiuMwx3w,
	hongtao.jia-KZfg59tc24xl57MIdRCFDg

This is Thermal Monitoring Unit for QorIQ platform.

Signed-off-by: Jia Hongtao <hongtao.jia-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
---
 .../devicetree/bindings/thermal/qoriq-thermal.txt  | 58 +++++++++++++++
 arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi   | 82 ++++++++++++++++++++++
 arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  1 +
 3 files changed, 141 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi

diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
new file mode 100644
index 0000000..dfc17fa
--- /dev/null
+++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
@@ -0,0 +1,58 @@
+* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
+
+Required properties:
+- compatible : "fsl,qoriq-tmu".
+- reg : address range of TMU registers.
+- interrupts : should contain the interrupt for TMU.
+- calibration : calibration table for TMU.
+
+Example:
+
+tmu@f0000 {
+	compatible = "fsl,qoriq-tmu";
+	reg = <0xf0000 0x1000>;
+	interrupts = <18 2 0 0>;
+	calibration = <0x00000000 0x0000000f
+		       0x00000001 0x00000017
+		       0x00000002 0x0000001e
+		       0x00000003 0x00000026
+		       0x00000004 0x0000002e
+		       0x00000005 0x00000035
+		       0x00000006 0x0000003d
+		       0x00000007 0x00000044
+		       0x00000008 0x0000004c
+		       0x00000009 0x00000053
+		       0x0000000a 0x0000005b
+		       0x0000000b 0x00000062
+
+		       0x00010000 0x00000011
+		       0x00010001 0x00000019
+		       0x00010002 0x00000021
+		       0x00010003 0x0000002a
+		       0x00010004 0x00000032
+		       0x00010005 0x0000003a
+		       0x00010006 0x00000042
+		       0x00010007 0x0000004b
+		       0x00010008 0x00000053
+		       0x00010009 0x0000005b
+		       0x0001000a 0x00000063
+
+		       0x00020000 0x00000012
+		       0x00020001 0x0000001b
+		       0x00020002 0x00000024
+		       0x00020003 0x0000002c
+		       0x00020004 0x00000035
+		       0x00020005 0x0000003d
+		       0x00020006 0x00000046
+		       0x00020007 0x0000004e
+		       0x00020008 0x00000057
+
+		       0x00030000 0x00000009
+		       0x00030001 0x00000011
+		       0x00030002 0x00000019
+		       0x00030003 0x00000021
+		       0x00030004 0x00000029
+		       0x00030005 0x00000031
+		       0x00030006 0x00000039
+		       0x00030007 0x00000041>;
+};
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
new file mode 100644
index 0000000..d85c77d
--- /dev/null
+++ b/arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
@@ -0,0 +1,82 @@
+/*
+ * QorIQ TMU device tree stub [ controller @ offset 0xf0000 ]
+ *
+ * Copyright 2015 Freescale Semiconductor Inc.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *     * Redistributions of source code must retain the above copyright
+ *       notice, this list of conditions and the following disclaimer.
+ *     * Redistributions in binary form must reproduce the above copyright
+ *       notice, this list of conditions and the following disclaimer in the
+ *       documentation and/or other materials provided with the distribution.
+ *     * Neither the name of Freescale Semiconductor nor the
+ *       names of its contributors may be used to endorse or promote products
+ *       derived from this software without specific prior written permission.
+ *
+ *
+ * ALTERNATIVELY, this software may be distributed under the terms of the
+ * GNU General Public License ("GPL") as published by the Free Software
+ * Foundation, either version 2 of that License or (at your option) any
+ * later version.
+ *
+ * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+tmu@f0000 {
+	compatible = "fsl,qoriq-tmu";
+	reg = <0xf0000 0x1000>;
+	interrupts = <18 2 0 0>;
+	calibration = <0x00000000 0x0000000f
+		       0x00000001 0x00000017
+		       0x00000002 0x0000001e
+		       0x00000003 0x00000026
+		       0x00000004 0x0000002e
+		       0x00000005 0x00000035
+		       0x00000006 0x0000003d
+		       0x00000007 0x00000044
+		       0x00000008 0x0000004c
+		       0x00000009 0x00000053
+		       0x0000000a 0x0000005b
+		       0x0000000b 0x00000062
+
+		       0x00010000 0x00000011
+		       0x00010001 0x00000019
+		       0x00010002 0x00000021
+		       0x00010003 0x0000002a
+		       0x00010004 0x00000032
+		       0x00010005 0x0000003a
+		       0x00010006 0x00000042
+		       0x00010007 0x0000004b
+		       0x00010008 0x00000053
+		       0x00010009 0x0000005b
+		       0x0001000a 0x00000063
+
+		       0x00020000 0x00000012
+		       0x00020001 0x0000001b
+		       0x00020002 0x00000024
+		       0x00020003 0x0000002c
+		       0x00020004 0x00000035
+		       0x00020005 0x0000003d
+		       0x00020006 0x00000046
+		       0x00020007 0x0000004e
+		       0x00020008 0x00000057
+
+		       0x00030000 0x00000009
+		       0x00030001 0x00000011
+		       0x00030002 0x00000019
+		       0x00030003 0x00000021
+		       0x00030004 0x00000029
+		       0x00030005 0x00000031
+		       0x00030006 0x00000039
+		       0x00030007 0x00000041>;
+};
diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
index 15ae462..bb9f792 100644
--- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
@@ -345,6 +345,7 @@
 		reg	   = <0xea000 0x4000>;
 	};
 
+/include/ "qoriq-tmu-t104xsi.dtsi"
 /include/ "elo3-dma-0.dtsi"
 /include/ "elo3-dma-1.dtsi"
 /include/ "qoriq-espi-0.dtsi"
-- 
2.1.0.27.g96db324

--
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 related	[flat|nested] 10+ messages in thread

* [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
@ 2015-03-31  6:17 ` Jia Hongtao
  0 siblings, 0 replies; 10+ messages in thread
From: Jia Hongtao @ 2015-03-31  6:17 UTC (permalink / raw)
  To: scottwood; +Cc: hongtao.jia, devicetree, rui.zhang, robh+dt, linuxppc-dev

This is Thermal Monitoring Unit for QorIQ platform.

Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
---
 .../devicetree/bindings/thermal/qoriq-thermal.txt  | 58 +++++++++++++++
 arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi   | 82 ++++++++++++++++++++++
 arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  1 +
 3 files changed, 141 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
 create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi

diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
new file mode 100644
index 0000000..dfc17fa
--- /dev/null
+++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
@@ -0,0 +1,58 @@
+* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
+
+Required properties:
+- compatible : "fsl,qoriq-tmu".
+- reg : address range of TMU registers.
+- interrupts : should contain the interrupt for TMU.
+- calibration : calibration table for TMU.
+
+Example:
+
+tmu@f0000 {
+	compatible = "fsl,qoriq-tmu";
+	reg = <0xf0000 0x1000>;
+	interrupts = <18 2 0 0>;
+	calibration = <0x00000000 0x0000000f
+		       0x00000001 0x00000017
+		       0x00000002 0x0000001e
+		       0x00000003 0x00000026
+		       0x00000004 0x0000002e
+		       0x00000005 0x00000035
+		       0x00000006 0x0000003d
+		       0x00000007 0x00000044
+		       0x00000008 0x0000004c
+		       0x00000009 0x00000053
+		       0x0000000a 0x0000005b
+		       0x0000000b 0x00000062
+
+		       0x00010000 0x00000011
+		       0x00010001 0x00000019
+		       0x00010002 0x00000021
+		       0x00010003 0x0000002a
+		       0x00010004 0x00000032
+		       0x00010005 0x0000003a
+		       0x00010006 0x00000042
+		       0x00010007 0x0000004b
+		       0x00010008 0x00000053
+		       0x00010009 0x0000005b
+		       0x0001000a 0x00000063
+
+		       0x00020000 0x00000012
+		       0x00020001 0x0000001b
+		       0x00020002 0x00000024
+		       0x00020003 0x0000002c
+		       0x00020004 0x00000035
+		       0x00020005 0x0000003d
+		       0x00020006 0x00000046
+		       0x00020007 0x0000004e
+		       0x00020008 0x00000057
+
+		       0x00030000 0x00000009
+		       0x00030001 0x00000011
+		       0x00030002 0x00000019
+		       0x00030003 0x00000021
+		       0x00030004 0x00000029
+		       0x00030005 0x00000031
+		       0x00030006 0x00000039
+		       0x00030007 0x00000041>;
+};
diff --git a/arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi b/arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
new file mode 100644
index 0000000..d85c77d
--- /dev/null
+++ b/arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
@@ -0,0 +1,82 @@
+/*
+ * QorIQ TMU device tree stub [ controller @ offset 0xf0000 ]
+ *
+ * Copyright 2015 Freescale Semiconductor Inc.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions are met:
+ *     * Redistributions of source code must retain the above copyright
+ *       notice, this list of conditions and the following disclaimer.
+ *     * Redistributions in binary form must reproduce the above copyright
+ *       notice, this list of conditions and the following disclaimer in the
+ *       documentation and/or other materials provided with the distribution.
+ *     * Neither the name of Freescale Semiconductor nor the
+ *       names of its contributors may be used to endorse or promote products
+ *       derived from this software without specific prior written permission.
+ *
+ *
+ * ALTERNATIVELY, this software may be distributed under the terms of the
+ * GNU General Public License ("GPL") as published by the Free Software
+ * Foundation, either version 2 of that License or (at your option) any
+ * later version.
+ *
+ * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+tmu@f0000 {
+	compatible = "fsl,qoriq-tmu";
+	reg = <0xf0000 0x1000>;
+	interrupts = <18 2 0 0>;
+	calibration = <0x00000000 0x0000000f
+		       0x00000001 0x00000017
+		       0x00000002 0x0000001e
+		       0x00000003 0x00000026
+		       0x00000004 0x0000002e
+		       0x00000005 0x00000035
+		       0x00000006 0x0000003d
+		       0x00000007 0x00000044
+		       0x00000008 0x0000004c
+		       0x00000009 0x00000053
+		       0x0000000a 0x0000005b
+		       0x0000000b 0x00000062
+
+		       0x00010000 0x00000011
+		       0x00010001 0x00000019
+		       0x00010002 0x00000021
+		       0x00010003 0x0000002a
+		       0x00010004 0x00000032
+		       0x00010005 0x0000003a
+		       0x00010006 0x00000042
+		       0x00010007 0x0000004b
+		       0x00010008 0x00000053
+		       0x00010009 0x0000005b
+		       0x0001000a 0x00000063
+
+		       0x00020000 0x00000012
+		       0x00020001 0x0000001b
+		       0x00020002 0x00000024
+		       0x00020003 0x0000002c
+		       0x00020004 0x00000035
+		       0x00020005 0x0000003d
+		       0x00020006 0x00000046
+		       0x00020007 0x0000004e
+		       0x00020008 0x00000057
+
+		       0x00030000 0x00000009
+		       0x00030001 0x00000011
+		       0x00030002 0x00000019
+		       0x00030003 0x00000021
+		       0x00030004 0x00000029
+		       0x00030005 0x00000031
+		       0x00030006 0x00000039
+		       0x00030007 0x00000041>;
+};
diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
index 15ae462..bb9f792 100644
--- a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
+++ b/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
@@ -345,6 +345,7 @@
 		reg	   = <0xea000 0x4000>;
 	};
 
+/include/ "qoriq-tmu-t104xsi.dtsi"
 /include/ "elo3-dma-0.dtsi"
 /include/ "elo3-dma-1.dtsi"
 /include/ "qoriq-espi-0.dtsi"
-- 
2.1.0.27.g96db324

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

* Re: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
  2015-03-31  6:17 ` Jia Hongtao
@ 2015-04-10  3:55     ` Scott Wood
  -1 siblings, 0 replies; 10+ messages in thread
From: Scott Wood @ 2015-04-10  3:55 UTC (permalink / raw)
  To: Jia Hongtao
  Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, rui.zhang-ral2JQCrhuEAvxtiuMwx3w

On Tue, 2015-03-31 at 14:17 +0800, Jia Hongtao wrote:
> This is Thermal Monitoring Unit for QorIQ platform.
> 
> Signed-off-by: Jia Hongtao <hongtao.jia-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> ---
>  .../devicetree/bindings/thermal/qoriq-thermal.txt  | 58 +++++++++++++++
>  arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi   | 82 ++++++++++++++++++++++
>  arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  1 +
>  3 files changed, 141 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
>  create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
> 
> diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> new file mode 100644
> index 0000000..dfc17fa
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> @@ -0,0 +1,58 @@
> +* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
> +
> +Required properties:
> +- compatible : "fsl,qoriq-tmu".

compatible: Must include "fsl,qoriq-tmu". The version of the device is
	    determined by the TMU IP Block Revision Register (IPBRR0)
	    at offset 0x0BF8.

	    Table of correspondences between IPBRR0 values and example  
	    chips:
		Value           Device
		-----------     -------
		0x01900102      T1040

> +- reg : address range of TMU registers.
> +- interrupts : should contain the interrupt for TMU.

s/should contain/contains/

> +- calibration : calibration table for TMU.

What is the format of the calibration table, and where does one get the
data?

-Scott


--
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] 10+ messages in thread

* Re: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
@ 2015-04-10  3:55     ` Scott Wood
  0 siblings, 0 replies; 10+ messages in thread
From: Scott Wood @ 2015-04-10  3:55 UTC (permalink / raw)
  To: Jia Hongtao; +Cc: devicetree, rui.zhang, robh+dt, linuxppc-dev

On Tue, 2015-03-31 at 14:17 +0800, Jia Hongtao wrote:
> This is Thermal Monitoring Unit for QorIQ platform.
> 
> Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
> ---
>  .../devicetree/bindings/thermal/qoriq-thermal.txt  | 58 +++++++++++++++
>  arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi   | 82 ++++++++++++++++++++++
>  arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  1 +
>  3 files changed, 141 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
>  create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
> 
> diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> new file mode 100644
> index 0000000..dfc17fa
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> @@ -0,0 +1,58 @@
> +* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
> +
> +Required properties:
> +- compatible : "fsl,qoriq-tmu".

compatible: Must include "fsl,qoriq-tmu". The version of the device is
	    determined by the TMU IP Block Revision Register (IPBRR0)
	    at offset 0x0BF8.

	    Table of correspondences between IPBRR0 values and example  
	    chips:
		Value           Device
		-----------     -------
		0x01900102      T1040

> +- reg : address range of TMU registers.
> +- interrupts : should contain the interrupt for TMU.

s/should contain/contains/

> +- calibration : calibration table for TMU.

What is the format of the calibration table, and where does one get the
data?

-Scott

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

* RE: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
  2015-04-10  3:55     ` Scott Wood
@ 2015-04-10  6:23         ` Hongtao Jia
  -1 siblings, 0 replies; 10+ messages in thread
From: Hongtao Jia @ 2015-04-10  6:23 UTC (permalink / raw)
  To: Scott Wood
  Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, rui.zhang-ral2JQCrhuEAvxtiuMwx3w



> -----Original Message-----
> From: Wood Scott-B07421
> Sent: Friday, April 10, 2015 11:56 AM
> To: Jia Hongtao-B38951
> Cc: linuxppc-dev@lists.ozlabs.org; devicetree@vger.kernel.org;
> robh+dt@kernel.org; rui.zhang@intel.com
> Subject: Re: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ
> T104x
> 
> On Tue, 2015-03-31 at 14:17 +0800, Jia Hongtao wrote:
> > This is Thermal Monitoring Unit for QorIQ platform.
> >
> > Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
> > ---
> >  .../devicetree/bindings/thermal/qoriq-thermal.txt  | 58
> +++++++++++++++
> >  arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi   | 82
> ++++++++++++++++++++++
> >  arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  1 +
> >  3 files changed, 141 insertions(+)
> >  create mode 100644
> > Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> >  create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
> >
> > diff --git
> > a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > new file mode 100644
> > index 0000000..dfc17fa
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > @@ -0,0 +1,58 @@
> > +* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
> > +
> > +Required properties:
> > +- compatible : "fsl,qoriq-tmu".
> 
> compatible: Must include "fsl,qoriq-tmu". The version of the device is
> 	    determined by the TMU IP Block Revision Register (IPBRR0)
> 	    at offset 0x0BF8.
> 
> 	    Table of correspondences between IPBRR0 values and example
> 	    chips:
> 		Value           Device
> 		-----------     -------
> 		0x01900102      T1040

I will update it in next version.

> 
> > +- reg : address range of TMU registers.
> > +- interrupts : should contain the interrupt for TMU.
> 
> s/should contain/contains/

Thanks for the correction.

> 
> > +- calibration : calibration table for TMU.
> 
> What is the format of the calibration table, and where does one get the
> data?

There are four calibration config range, for each range we got a couple of
pairs formatted like <TTCFGR, TSCFGR> at offset of <0x0080, 0x0084>.

-Hongtao

> 
> -Scott
> 


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

* RE: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
@ 2015-04-10  6:23         ` Hongtao Jia
  0 siblings, 0 replies; 10+ messages in thread
From: Hongtao Jia @ 2015-04-10  6:23 UTC (permalink / raw)
  To: Scott Wood; +Cc: devicetree, rui.zhang, robh+dt, linuxppc-dev

DQoNCj4gLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCj4gRnJvbTogV29vZCBTY290dC1CMDc0
MjENCj4gU2VudDogRnJpZGF5LCBBcHJpbCAxMCwgMjAxNSAxMTo1NiBBTQ0KPiBUbzogSmlhIEhv
bmd0YW8tQjM4OTUxDQo+IENjOiBsaW51eHBwYy1kZXZAbGlzdHMub3psYWJzLm9yZzsgZGV2aWNl
dHJlZUB2Z2VyLmtlcm5lbC5vcmc7DQo+IHJvYmgrZHRAa2VybmVsLm9yZzsgcnVpLnpoYW5nQGlu
dGVsLmNvbQ0KPiBTdWJqZWN0OiBSZTogW1BBVENIXSBRb3JJUS9UTVU6IGFkZCBUTVUgbm9kZSB0
byBkZXZpY2UgdHJlZSBmb3IgUW9ySVENCj4gVDEwNHgNCj4gDQo+IE9uIFR1ZSwgMjAxNS0wMy0z
MSBhdCAxNDoxNyArMDgwMCwgSmlhIEhvbmd0YW8gd3JvdGU6DQo+ID4gVGhpcyBpcyBUaGVybWFs
IE1vbml0b3JpbmcgVW5pdCBmb3IgUW9ySVEgcGxhdGZvcm0uDQo+ID4NCj4gPiBTaWduZWQtb2Zm
LWJ5OiBKaWEgSG9uZ3RhbyA8aG9uZ3Rhby5qaWFAZnJlZXNjYWxlLmNvbT4NCj4gPiAtLS0NCj4g
PiAgLi4uL2RldmljZXRyZWUvYmluZGluZ3MvdGhlcm1hbC9xb3JpcS10aGVybWFsLnR4dCAgfCA1
OA0KPiArKysrKysrKysrKysrKysNCj4gPiAgYXJjaC9wb3dlcnBjL2Jvb3QvZHRzL2ZzbC9xb3Jp
cS10bXUtdDEwNHhzaS5kdHNpICAgfCA4Mg0KPiArKysrKysrKysrKysrKysrKysrKysrDQo+ID4g
IGFyY2gvcG93ZXJwYy9ib290L2R0cy9mc2wvdDEwNDBzaS1wb3N0LmR0c2kgICAgICAgIHwgIDEg
Kw0KPiA+ICAzIGZpbGVzIGNoYW5nZWQsIDE0MSBpbnNlcnRpb25zKCspDQo+ID4gIGNyZWF0ZSBt
b2RlIDEwMDY0NA0KPiA+IERvY3VtZW50YXRpb24vZGV2aWNldHJlZS9iaW5kaW5ncy90aGVybWFs
L3FvcmlxLXRoZXJtYWwudHh0DQo+ID4gIGNyZWF0ZSBtb2RlIDEwMDY0NCBhcmNoL3Bvd2VycGMv
Ym9vdC9kdHMvZnNsL3FvcmlxLXRtdS10MTA0eHNpLmR0c2kNCj4gPg0KPiA+IGRpZmYgLS1naXQN
Cj4gPiBhL0RvY3VtZW50YXRpb24vZGV2aWNldHJlZS9iaW5kaW5ncy90aGVybWFsL3FvcmlxLXRo
ZXJtYWwudHh0DQo+ID4gYi9Eb2N1bWVudGF0aW9uL2RldmljZXRyZWUvYmluZGluZ3MvdGhlcm1h
bC9xb3JpcS10aGVybWFsLnR4dA0KPiA+IG5ldyBmaWxlIG1vZGUgMTAwNjQ0DQo+ID4gaW5kZXgg
MDAwMDAwMC4uZGZjMTdmYQ0KPiA+IC0tLSAvZGV2L251bGwNCj4gPiArKysgYi9Eb2N1bWVudGF0
aW9uL2RldmljZXRyZWUvYmluZGluZ3MvdGhlcm1hbC9xb3JpcS10aGVybWFsLnR4dA0KPiA+IEBA
IC0wLDAgKzEsNTggQEANCj4gPiArKiBUaGVybWFsIE1vbml0b3JpbmcgVW5pdCAoVE1VKSBvbiBG
cmVlc2NhbGUgUW9ySVEgU29Dcw0KPiA+ICsNCj4gPiArUmVxdWlyZWQgcHJvcGVydGllczoNCj4g
PiArLSBjb21wYXRpYmxlIDogImZzbCxxb3JpcS10bXUiLg0KPiANCj4gY29tcGF0aWJsZTogTXVz
dCBpbmNsdWRlICJmc2wscW9yaXEtdG11Ii4gVGhlIHZlcnNpb24gb2YgdGhlIGRldmljZSBpcw0K
PiAJICAgIGRldGVybWluZWQgYnkgdGhlIFRNVSBJUCBCbG9jayBSZXZpc2lvbiBSZWdpc3RlciAo
SVBCUlIwKQ0KPiAJICAgIGF0IG9mZnNldCAweDBCRjguDQo+IA0KPiAJICAgIFRhYmxlIG9mIGNv
cnJlc3BvbmRlbmNlcyBiZXR3ZWVuIElQQlJSMCB2YWx1ZXMgYW5kIGV4YW1wbGUNCj4gCSAgICBj
aGlwczoNCj4gCQlWYWx1ZSAgICAgICAgICAgRGV2aWNlDQo+IAkJLS0tLS0tLS0tLS0gICAgIC0t
LS0tLS0NCj4gCQkweDAxOTAwMTAyICAgICAgVDEwNDANCg0KSSB3aWxsIHVwZGF0ZSBpdCBpbiBu
ZXh0IHZlcnNpb24uDQoNCj4gDQo+ID4gKy0gcmVnIDogYWRkcmVzcyByYW5nZSBvZiBUTVUgcmVn
aXN0ZXJzLg0KPiA+ICstIGludGVycnVwdHMgOiBzaG91bGQgY29udGFpbiB0aGUgaW50ZXJydXB0
IGZvciBUTVUuDQo+IA0KPiBzL3Nob3VsZCBjb250YWluL2NvbnRhaW5zLw0KDQpUaGFua3MgZm9y
IHRoZSBjb3JyZWN0aW9uLg0KDQo+IA0KPiA+ICstIGNhbGlicmF0aW9uIDogY2FsaWJyYXRpb24g
dGFibGUgZm9yIFRNVS4NCj4gDQo+IFdoYXQgaXMgdGhlIGZvcm1hdCBvZiB0aGUgY2FsaWJyYXRp
b24gdGFibGUsIGFuZCB3aGVyZSBkb2VzIG9uZSBnZXQgdGhlDQo+IGRhdGE/DQoNClRoZXJlIGFy
ZSBmb3VyIGNhbGlicmF0aW9uIGNvbmZpZyByYW5nZSwgZm9yIGVhY2ggcmFuZ2Ugd2UgZ290IGEg
Y291cGxlIG9mDQpwYWlycyBmb3JtYXR0ZWQgbGlrZSA8VFRDRkdSLCBUU0NGR1I+IGF0IG9mZnNl
dCBvZiA8MHgwMDgwLCAweDAwODQ+Lg0KDQotSG9uZ3Rhbw0KDQo+IA0KPiAtU2NvdHQNCj4gDQoN
Cg==

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

* Re: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
  2015-04-10  6:23         ` Hongtao Jia
@ 2015-04-10 22:40             ` Scott Wood
  -1 siblings, 0 replies; 10+ messages in thread
From: Scott Wood @ 2015-04-10 22:40 UTC (permalink / raw)
  To: Jia Hongtao-B38951
  Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, rui.zhang-ral2JQCrhuEAvxtiuMwx3w

On Fri, 2015-04-10 at 01:23 -0500, Jia Hongtao-B38951 wrote:
> 
> 
> > -----Original Message-----
> > From: Wood Scott-B07421
> > Sent: Friday, April 10, 2015 11:56 AM
> > To: Jia Hongtao-B38951
> > Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org; devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org;
> > robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org; rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
> > Subject: Re: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ
> > T104x
> > 
> > On Tue, 2015-03-31 at 14:17 +0800, Jia Hongtao wrote:
> > > This is Thermal Monitoring Unit for QorIQ platform.
> > >
> > > Signed-off-by: Jia Hongtao <hongtao.jia-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
> > > ---
> > >  .../devicetree/bindings/thermal/qoriq-thermal.txt  | 58
> > +++++++++++++++
> > >  arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi   | 82
> > ++++++++++++++++++++++
> > >  arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  1 +
> > >  3 files changed, 141 insertions(+)
> > >  create mode 100644
> > > Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > >  create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
> > >
> > > diff --git
> > > a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > new file mode 100644
> > > index 0000000..dfc17fa
> > > --- /dev/null
> > > +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > @@ -0,0 +1,58 @@
> > > +* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
> > > +
> > > +Required properties:
> > > +- compatible : "fsl,qoriq-tmu".
> > 
> > compatible: Must include "fsl,qoriq-tmu". The version of the device is
> > 	    determined by the TMU IP Block Revision Register (IPBRR0)
> > 	    at offset 0x0BF8.
> > 
> > 	    Table of correspondences between IPBRR0 values and example
> > 	    chips:
> > 		Value           Device
> > 		-----------     -------
> > 		0x01900102      T1040
> 
> I will update it in next version.
> 
> > 
> > > +- reg : address range of TMU registers.
> > > +- interrupts : should contain the interrupt for TMU.
> > 
> > s/should contain/contains/
> 
> Thanks for the correction.
> 
> > 
> > > +- calibration : calibration table for TMU.
> > 
> > What is the format of the calibration table, and where does one get the
> > data?
> 
> There are four calibration config range, for each range we got a couple of
> pairs formatted like <TTCFGR, TSCFGR> at offset of <0x0080, 0x0084>.

The binding document needs to explain this, in more detail, as well as
how one determines the data.

Is this configuration or hardware description?

-Scott


--
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] 10+ messages in thread

* Re: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
@ 2015-04-10 22:40             ` Scott Wood
  0 siblings, 0 replies; 10+ messages in thread
From: Scott Wood @ 2015-04-10 22:40 UTC (permalink / raw)
  To: Jia Hongtao-B38951; +Cc: devicetree, rui.zhang, robh+dt, linuxppc-dev

On Fri, 2015-04-10 at 01:23 -0500, Jia Hongtao-B38951 wrote:
> 
> 
> > -----Original Message-----
> > From: Wood Scott-B07421
> > Sent: Friday, April 10, 2015 11:56 AM
> > To: Jia Hongtao-B38951
> > Cc: linuxppc-dev@lists.ozlabs.org; devicetree@vger.kernel.org;
> > robh+dt@kernel.org; rui.zhang@intel.com
> > Subject: Re: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ
> > T104x
> > 
> > On Tue, 2015-03-31 at 14:17 +0800, Jia Hongtao wrote:
> > > This is Thermal Monitoring Unit for QorIQ platform.
> > >
> > > Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
> > > ---
> > >  .../devicetree/bindings/thermal/qoriq-thermal.txt  | 58
> > +++++++++++++++
> > >  arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi   | 82
> > ++++++++++++++++++++++
> > >  arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  1 +
> > >  3 files changed, 141 insertions(+)
> > >  create mode 100644
> > > Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > >  create mode 100644 arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
> > >
> > > diff --git
> > > a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > new file mode 100644
> > > index 0000000..dfc17fa
> > > --- /dev/null
> > > +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > @@ -0,0 +1,58 @@
> > > +* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
> > > +
> > > +Required properties:
> > > +- compatible : "fsl,qoriq-tmu".
> > 
> > compatible: Must include "fsl,qoriq-tmu". The version of the device is
> > 	    determined by the TMU IP Block Revision Register (IPBRR0)
> > 	    at offset 0x0BF8.
> > 
> > 	    Table of correspondences between IPBRR0 values and example
> > 	    chips:
> > 		Value           Device
> > 		-----------     -------
> > 		0x01900102      T1040
> 
> I will update it in next version.
> 
> > 
> > > +- reg : address range of TMU registers.
> > > +- interrupts : should contain the interrupt for TMU.
> > 
> > s/should contain/contains/
> 
> Thanks for the correction.
> 
> > 
> > > +- calibration : calibration table for TMU.
> > 
> > What is the format of the calibration table, and where does one get the
> > data?
> 
> There are four calibration config range, for each range we got a couple of
> pairs formatted like <TTCFGR, TSCFGR> at offset of <0x0080, 0x0084>.

The binding document needs to explain this, in more detail, as well as
how one determines the data.

Is this configuration or hardware description?

-Scott

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

* RE: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
  2015-04-10 22:40             ` Scott Wood
@ 2015-04-13  2:25                 ` Hongtao Jia
  -1 siblings, 0 replies; 10+ messages in thread
From: Hongtao Jia @ 2015-04-13  2:25 UTC (permalink / raw)
  To: Scott Wood
  Cc: linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, rui.zhang-ral2JQCrhuEAvxtiuMwx3w


> -----Original Message-----
> From: Wood Scott-B07421
> Sent: Saturday, April 11, 2015 6:41 AM
> To: Jia Hongtao-B38951
> Cc: linuxppc-dev@lists.ozlabs.org; devicetree@vger.kernel.org;
> robh+dt@kernel.org; rui.zhang@intel.com
> Subject: Re: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ
> T104x
> 
> On Fri, 2015-04-10 at 01:23 -0500, Jia Hongtao-B38951 wrote:
> >
> >
> > > -----Original Message-----
> > > From: Wood Scott-B07421
> > > Sent: Friday, April 10, 2015 11:56 AM
> > > To: Jia Hongtao-B38951
> > > Cc: linuxppc-dev@lists.ozlabs.org; devicetree@vger.kernel.org;
> > > robh+dt@kernel.org; rui.zhang@intel.com
> > > Subject: Re: [PATCH] QorIQ/TMU: add TMU node to device tree for
> > > QorIQ T104x
> > >
> > > On Tue, 2015-03-31 at 14:17 +0800, Jia Hongtao wrote:
> > > > This is Thermal Monitoring Unit for QorIQ platform.
> > > >
> > > > Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
> > > > ---
> > > >  .../devicetree/bindings/thermal/qoriq-thermal.txt  | 58
> > > +++++++++++++++
> > > >  arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi   | 82
> > > ++++++++++++++++++++++
> > > >  arch/powerpc/boot/dts/fsl/t1040si-post.dtsi        |  1 +
> > > >  3 files changed, 141 insertions(+)  create mode 100644
> > > > Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > >  create mode 100644
> > > > arch/powerpc/boot/dts/fsl/qoriq-tmu-t104xsi.dtsi
> > > >
> > > > diff --git
> > > > a/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > > b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > > new file mode 100644
> > > > index 0000000..dfc17fa
> > > > --- /dev/null
> > > > +++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.txt
> > > > @@ -0,0 +1,58 @@
> > > > +* Thermal Monitoring Unit (TMU) on Freescale QorIQ SoCs
> > > > +
> > > > +Required properties:
> > > > +- compatible : "fsl,qoriq-tmu".
> > >
> > > compatible: Must include "fsl,qoriq-tmu". The version of the device
> is
> > > 	    determined by the TMU IP Block Revision Register (IPBRR0)
> > > 	    at offset 0x0BF8.
> > >
> > > 	    Table of correspondences between IPBRR0 values and example
> > > 	    chips:
> > > 		Value           Device
> > > 		-----------     -------
> > > 		0x01900102      T1040
> >
> > I will update it in next version.
> >
> > >
> > > > +- reg : address range of TMU registers.
> > > > +- interrupts : should contain the interrupt for TMU.
> > >
> > > s/should contain/contains/
> >
> > Thanks for the correction.
> >
> > >
> > > > +- calibration : calibration table for TMU.
> > >
> > > What is the format of the calibration table, and where does one get
> > > the data?
> >
> > There are four calibration config range, for each range we got a
> > couple of pairs formatted like <TTCFGR, TSCFGR> at offset of <0x0080,
> 0x0084>.
> 
> The binding document needs to explain this, in more detail, as well as
> how one determines the data.

Right, I will add details.

> 
> Is this configuration or hardware description?

To my understanding this is kind of hardware description.
The calibration data is vary with different SoCs.
These data is provided by hardware verification team.

-Hongtao

> 
> -Scott
> 


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

* RE: [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x
@ 2015-04-13  2:25                 ` Hongtao Jia
  0 siblings, 0 replies; 10+ messages in thread
From: Hongtao Jia @ 2015-04-13  2:25 UTC (permalink / raw)
  To: Scott Wood; +Cc: devicetree, rui.zhang, robh+dt, linuxppc-dev

DQo+IC0tLS0tT3JpZ2luYWwgTWVzc2FnZS0tLS0tDQo+IEZyb206IFdvb2QgU2NvdHQtQjA3NDIx
DQo+IFNlbnQ6IFNhdHVyZGF5LCBBcHJpbCAxMSwgMjAxNSA2OjQxIEFNDQo+IFRvOiBKaWEgSG9u
Z3Rhby1CMzg5NTENCj4gQ2M6IGxpbnV4cHBjLWRldkBsaXN0cy5vemxhYnMub3JnOyBkZXZpY2V0
cmVlQHZnZXIua2VybmVsLm9yZzsNCj4gcm9iaCtkdEBrZXJuZWwub3JnOyBydWkuemhhbmdAaW50
ZWwuY29tDQo+IFN1YmplY3Q6IFJlOiBbUEFUQ0hdIFFvcklRL1RNVTogYWRkIFRNVSBub2RlIHRv
IGRldmljZSB0cmVlIGZvciBRb3JJUQ0KPiBUMTA0eA0KPiANCj4gT24gRnJpLCAyMDE1LTA0LTEw
IGF0IDAxOjIzIC0wNTAwLCBKaWEgSG9uZ3Rhby1CMzg5NTEgd3JvdGU6DQo+ID4NCj4gPg0KPiA+
ID4gLS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0NCj4gPiA+IEZyb206IFdvb2QgU2NvdHQtQjA3
NDIxDQo+ID4gPiBTZW50OiBGcmlkYXksIEFwcmlsIDEwLCAyMDE1IDExOjU2IEFNDQo+ID4gPiBU
bzogSmlhIEhvbmd0YW8tQjM4OTUxDQo+ID4gPiBDYzogbGludXhwcGMtZGV2QGxpc3RzLm96bGFi
cy5vcmc7IGRldmljZXRyZWVAdmdlci5rZXJuZWwub3JnOw0KPiA+ID4gcm9iaCtkdEBrZXJuZWwu
b3JnOyBydWkuemhhbmdAaW50ZWwuY29tDQo+ID4gPiBTdWJqZWN0OiBSZTogW1BBVENIXSBRb3JJ
US9UTVU6IGFkZCBUTVUgbm9kZSB0byBkZXZpY2UgdHJlZSBmb3INCj4gPiA+IFFvcklRIFQxMDR4
DQo+ID4gPg0KPiA+ID4gT24gVHVlLCAyMDE1LTAzLTMxIGF0IDE0OjE3ICswODAwLCBKaWEgSG9u
Z3RhbyB3cm90ZToNCj4gPiA+ID4gVGhpcyBpcyBUaGVybWFsIE1vbml0b3JpbmcgVW5pdCBmb3Ig
UW9ySVEgcGxhdGZvcm0uDQo+ID4gPiA+DQo+ID4gPiA+IFNpZ25lZC1vZmYtYnk6IEppYSBIb25n
dGFvIDxob25ndGFvLmppYUBmcmVlc2NhbGUuY29tPg0KPiA+ID4gPiAtLS0NCj4gPiA+ID4gIC4u
Li9kZXZpY2V0cmVlL2JpbmRpbmdzL3RoZXJtYWwvcW9yaXEtdGhlcm1hbC50eHQgIHwgNTgNCj4g
PiA+ICsrKysrKysrKysrKysrKw0KPiA+ID4gPiAgYXJjaC9wb3dlcnBjL2Jvb3QvZHRzL2ZzbC9x
b3JpcS10bXUtdDEwNHhzaS5kdHNpICAgfCA4Mg0KPiA+ID4gKysrKysrKysrKysrKysrKysrKysr
Kw0KPiA+ID4gPiAgYXJjaC9wb3dlcnBjL2Jvb3QvZHRzL2ZzbC90MTA0MHNpLXBvc3QuZHRzaSAg
ICAgICAgfCAgMSArDQo+ID4gPiA+ICAzIGZpbGVzIGNoYW5nZWQsIDE0MSBpbnNlcnRpb25zKCsp
ICBjcmVhdGUgbW9kZSAxMDA2NDQNCj4gPiA+ID4gRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2Jp
bmRpbmdzL3RoZXJtYWwvcW9yaXEtdGhlcm1hbC50eHQNCj4gPiA+ID4gIGNyZWF0ZSBtb2RlIDEw
MDY0NA0KPiA+ID4gPiBhcmNoL3Bvd2VycGMvYm9vdC9kdHMvZnNsL3FvcmlxLXRtdS10MTA0eHNp
LmR0c2kNCj4gPiA+ID4NCj4gPiA+ID4gZGlmZiAtLWdpdA0KPiA+ID4gPiBhL0RvY3VtZW50YXRp
b24vZGV2aWNldHJlZS9iaW5kaW5ncy90aGVybWFsL3FvcmlxLXRoZXJtYWwudHh0DQo+ID4gPiA+
IGIvRG9jdW1lbnRhdGlvbi9kZXZpY2V0cmVlL2JpbmRpbmdzL3RoZXJtYWwvcW9yaXEtdGhlcm1h
bC50eHQNCj4gPiA+ID4gbmV3IGZpbGUgbW9kZSAxMDA2NDQNCj4gPiA+ID4gaW5kZXggMDAwMDAw
MC4uZGZjMTdmYQ0KPiA+ID4gPiAtLS0gL2Rldi9udWxsDQo+ID4gPiA+ICsrKyBiL0RvY3VtZW50
YXRpb24vZGV2aWNldHJlZS9iaW5kaW5ncy90aGVybWFsL3FvcmlxLXRoZXJtYWwudHh0DQo+ID4g
PiA+IEBAIC0wLDAgKzEsNTggQEANCj4gPiA+ID4gKyogVGhlcm1hbCBNb25pdG9yaW5nIFVuaXQg
KFRNVSkgb24gRnJlZXNjYWxlIFFvcklRIFNvQ3MNCj4gPiA+ID4gKw0KPiA+ID4gPiArUmVxdWly
ZWQgcHJvcGVydGllczoNCj4gPiA+ID4gKy0gY29tcGF0aWJsZSA6ICJmc2wscW9yaXEtdG11Ii4N
Cj4gPiA+DQo+ID4gPiBjb21wYXRpYmxlOiBNdXN0IGluY2x1ZGUgImZzbCxxb3JpcS10bXUiLiBU
aGUgdmVyc2lvbiBvZiB0aGUgZGV2aWNlDQo+IGlzDQo+ID4gPiAJICAgIGRldGVybWluZWQgYnkg
dGhlIFRNVSBJUCBCbG9jayBSZXZpc2lvbiBSZWdpc3RlciAoSVBCUlIwKQ0KPiA+ID4gCSAgICBh
dCBvZmZzZXQgMHgwQkY4Lg0KPiA+ID4NCj4gPiA+IAkgICAgVGFibGUgb2YgY29ycmVzcG9uZGVu
Y2VzIGJldHdlZW4gSVBCUlIwIHZhbHVlcyBhbmQgZXhhbXBsZQ0KPiA+ID4gCSAgICBjaGlwczoN
Cj4gPiA+IAkJVmFsdWUgICAgICAgICAgIERldmljZQ0KPiA+ID4gCQktLS0tLS0tLS0tLSAgICAg
LS0tLS0tLQ0KPiA+ID4gCQkweDAxOTAwMTAyICAgICAgVDEwNDANCj4gPg0KPiA+IEkgd2lsbCB1
cGRhdGUgaXQgaW4gbmV4dCB2ZXJzaW9uLg0KPiA+DQo+ID4gPg0KPiA+ID4gPiArLSByZWcgOiBh
ZGRyZXNzIHJhbmdlIG9mIFRNVSByZWdpc3RlcnMuDQo+ID4gPiA+ICstIGludGVycnVwdHMgOiBz
aG91bGQgY29udGFpbiB0aGUgaW50ZXJydXB0IGZvciBUTVUuDQo+ID4gPg0KPiA+ID4gcy9zaG91
bGQgY29udGFpbi9jb250YWlucy8NCj4gPg0KPiA+IFRoYW5rcyBmb3IgdGhlIGNvcnJlY3Rpb24u
DQo+ID4NCj4gPiA+DQo+ID4gPiA+ICstIGNhbGlicmF0aW9uIDogY2FsaWJyYXRpb24gdGFibGUg
Zm9yIFRNVS4NCj4gPiA+DQo+ID4gPiBXaGF0IGlzIHRoZSBmb3JtYXQgb2YgdGhlIGNhbGlicmF0
aW9uIHRhYmxlLCBhbmQgd2hlcmUgZG9lcyBvbmUgZ2V0DQo+ID4gPiB0aGUgZGF0YT8NCj4gPg0K
PiA+IFRoZXJlIGFyZSBmb3VyIGNhbGlicmF0aW9uIGNvbmZpZyByYW5nZSwgZm9yIGVhY2ggcmFu
Z2Ugd2UgZ290IGENCj4gPiBjb3VwbGUgb2YgcGFpcnMgZm9ybWF0dGVkIGxpa2UgPFRUQ0ZHUiwg
VFNDRkdSPiBhdCBvZmZzZXQgb2YgPDB4MDA4MCwNCj4gMHgwMDg0Pi4NCj4gDQo+IFRoZSBiaW5k
aW5nIGRvY3VtZW50IG5lZWRzIHRvIGV4cGxhaW4gdGhpcywgaW4gbW9yZSBkZXRhaWwsIGFzIHdl
bGwgYXMNCj4gaG93IG9uZSBkZXRlcm1pbmVzIHRoZSBkYXRhLg0KDQpSaWdodCwgSSB3aWxsIGFk
ZCBkZXRhaWxzLg0KDQo+IA0KPiBJcyB0aGlzIGNvbmZpZ3VyYXRpb24gb3IgaGFyZHdhcmUgZGVz
Y3JpcHRpb24/DQoNClRvIG15IHVuZGVyc3RhbmRpbmcgdGhpcyBpcyBraW5kIG9mIGhhcmR3YXJl
IGRlc2NyaXB0aW9uLg0KVGhlIGNhbGlicmF0aW9uIGRhdGEgaXMgdmFyeSB3aXRoIGRpZmZlcmVu
dCBTb0NzLg0KVGhlc2UgZGF0YSBpcyBwcm92aWRlZCBieSBoYXJkd2FyZSB2ZXJpZmljYXRpb24g
dGVhbS4NCg0KLUhvbmd0YW8NCg0KPiANCj4gLVNjb3R0DQo+IA0KDQo=

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

end of thread, other threads:[~2015-04-13  2:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31  6:17 [PATCH] QorIQ/TMU: add TMU node to device tree for QorIQ T104x Jia Hongtao
2015-03-31  6:17 ` Jia Hongtao
     [not found] ` <1427782669-20368-1-git-send-email-hongtao.jia-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-04-10  3:55   ` Scott Wood
2015-04-10  3:55     ` Scott Wood
     [not found]     ` <1428638140.22867.583.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-04-10  6:23       ` Hongtao Jia
2015-04-10  6:23         ` Hongtao Jia
     [not found]         ` <BLUPR03MB14924B9EBBD1C5635B0487DE1FA0-GeMU99Gfrrs/d2CkLcLUf+O6mTEJWrR4XA4E9RH9d+qIuWR1G4zioA@public.gmane.org>
2015-04-10 22:40           ` Scott Wood
2015-04-10 22:40             ` Scott Wood
     [not found]             ` <1428705646.22867.601.camel-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2015-04-13  2:25               ` Hongtao Jia
2015-04-13  2:25                 ` Hongtao Jia

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.