All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add CMT support for R-Car H3/M3-N/E3
@ 2019-04-05  5:44 Cao Van Dong
  2019-04-05  5:44 ` [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes Cao Van Dong
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Cao Van Dong @ 2019-04-05  5:44 UTC (permalink / raw)
  To: broonie, geert+renesas, horms+renesas, devicetree
  Cc: yoshihiro.shimoda.uh, kuninori.morimoto.gx, linux-renesas-soc,
	h-inayoshi, nv-dung, na-hoan

This series adds CMT{0|1|2|3} device nodes for r8a7795/r8a77965/r8a77990 SoCs.
Based on the renesas-drivers-2019-04-02-v5.1-rc3 tag of renesas-drivers tree.

Cao Van Dong (4):
  arm64: dts: renesas: r8a7795: Add CMT device nodes
  arm64: dts: renesas: r8a77965: Add CMT device nodes
  arm64: dts: renesas: r8a77990: Add CMT device nodes
  dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support

 .../devicetree/bindings/timer/renesas,cmt.txt      |  6 ++
 arch/arm64/boot/dts/renesas/r8a7795.dtsi           | 70 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77965.dtsi          | 70 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          | 70 ++++++++++++++++++++++
 4 files changed, 216 insertions(+)

-- 
2.7.4

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

* [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes
  2019-04-05  5:44 [PATCH 0/4] Add CMT support for R-Car H3/M3-N/E3 Cao Van Dong
@ 2019-04-05  5:44 ` Cao Van Dong
  2019-04-05  8:17   ` Simon Horman
  2019-04-30 14:24   ` Geert Uytterhoeven
  2019-04-05  5:44 ` [PATCH 2/4] arm64: dts: renesas: r8a77965: " Cao Van Dong
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 15+ messages in thread
From: Cao Van Dong @ 2019-04-05  5:44 UTC (permalink / raw)
  To: broonie, geert+renesas, horms+renesas, devicetree
  Cc: yoshihiro.shimoda.uh, kuninori.morimoto.gx, linux-renesas-soc,
	h-inayoshi, nv-dung, na-hoan

This patch adds CMT{0|1|2|3} device nodes for r8a7795 SoC.

Tested-by: Cao Van Dong <cv-dong@jinso.co.jp>
Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
---
 arch/arm64/boot/dts/renesas/r8a7795.dtsi | 70 ++++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
index 55472b2..097538c 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
@@ -462,6 +462,76 @@
 			reg = <0 0xe6060000 0 0x50c>;
 		};
 
+		cmt0: timer@e60f0000 {
+			compatible = "renesas,r8a7795-cmt0",
+				     "renesas,rcar-gen3-cmt0";
+			reg = <0 0xe60f0000 0 0x1004>;
+			interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 303>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
+			resets = <&cpg 303>;
+			status = "disabled";
+		};
+
+		cmt1: timer@e6130000 {
+			compatible = "renesas,r8a7795-cmt1",
+				     "renesas,rcar-gen3-cmt1";
+			reg = <0 0xe6130000 0 0x1004>;
+			interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 302>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
+			resets = <&cpg 302>;
+			status = "disabled";
+		};
+
+		cmt2: timer@e6140000 {
+			compatible = "renesas,r8a7795-cmt1",
+				     "renesas,rcar-gen3-cmt1";
+			reg = <0 0xe6140000 0 0x1004>;
+			interrupts = <GIC_SPI 398 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 399 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 401 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 403 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 301>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
+			resets = <&cpg 301>;
+			status = "disabled";
+		};
+
+		cmt3: timer@e6148000 {
+			compatible = "renesas,r8a7795-cmt1",
+				     "renesas,rcar-gen3-cmt1";
+			reg = <0 0xe6148000 0 0x1004>;
+			interrupts = <GIC_SPI 470 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 471 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 472 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 475 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 476 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 477 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 300>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
+			resets = <&cpg 300>;
+			status = "disabled";
+		};
+
 		cpg: clock-controller@e6150000 {
 			compatible = "renesas,r8a7795-cpg-mssr";
 			reg = <0 0xe6150000 0 0x1000>;
-- 
2.7.4

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

* [PATCH 2/4] arm64: dts: renesas: r8a77965: Add CMT device nodes
  2019-04-05  5:44 [PATCH 0/4] Add CMT support for R-Car H3/M3-N/E3 Cao Van Dong
  2019-04-05  5:44 ` [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes Cao Van Dong
@ 2019-04-05  5:44 ` Cao Van Dong
  2019-04-30 14:25   ` Geert Uytterhoeven
  2019-04-05  5:44 ` [PATCH 3/4] arm64: dts: renesas: r8a77990: " Cao Van Dong
  2019-04-05  5:44 ` [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support Cao Van Dong
  3 siblings, 1 reply; 15+ messages in thread
From: Cao Van Dong @ 2019-04-05  5:44 UTC (permalink / raw)
  To: broonie, geert+renesas, horms+renesas, devicetree
  Cc: yoshihiro.shimoda.uh, kuninori.morimoto.gx, linux-renesas-soc,
	h-inayoshi, nv-dung, na-hoan

This patch adds CMT{0|1|2|3} device nodes for r8a77965 SoC.

Tested-by: Cao Van Dong <cv-dong@jinso.co.jp>
Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
---
 arch/arm64/boot/dts/renesas/r8a77965.dtsi | 70 +++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
index d8b8172..4a64463 100644
--- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
@@ -317,6 +317,76 @@
 			reg = <0 0xe6060000 0 0x50c>;
 		};
 
+		cmt0: timer@e60f0000 {
+			compatible = "renesas,r8a77965-cmt0",
+				     "renesas,rcar-gen3-cmt0";
+			reg = <0 0xe60f0000 0 0x1004>;
+			interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 303>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
+			resets = <&cpg 303>;
+			status = "disabled";
+		};
+
+		cmt1: timer@e6130000 {
+			compatible = "renesas,r8a77965-cmt1",
+				     "renesas,rcar-gen3-cmt1";
+			reg = <0 0xe6130000 0 0x1004>;
+			interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 302>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
+			resets = <&cpg 302>;
+			status = "disabled";
+		};
+
+		cmt2: timer@e6140000 {
+			compatible = "renesas,r8a77965-cmt1",
+				     "renesas,rcar-gen3-cmt1";
+			reg = <0 0xe6140000 0 0x1004>;
+			interrupts = <GIC_SPI 398 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 399 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 401 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 403 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 301>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
+			resets = <&cpg 301>;
+			status = "disabled";
+		};
+
+		cmt3: timer@e6148000 {
+			compatible = "renesas,r8a77965-cmt1",
+				     "renesas,rcar-gen3-cmt1";
+			reg = <0 0xe6148000 0 0x1004>;
+			interrupts = <GIC_SPI 470 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 471 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 472 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 475 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 476 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 477 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 300>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
+			resets = <&cpg 300>;
+			status = "disabled";
+		};
+
 		cpg: clock-controller@e6150000 {
 			compatible = "renesas,r8a77965-cpg-mssr";
 			reg = <0 0xe6150000 0 0x1000>;
-- 
2.7.4

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

* [PATCH 3/4] arm64: dts: renesas: r8a77990: Add CMT device nodes
  2019-04-05  5:44 [PATCH 0/4] Add CMT support for R-Car H3/M3-N/E3 Cao Van Dong
  2019-04-05  5:44 ` [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes Cao Van Dong
  2019-04-05  5:44 ` [PATCH 2/4] arm64: dts: renesas: r8a77965: " Cao Van Dong
@ 2019-04-05  5:44 ` Cao Van Dong
  2019-04-30 14:26   ` Geert Uytterhoeven
  2019-04-05  5:44 ` [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support Cao Van Dong
  3 siblings, 1 reply; 15+ messages in thread
From: Cao Van Dong @ 2019-04-05  5:44 UTC (permalink / raw)
  To: broonie, geert+renesas, horms+renesas, devicetree
  Cc: yoshihiro.shimoda.uh, kuninori.morimoto.gx, linux-renesas-soc,
	h-inayoshi, nv-dung, na-hoan

This patch adds CMT{0|1|2|3} device nodes for r8a77990 SoC.

Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
---
 arch/arm64/boot/dts/renesas/r8a77990.dtsi | 70 +++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
index 960eb13..7cf5963 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
@@ -284,6 +284,76 @@
 			status = "disabled";
 		};
 
+		cmt0: timer@e60f0000 {
+			compatible = "renesas,r8a77990-cmt0",
+				     "renesas,rcar-gen3-cmt0";
+			reg = <0 0xe60f0000 0 0x1004>;
+			interrupts = <GIC_SPI 142 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 143 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 303>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
+			resets = <&cpg 303>;
+			status = "disabled";
+		};
+
+		cmt1: timer@e6130000 {
+			compatible = "renesas,r8a77990-cmt1",
+				     "renesas,rcar-gen3-cmt1";
+			reg = <0 0xe6130000 0 0x1004>;
+			interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 122 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 124 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 125 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 126 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 127 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 302>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
+			resets = <&cpg 302>;
+			status = "disabled";
+		};
+
+		cmt2: timer@e6140000 {
+			compatible = "renesas,r8a77990-cmt1",
+				     "renesas,rcar-gen3-cmt1";
+			reg = <0 0xe6140000 0 0x1004>;
+			interrupts = <GIC_SPI 398 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 399 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 400 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 401 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 402 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 403 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 404 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 405 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 301>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
+			resets = <&cpg 301>;
+			status = "disabled";
+		};
+
+		cmt3: timer@e6148000 {
+			compatible = "renesas,r8a77990-cmt1",
+				     "renesas,rcar-gen3-cmt1";
+			reg = <0 0xe6148000 0 0x1004>;
+			interrupts = <GIC_SPI 470 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 471 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 472 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 475 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 476 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 477 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 300>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A77990_PD_ALWAYS_ON>;
+			resets = <&cpg 300>;
+			status = "disabled";
+		};
+
 		cpg: clock-controller@e6150000 {
 			compatible = "renesas,r8a77990-cpg-mssr";
 			reg = <0 0xe6150000 0 0x1000>;
-- 
2.7.4

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

* [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support
  2019-04-05  5:44 [PATCH 0/4] Add CMT support for R-Car H3/M3-N/E3 Cao Van Dong
                   ` (2 preceding siblings ...)
  2019-04-05  5:44 ` [PATCH 3/4] arm64: dts: renesas: r8a77990: " Cao Van Dong
@ 2019-04-05  5:44 ` Cao Van Dong
  2019-04-05  8:03   ` Simon Horman
                     ` (2 more replies)
  3 siblings, 3 replies; 15+ messages in thread
From: Cao Van Dong @ 2019-04-05  5:44 UTC (permalink / raw)
  To: broonie, geert+renesas, horms+renesas, devicetree
  Cc: yoshihiro.shimoda.uh, kuninori.morimoto.gx, linux-renesas-soc,
	h-inayoshi, nv-dung, na-hoan

Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs.

Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
---
 Documentation/devicetree/bindings/timer/renesas,cmt.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
index c059445..c5220bc 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
@@ -42,12 +42,18 @@ Required Properties:
     - "renesas,r8a7793-cmt1" for the 48-bit CMT1 device included in r8a7793.
     - "renesas,r8a7794-cmt0" for the 32-bit CMT0 device included in r8a7794.
     - "renesas,r8a7794-cmt1" for the 48-bit CMT1 device included in r8a7794.
+    - "renesas,r8a7795-cmt0" for the 32-bit CMT0 device included in r8a7795.
+    - "renesas,r8a7795-cmt1" for the 48-bit CMT1 device included in r8a7795.
     - "renesas,r8a7796-cmt0" for the 32-bit CMT0 device included in r8a7796.
     - "renesas,r8a7796-cmt1" for the 48-bit CMT1 device included in r8a7796.
+    - "renesas,r8a77965-cmt0" for the 32-bit CMT0 device included in r8a77965.
+    - "renesas,r8a77965-cmt1" for the 48-bit CMT1 device included in r8a77965.
     - "renesas,r8a77970-cmt0" for the 32-bit CMT0 device included in r8a77970.
     - "renesas,r8a77970-cmt1" for the 48-bit CMT1 device included in r8a77970.
     - "renesas,r8a77980-cmt0" for the 32-bit CMT0 device included in r8a77980.
     - "renesas,r8a77980-cmt1" for the 48-bit CMT1 device included in r8a77980.
+    - "renesas,r8a77990-cmt0" for the 32-bit CMT0 device included in r8a77990.
+    - "renesas,r8a77990-cmt1" for the 48-bit CMT1 device included in r8a77990.
 
     - "renesas,rcar-gen2-cmt0" for 32-bit CMT0 devices included in R-Car Gen2
 		and RZ/G1.
-- 
2.7.4

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

* Re: [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support
  2019-04-05  5:44 ` [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support Cao Van Dong
@ 2019-04-05  8:03   ` Simon Horman
  2019-04-10  9:23     ` Simon Horman
  2019-04-29 17:27   ` Rob Herring
  2019-04-30 14:26   ` Geert Uytterhoeven
  2 siblings, 1 reply; 15+ messages in thread
From: Simon Horman @ 2019-04-05  8:03 UTC (permalink / raw)
  To: Cao Van Dong
  Cc: broonie, geert+renesas, devicetree, yoshihiro.shimoda.uh,
	kuninori.morimoto.gx, linux-renesas-soc, h-inayoshi, nv-dung,
	na-hoan

On Fri, Apr 05, 2019 at 02:44:09PM +0900, Cao Van Dong wrote:
> Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs.
> 
> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>

Thanks,

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes
  2019-04-05  5:44 ` [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes Cao Van Dong
@ 2019-04-05  8:17   ` Simon Horman
  2019-04-05  9:02     ` Cao Van Dong
  2019-04-30 14:24   ` Geert Uytterhoeven
  1 sibling, 1 reply; 15+ messages in thread
From: Simon Horman @ 2019-04-05  8:17 UTC (permalink / raw)
  To: Cao Van Dong
  Cc: broonie, geert+renesas, devicetree, yoshihiro.shimoda.uh,
	kuninori.morimoto.gx, linux-renesas-soc, h-inayoshi, nv-dung,
	na-hoan

On Fri, Apr 05, 2019 at 02:44:06PM +0900, Cao Van Dong wrote:
> This patch adds CMT{0|1|2|3} device nodes for r8a7795 SoC.
> 
> Tested-by: Cao Van Dong <cv-dong@jinso.co.jp>
> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>

Thanks,

This looks fine to me but I will wait to see if there are other reviews
before applying.

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

I am, however, curious to know how you tested this.

Likewise for patches 2/4 and 3/4.

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

* Re: [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes
  2019-04-05  8:17   ` Simon Horman
@ 2019-04-05  9:02     ` Cao Van Dong
  2019-04-10  9:22       ` Simon Horman
  0 siblings, 1 reply; 15+ messages in thread
From: Cao Van Dong @ 2019-04-05  9:02 UTC (permalink / raw)
  To: Simon Horman
  Cc: broonie, geert+renesas, devicetree, yoshihiro.shimoda.uh,
	kuninori.morimoto.gx, linux-renesas-soc, h-inayoshi, nv-dung,
	na-hoan

Dear Simon-san,

On 2019/04/05 17:17, Simon Horman wrote:
> On Fri, Apr 05, 2019 at 02:44:06PM +0900, Cao Van Dong wrote:
>> This patch adds CMT{0|1|2|3} device nodes for r8a7795 SoC.
>>
>> Tested-by: Cao Van Dong <cv-dong@jinso.co.jp>
>> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
> Thanks,
>
> This looks fine to me but I will wait to see if there are other reviews
> before applying.
>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Thanks you for review!
> I am, however, curious to know how you tested this.
>
> Likewise for patches 2/4 and 3/4.
Always thanks for your curious!
After booting, I checked the existence of the device and the device 
interrupt.

Thanks you,
Dong

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

* Re: [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes
  2019-04-05  9:02     ` Cao Van Dong
@ 2019-04-10  9:22       ` Simon Horman
  0 siblings, 0 replies; 15+ messages in thread
From: Simon Horman @ 2019-04-10  9:22 UTC (permalink / raw)
  To: Cao Van Dong
  Cc: broonie, geert+renesas, devicetree, yoshihiro.shimoda.uh,
	kuninori.morimoto.gx, linux-renesas-soc, h-inayoshi, nv-dung,
	na-hoan

On Fri, Apr 05, 2019 at 06:02:30PM +0900, Cao Van Dong wrote:
> Dear Simon-san,
> 
> On 2019/04/05 17:17, Simon Horman wrote:
> > On Fri, Apr 05, 2019 at 02:44:06PM +0900, Cao Van Dong wrote:
> > > This patch adds CMT{0|1|2|3} device nodes for r8a7795 SoC.
> > > 
> > > Tested-by: Cao Van Dong <cv-dong@jinso.co.jp>
> > > Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
> > Thanks,
> > 
> > This looks fine to me but I will wait to see if there are other reviews
> > before applying.
> > 
> > Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> Thanks you for review!
> > I am, however, curious to know how you tested this.
> > 
> > Likewise for patches 2/4 and 3/4.
> Always thanks for your curious!
> After booting, I checked the existence of the device and the device
> interrupt.

Thanks,

I have applied patches 1/4, 2/4 and 3/4 for inclusion in v5.2.

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

* Re: [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support
  2019-04-05  8:03   ` Simon Horman
@ 2019-04-10  9:23     ` Simon Horman
  0 siblings, 0 replies; 15+ messages in thread
From: Simon Horman @ 2019-04-10  9:23 UTC (permalink / raw)
  To: Cao Van Dong
  Cc: broonie, geert+renesas, devicetree, yoshihiro.shimoda.uh,
	kuninori.morimoto.gx, linux-renesas-soc, h-inayoshi, nv-dung,
	na-hoan

On Fri, Apr 05, 2019 at 10:03:43AM +0200, Simon Horman wrote:
> On Fri, Apr 05, 2019 at 02:44:09PM +0900, Cao Van Dong wrote:
> > Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs.
> > 
> > Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
> 
> Thanks,
> 
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

I think this patch should be reposted with the following recipients
included:

Daniel Lezcano <daniel.lezcano@linaro.org>
Thomas Gleixner <tglx@linutronix.de>
Rob Herring <robh+dt@kernel.org>
Mark Rutland <mark.rutland@arm.com>
devicetree@vger.kernel.org

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

* Re: [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support
  2019-04-05  5:44 ` [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support Cao Van Dong
  2019-04-05  8:03   ` Simon Horman
@ 2019-04-29 17:27   ` Rob Herring
  2019-04-30 14:26   ` Geert Uytterhoeven
  2 siblings, 0 replies; 15+ messages in thread
From: Rob Herring @ 2019-04-29 17:27 UTC (permalink / raw)
  To: Cao Van Dong
  Cc: broonie, geert+renesas, horms+renesas, devicetree,
	yoshihiro.shimoda.uh, kuninori.morimoto.gx, linux-renesas-soc,
	h-inayoshi, nv-dung, na-hoan

On Fri,  5 Apr 2019 14:44:09 +0900, Cao Van Dong wrote:
> Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs.
> 
> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>
> ---
>  Documentation/devicetree/bindings/timer/renesas,cmt.txt | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes
  2019-04-05  5:44 ` [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes Cao Van Dong
  2019-04-05  8:17   ` Simon Horman
@ 2019-04-30 14:24   ` Geert Uytterhoeven
  1 sibling, 0 replies; 15+ messages in thread
From: Geert Uytterhoeven @ 2019-04-30 14:24 UTC (permalink / raw)
  To: Cao Van Dong
  Cc: Mark Brown, Geert Uytterhoeven, Simon Horman,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Yoshihiro Shimoda, Kuninori Morimoto, Linux-Renesas,
	稲吉, Dung:人ソ,
	Hoan Nguyen An

On Fri, Apr 5, 2019 at 7:44 AM Cao Van Dong <cv-dong@jinso.co.jp> wrote:
> This patch adds CMT{0|1|2|3} device nodes for r8a7795 SoC.
>
> Tested-by: Cao Van Dong <cv-dong@jinso.co.jp>
> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 2/4] arm64: dts: renesas: r8a77965: Add CMT device nodes
  2019-04-05  5:44 ` [PATCH 2/4] arm64: dts: renesas: r8a77965: " Cao Van Dong
@ 2019-04-30 14:25   ` Geert Uytterhoeven
  0 siblings, 0 replies; 15+ messages in thread
From: Geert Uytterhoeven @ 2019-04-30 14:25 UTC (permalink / raw)
  To: Cao Van Dong
  Cc: Mark Brown, Simon Horman,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Yoshihiro Shimoda, Kuninori Morimoto, Linux-Renesas,
	稲吉, Dung:人ソ,
	Hoan Nguyen An

On Fri, Apr 5, 2019 at 7:44 AM Cao Van Dong <cv-dong@jinso.co.jp> wrote:
> This patch adds CMT{0|1|2|3} device nodes for r8a77965 SoC.
>
> Tested-by: Cao Van Dong <cv-dong@jinso.co.jp>
> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 3/4] arm64: dts: renesas: r8a77990: Add CMT device nodes
  2019-04-05  5:44 ` [PATCH 3/4] arm64: dts: renesas: r8a77990: " Cao Van Dong
@ 2019-04-30 14:26   ` Geert Uytterhoeven
  0 siblings, 0 replies; 15+ messages in thread
From: Geert Uytterhoeven @ 2019-04-30 14:26 UTC (permalink / raw)
  To: Cao Van Dong
  Cc: Mark Brown, Simon Horman,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Yoshihiro Shimoda, Kuninori Morimoto, Linux-Renesas,
	稲吉, Dung:人ソ,
	Hoan Nguyen An

On Fri, Apr 5, 2019 at 7:44 AM Cao Van Dong <cv-dong@jinso.co.jp> wrote:
> This patch adds CMT{0|1|2|3} device nodes for r8a77990 SoC.
>
> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support
  2019-04-05  5:44 ` [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support Cao Van Dong
  2019-04-05  8:03   ` Simon Horman
  2019-04-29 17:27   ` Rob Herring
@ 2019-04-30 14:26   ` Geert Uytterhoeven
  2 siblings, 0 replies; 15+ messages in thread
From: Geert Uytterhoeven @ 2019-04-30 14:26 UTC (permalink / raw)
  To: Cao Van Dong
  Cc: Mark Brown, Geert Uytterhoeven, Simon Horman,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Yoshihiro Shimoda, Kuninori Morimoto, Linux-Renesas,
	稲吉, Dung:人ソ,
	Hoan Nguyen An

On Fri, Apr 5, 2019 at 7:44 AM Cao Van Dong <cv-dong@jinso.co.jp> wrote:
> Document SoC specific bindings for R-Car H3/M3-N/E3 SoCs.
>
> Signed-off-by: Cao Van Dong <cv-dong@jinso.co.jp>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2019-04-30 14:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05  5:44 [PATCH 0/4] Add CMT support for R-Car H3/M3-N/E3 Cao Van Dong
2019-04-05  5:44 ` [PATCH 1/4] arm64: dts: renesas: r8a7795: Add CMT device nodes Cao Van Dong
2019-04-05  8:17   ` Simon Horman
2019-04-05  9:02     ` Cao Van Dong
2019-04-10  9:22       ` Simon Horman
2019-04-30 14:24   ` Geert Uytterhoeven
2019-04-05  5:44 ` [PATCH 2/4] arm64: dts: renesas: r8a77965: " Cao Van Dong
2019-04-30 14:25   ` Geert Uytterhoeven
2019-04-05  5:44 ` [PATCH 3/4] arm64: dts: renesas: r8a77990: " Cao Van Dong
2019-04-30 14:26   ` Geert Uytterhoeven
2019-04-05  5:44 ` [PATCH 4/4] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support Cao Van Dong
2019-04-05  8:03   ` Simon Horman
2019-04-10  9:23     ` Simon Horman
2019-04-29 17:27   ` Rob Herring
2019-04-30 14:26   ` Geert Uytterhoeven

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.