linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
@ 2019-02-04  9:20 Biju Das
  2019-02-04  9:20 ` [PATCH v2 1/5] dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support Biju Das
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Biju Das @ 2019-02-04  9:20 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Daniel Lezcano, Thomas Gleixner, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.

This patch series is tested against renesas-dev and linux-next.

-----
V1 -->V2 Incoporated Geert's review comment for TMU clock

Biju Das (5):
  dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support
  arm64: dts: renesas: r8a774c0: Add CMT device nodes
  clk: renesas: r8a774c0: Add TMU clock
  dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings
  arm64: dts: renesas: r8a774c0: Add TMU device nodes

 .../devicetree/bindings/timer/renesas,cmt.txt      |   2 +
 .../devicetree/bindings/timer/renesas,tmu.txt      |   1 +
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          | 135 +++++++++++++++++++++
 drivers/clk/renesas/r8a774c0-cpg-mssr.c            |   5 +
 4 files changed, 143 insertions(+)

-- 
2.7.4


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

* [PATCH v2 1/5] dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support
  2019-02-04  9:20 [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Biju Das
@ 2019-02-04  9:20 ` Biju Das
  2019-02-05 14:56   ` Simon Horman
  2019-02-04  9:20 ` [PATCH v2 2/5] arm64: dts: renesas: r8a774c0: Add CMT device nodes Biju Das
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 15+ messages in thread
From: Biju Das @ 2019-02-04  9:20 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Daniel Lezcano, Thomas Gleixner, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

Document SoC specific bindings for RZ/G2E (r8a774c0) SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
V1-->V2 No change
---
 Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
index 862a80f..c059445 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
@@ -32,6 +32,8 @@ Required Properties:
     - "renesas,r8a77470-cmt1" for the 48-bit CMT1 device included in r8a77470.
     - "renesas,r8a774a1-cmt0" for the 32-bit CMT0 device included in r8a774a1.
     - "renesas,r8a774a1-cmt1" for the 48-bit CMT1 device included in r8a774a1.
+    - "renesas,r8a774c0-cmt0" for the 32-bit CMT0 device included in r8a774c0.
+    - "renesas,r8a774c0-cmt1" for the 48-bit CMT1 device included in r8a774c0.
     - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.
     - "renesas,r8a7790-cmt1" for the 48-bit CMT1 device included in r8a7790.
     - "renesas,r8a7791-cmt0" for the 32-bit CMT0 device included in r8a7791.
-- 
2.7.4


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

* [PATCH v2 2/5] arm64: dts: renesas: r8a774c0: Add CMT device nodes
  2019-02-04  9:20 [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Biju Das
  2019-02-04  9:20 ` [PATCH v2 1/5] dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support Biju Das
@ 2019-02-04  9:20 ` Biju Das
  2019-02-05 15:01   ` Simon Horman
  2019-02-04  9:20 ` [PATCH v2 3/5] clk: renesas: r8a774c0: Add TMU clock Biju Das
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 15+ messages in thread
From: Biju Das @ 2019-02-04  9:20 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Simon Horman, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

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

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
V1-->V2 No change
---
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 70 +++++++++++++++++++++++++++++++
 1 file changed, 70 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
index f2e390f7..bb31585 100644
--- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
@@ -234,6 +234,76 @@
 			reg = <0 0xe6060000 0 0x508>;
 		};
 
+		cmt0: timer@e60f0000 {
+			compatible = "renesas,r8a774c0-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 R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 303>;
+			status = "disabled";
+		};
+
+		cmt1: timer@e6130000 {
+			compatible = "renesas,r8a774c0-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 R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 302>;
+			status = "disabled";
+		};
+
+		cmt2: timer@e6140000 {
+			compatible = "renesas,r8a774c0-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 R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 301>;
+			status = "disabled";
+		};
+
+		cmt3: timer@e6148000 {
+			compatible = "renesas,r8a774c0-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 R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 300>;
+			status = "disabled";
+		};
+
 		cpg: clock-controller@e6150000 {
 			compatible = "renesas,r8a774c0-cpg-mssr";
 			reg = <0 0xe6150000 0 0x1000>;
-- 
2.7.4


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

* [PATCH v2 3/5] clk: renesas: r8a774c0: Add TMU clock
  2019-02-04  9:20 [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Biju Das
  2019-02-04  9:20 ` [PATCH v2 1/5] dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support Biju Das
  2019-02-04  9:20 ` [PATCH v2 2/5] arm64: dts: renesas: r8a774c0: Add CMT device nodes Biju Das
@ 2019-02-04  9:20 ` Biju Das
  2019-02-05  8:22   ` Geert Uytterhoeven
  2019-02-04  9:20 ` [PATCH v2 4/5] dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings Biju Das
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 15+ messages in thread
From: Biju Das @ 2019-02-04  9:20 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Biju Das, Geert Uytterhoeven, linux-renesas-soc, linux-clk,
	Simon Horman, Chris Paterson, Fabrizio Castro

This patch adds TMU clock to the R8A774C0 SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
V1-->V2 Incorporated Geert's review comment.
---
 drivers/clk/renesas/r8a774c0-cpg-mssr.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/clk/renesas/r8a774c0-cpg-mssr.c b/drivers/clk/renesas/r8a774c0-cpg-mssr.c
index 4f3111b..aeadb4d 100644
--- a/drivers/clk/renesas/r8a774c0-cpg-mssr.c
+++ b/drivers/clk/renesas/r8a774c0-cpg-mssr.c
@@ -122,6 +122,11 @@ static const struct cpg_core_clk r8a774c0_core_clks[] __initconst = {
 };
 
 static const struct mssr_mod_clk r8a774c0_mod_clks[] __initconst = {
+	DEF_MOD("tmu4",			 121,	R8A774C0_CLK_S0D6C),
+	DEF_MOD("tmu3",			 122,	R8A774C0_CLK_S3D2C),
+	DEF_MOD("tmu2",			 123,	R8A774C0_CLK_S3D2C),
+	DEF_MOD("tmu1",			 124,	R8A774C0_CLK_S3D2C),
+	DEF_MOD("tmu0",			 125,	R8A774C0_CLK_CP),
 	DEF_MOD("scif5",		 202,	R8A774C0_CLK_S3D4C),
 	DEF_MOD("scif4",		 203,	R8A774C0_CLK_S3D4C),
 	DEF_MOD("scif3",		 204,	R8A774C0_CLK_S3D4C),
-- 
2.7.4


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

* [PATCH v2 4/5] dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings
  2019-02-04  9:20 [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Biju Das
                   ` (2 preceding siblings ...)
  2019-02-04  9:20 ` [PATCH v2 3/5] clk: renesas: r8a774c0: Add TMU clock Biju Das
@ 2019-02-04  9:20 ` Biju Das
  2019-02-05 15:04   ` Simon Horman
  2019-02-04  9:20 ` [PATCH v2 5/5] arm64: dts: renesas: r8a774c0: Add TMU device nodes Biju Das
  2019-02-12 10:03 ` [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Daniel Lezcano
  5 siblings, 1 reply; 15+ messages in thread
From: Biju Das @ 2019-02-04  9:20 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Daniel Lezcano, Thomas Gleixner, devicetree,
	Simon Horman, Geert Uytterhoeven, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

Document RZ/G2E (R8A774C0) SoC in the Renesas TMU bindings.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
V1-->V2 No change
---
 Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
index 4ddff85..13ad074 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
@@ -10,6 +10,7 @@ Required Properties:
 
   - compatible: must contain one or more of the following:
     - "renesas,tmu-r8a7740" for the r8a7740 TMU
+    - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
     - "renesas,tmu-r8a7778" for the r8a7778 TMU
     - "renesas,tmu-r8a7779" for the r8a7779 TMU
     - "renesas,tmu-r8a77970" for the r8a77970 TMU
-- 
2.7.4


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

* [PATCH v2 5/5] arm64: dts: renesas: r8a774c0: Add TMU device nodes
  2019-02-04  9:20 [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Biju Das
                   ` (3 preceding siblings ...)
  2019-02-04  9:20 ` [PATCH v2 4/5] dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings Biju Das
@ 2019-02-04  9:20 ` Biju Das
  2019-02-05 15:06   ` Simon Horman
  2019-02-12 10:03 ` [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Daniel Lezcano
  5 siblings, 1 reply; 15+ messages in thread
From: Biju Das @ 2019-02-04  9:20 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Simon Horman, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

This patch adds TMU{0|1|2|3|4} device nodes for r8a774c0 SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
V1-->V2 No change
---
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 65 +++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
index bb31585..1f72f76 100644
--- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
@@ -353,6 +353,71 @@
 			resets = <&cpg 407>;
 		};
 
+		tmu0: timer@e61e0000 {
+			compatible = "renesas,tmu-r8a774c0", "renesas,tmu";
+			reg = <0 0xe61e0000 0 0x30>;
+			interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 125>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 125>;
+			status = "disabled";
+		};
+
+		tmu1: timer@e6fc0000 {
+			compatible = "renesas,tmu-r8a774c0", "renesas,tmu";
+			reg = <0 0xe6fc0000 0 0x30>;
+			interrupts = <GIC_SPI 128 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 129 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 130 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 124>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 124>;
+			status = "disabled";
+		};
+
+		tmu2: timer@e6fd0000 {
+			compatible = "renesas,tmu-r8a774c0", "renesas,tmu";
+			reg = <0 0xe6fd0000 0 0x30>;
+			interrupts = <GIC_SPI 303 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 304 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 305 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 123>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 123>;
+			status = "disabled";
+		};
+
+		tmu3: timer@e6fe0000 {
+			compatible = "renesas,tmu-r8a774c0", "renesas,tmu";
+			reg = <0 0xe6fe0000 0 0x30>;
+			interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 132 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 122>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 122>;
+			status = "disabled";
+		};
+
+		tmu4: timer@ffc00000 {
+			compatible = "renesas,tmu-r8a774c0", "renesas,tmu";
+			reg = <0 0xffc00000 0 0x30>;
+			interrupts = <GIC_SPI 406 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 407 IRQ_TYPE_LEVEL_HIGH>,
+				     <GIC_SPI 408 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&cpg CPG_MOD 121>;
+			clock-names = "fck";
+			power-domains = <&sysc R8A774C0_PD_ALWAYS_ON>;
+			resets = <&cpg 121>;
+			status = "disabled";
+		};
+
 		i2c0: i2c@e6500000 {
 			#address-cells = <1>;
 			#size-cells = <0>;
-- 
2.7.4


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

* Re: [PATCH v2 3/5] clk: renesas: r8a774c0: Add TMU clock
  2019-02-04  9:20 ` [PATCH v2 3/5] clk: renesas: r8a774c0: Add TMU clock Biju Das
@ 2019-02-05  8:22   ` Geert Uytterhoeven
  0 siblings, 0 replies; 15+ messages in thread
From: Geert Uytterhoeven @ 2019-02-05  8:22 UTC (permalink / raw)
  To: Biju Das
  Cc: Michael Turquette, Stephen Boyd, Geert Uytterhoeven,
	Linux-Renesas, linux-clk, Simon Horman, Chris Paterson,
	Fabrizio Castro

Hi Biju,

On Mon, Feb 4, 2019 at 10:25 AM Biju Das <biju.das@bp.renesas.com> wrote:
> This patch adds TMU clock to the R8A774C0 SoC.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
> V1-->V2 Incorporated Geert's review comment.

Thanks for the update!

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in clk-renesas-for-v5.1.

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 v2 1/5] dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support
  2019-02-04  9:20 ` [PATCH v2 1/5] dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support Biju Das
@ 2019-02-05 14:56   ` Simon Horman
  0 siblings, 0 replies; 15+ messages in thread
From: Simon Horman @ 2019-02-05 14:56 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Daniel Lezcano, Thomas Gleixner,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Mon, Feb 04, 2019 at 09:20:03AM +0000, Biju Das wrote:
> Document SoC specific bindings for RZ/G2E (r8a774c0) SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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


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

* Re: [PATCH v2 2/5] arm64: dts: renesas: r8a774c0: Add CMT device nodes
  2019-02-04  9:20 ` [PATCH v2 2/5] arm64: dts: renesas: r8a774c0: Add CMT device nodes Biju Das
@ 2019-02-05 15:01   ` Simon Horman
  0 siblings, 0 replies; 15+ messages in thread
From: Simon Horman @ 2019-02-05 15:01 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

On Mon, Feb 04, 2019 at 09:20:04AM +0000, Biju Das wrote:
> This patch adds CMT{0|1|2|3} device nodes for r8a774c0 SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> V1-->V2 No change

Thanks, applied for v5.1.

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

* Re: [PATCH v2 4/5] dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings
  2019-02-04  9:20 ` [PATCH v2 4/5] dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings Biju Das
@ 2019-02-05 15:04   ` Simon Horman
  0 siblings, 0 replies; 15+ messages in thread
From: Simon Horman @ 2019-02-05 15:04 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Daniel Lezcano, Thomas Gleixner,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Mon, Feb 04, 2019 at 09:20:06AM +0000, Biju Das wrote:
> Document RZ/G2E (R8A774C0) SoC in the Renesas TMU bindings.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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


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

* Re: [PATCH v2 5/5] arm64: dts: renesas: r8a774c0: Add TMU device nodes
  2019-02-04  9:20 ` [PATCH v2 5/5] arm64: dts: renesas: r8a774c0: Add TMU device nodes Biju Das
@ 2019-02-05 15:06   ` Simon Horman
  0 siblings, 0 replies; 15+ messages in thread
From: Simon Horman @ 2019-02-05 15:06 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Magnus Damm, linux-renesas-soc,
	devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro

On Mon, Feb 04, 2019 at 09:20:07AM +0000, Biju Das wrote:
> This patch adds TMU{0|1|2|3|4} device nodes for r8a774c0 SoC.
> 
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> V1-->V2 No change

Thanks, applied for v5.1

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

* Re: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
  2019-02-04  9:20 [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Biju Das
                   ` (4 preceding siblings ...)
  2019-02-04  9:20 ` [PATCH v2 5/5] arm64: dts: renesas: r8a774c0: Add TMU device nodes Biju Das
@ 2019-02-12 10:03 ` Daniel Lezcano
  2019-02-12 10:17   ` Biju Das
  5 siblings, 1 reply; 15+ messages in thread
From: Daniel Lezcano @ 2019-02-12 10:03 UTC (permalink / raw)
  To: Biju Das, Rob Herring, Mark Rutland
  Cc: Thomas Gleixner, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc

On 04/02/2019 10:20, Biju Das wrote:
> This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.
> 
> This patch series is tested against renesas-dev and linux-next.

Do you want me to take the patch 1/5 and 4/5 through my tree ?

> -----
> V1 -->V2 Incoporated Geert's review comment for TMU clock
> 
> Biju Das (5):
>   dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support
>   arm64: dts: renesas: r8a774c0: Add CMT device nodes
>   clk: renesas: r8a774c0: Add TMU clock
>   dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings
>   arm64: dts: renesas: r8a774c0: Add TMU device nodes
> 
>  .../devicetree/bindings/timer/renesas,cmt.txt      |   2 +
>  .../devicetree/bindings/timer/renesas,tmu.txt      |   1 +
>  arch/arm64/boot/dts/renesas/r8a774c0.dtsi          | 135 +++++++++++++++++++++
>  drivers/clk/renesas/r8a774c0-cpg-mssr.c            |   5 +
>  4 files changed, 143 insertions(+)
> 


-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

* RE: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
  2019-02-12 10:03 ` [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Daniel Lezcano
@ 2019-02-12 10:17   ` Biju Das
  2019-02-13  8:44     ` Daniel Lezcano
  0 siblings, 1 reply; 15+ messages in thread
From: Biju Das @ 2019-02-12 10:17 UTC (permalink / raw)
  To: Daniel Lezcano, Rob Herring, Mark Rutland
  Cc: Thomas Gleixner, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc

Hi Daniel,

Thanks  for  the feedback.

> -----Original Message-----
> From: Daniel Lezcano <daniel.lezcano@linaro.org>
> Sent: 12 February 2019 10:03
> To: Biju Das <biju.das@bp.renesas.com>; Rob Herring
> <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>
> Cc: Thomas Gleixner <tglx@linutronix.de>; devicetree@vger.kernel.org;
> Simon Horman <horms@verge.net.au>; Geert Uytterhoeven
> <geert+renesas@glider.be>; Chris Paterson
> <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
> Subject: Re: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
>
> On 04/02/2019 10:20, Biju Das wrote:
> > This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.
> >
> > This patch series is tested against renesas-dev and linux-next.
>
> Do you want me to take the patch 1/5 and 4/5 through my tree ?

Yes, please.

> > -----
> > V1 -->V2 Incoporated Geert's review comment for TMU clock
> >
> > Biju Das (5):
> >   dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support
> >   arm64: dts: renesas: r8a774c0: Add CMT device nodes
> >   clk: renesas: r8a774c0: Add TMU clock
> >   dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings
> >   arm64: dts: renesas: r8a774c0: Add TMU device nodes
> >
> >  .../devicetree/bindings/timer/renesas,cmt.txt      |   2 +
> >  .../devicetree/bindings/timer/renesas,tmu.txt      |   1 +
> >  arch/arm64/boot/dts/renesas/r8a774c0.dtsi          | 135
> +++++++++++++++++++++
> >  drivers/clk/renesas/r8a774c0-cpg-mssr.c            |   5 +
> >  4 files changed, 143 insertions(+)
> >
>
>
> --
>  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
>
> Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
> <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-
> blog/> Blog



Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Michael Hannawald, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647

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

* Re: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
  2019-02-12 10:17   ` Biju Das
@ 2019-02-13  8:44     ` Daniel Lezcano
  2019-02-14 12:46       ` Simon Horman
  0 siblings, 1 reply; 15+ messages in thread
From: Daniel Lezcano @ 2019-02-13  8:44 UTC (permalink / raw)
  To: Biju Das, Rob Herring, Mark Rutland
  Cc: Thomas Gleixner, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc

On 12/02/2019 11:17, Biju Das wrote:
> Hi Daniel,
> 
> Thanks  for  the feedback.
> 
>> -----Original Message-----
>> From: Daniel Lezcano <daniel.lezcano@linaro.org>
>> Sent: 12 February 2019 10:03
>> To: Biju Das <biju.das@bp.renesas.com>; Rob Herring
>> <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>
>> Cc: Thomas Gleixner <tglx@linutronix.de>; devicetree@vger.kernel.org;
>> Simon Horman <horms@verge.net.au>; Geert Uytterhoeven
>> <geert+renesas@glider.be>; Chris Paterson
>> <Chris.Paterson2@renesas.com>; Fabrizio Castro
>> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
>> Subject: Re: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
>>
>> On 04/02/2019 10:20, Biju Das wrote:
>>> This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.
>>>
>>> This patch series is tested against renesas-dev and linux-next.
>>
>> Do you want me to take the patch 1/5 and 4/5 through my tree ?
> 
> Yes, please.
> 

Both applied for 5.1.

Thanks

  -- Daniel




-- 
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


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

* Re: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
  2019-02-13  8:44     ` Daniel Lezcano
@ 2019-02-14 12:46       ` Simon Horman
  0 siblings, 0 replies; 15+ messages in thread
From: Simon Horman @ 2019-02-14 12:46 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Biju Das, Rob Herring, Mark Rutland, Thomas Gleixner, devicetree,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

On Wed, Feb 13, 2019 at 09:44:18AM +0100, Daniel Lezcano wrote:
> On 12/02/2019 11:17, Biju Das wrote:
> > Hi Daniel,
> > 
> > Thanks  for  the feedback.
> > 
> >> -----Original Message-----
> >> From: Daniel Lezcano <daniel.lezcano@linaro.org>
> >> Sent: 12 February 2019 10:03
> >> To: Biju Das <biju.das@bp.renesas.com>; Rob Herring
> >> <robh+dt@kernel.org>; Mark Rutland <mark.rutland@arm.com>
> >> Cc: Thomas Gleixner <tglx@linutronix.de>; devicetree@vger.kernel.org;
> >> Simon Horman <horms@verge.net.au>; Geert Uytterhoeven
> >> <geert+renesas@glider.be>; Chris Paterson
> >> <Chris.Paterson2@renesas.com>; Fabrizio Castro
> >> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
> >> Subject: Re: [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E
> >>
> >> On 04/02/2019 10:20, Biju Das wrote:
> >>> This patch series aims to add CMT/TMU timer support for RZ/G2E SoC.
> >>>
> >>> This patch series is tested against renesas-dev and linux-next.
> >>
> >> Do you want me to take the patch 1/5 and 4/5 through my tree ?
> > 
> > Yes, please.
> > 
> 
> Both applied for 5.1.

Thanks, much appreciated.

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

end of thread, other threads:[~2019-02-14 12:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-04  9:20 [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Biju Das
2019-02-04  9:20 ` [PATCH v2 1/5] dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support Biju Das
2019-02-05 14:56   ` Simon Horman
2019-02-04  9:20 ` [PATCH v2 2/5] arm64: dts: renesas: r8a774c0: Add CMT device nodes Biju Das
2019-02-05 15:01   ` Simon Horman
2019-02-04  9:20 ` [PATCH v2 3/5] clk: renesas: r8a774c0: Add TMU clock Biju Das
2019-02-05  8:22   ` Geert Uytterhoeven
2019-02-04  9:20 ` [PATCH v2 4/5] dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings Biju Das
2019-02-05 15:04   ` Simon Horman
2019-02-04  9:20 ` [PATCH v2 5/5] arm64: dts: renesas: r8a774c0: Add TMU device nodes Biju Das
2019-02-05 15:06   ` Simon Horman
2019-02-12 10:03 ` [PATCH v2 0/5] Add CMT/TMU support for RZ/G2E Daniel Lezcano
2019-02-12 10:17   ` Biju Das
2019-02-13  8:44     ` Daniel Lezcano
2019-02-14 12:46       ` Simon Horman

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