* [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support
2024-07-25 9:55 Oliver Rhodes
@ 2024-07-25 9:55 ` Oliver Rhodes
0 siblings, 0 replies; 20+ messages in thread
From: Oliver Rhodes @ 2024-07-25 9:55 UTC (permalink / raw)
To: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Oliver Rhodes, Geert Uytterhoeven, Magnus Damm, linux-renesas-soc,
linux-gpio, devicetree
Document PFC support for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SoC.
Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
---
v1 resend->v2:
* No change.
v1->v1 resend:
* No change.
---
Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
index 5d84364d1358..cfe004573366 100644
--- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
@@ -25,6 +25,7 @@ properties:
- renesas,pfc-r8a7745 # RZ/G1E
- renesas,pfc-r8a77470 # RZ/G1C
- renesas,pfc-r8a774a1 # RZ/G2M
+ - renesas,pfc-r8a774a3 # RZ/G2M v3.0
- renesas,pfc-r8a774b1 # RZ/G2N
- renesas,pfc-r8a774c0 # RZ/G2E
- renesas,pfc-r8a774e1 # RZ/G2H
--
2.34.1
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH V2 0/6] Document r8a774a3 SoC bindings
@ 2024-07-25 10:05 Oliver Rhodes
2024-07-25 10:05 ` [PATCH V2 1/6] dt-bindings: soc: renesas: Document RZ/G2M v3.0 (r8a774a3) SoC Oliver Rhodes
` (6 more replies)
0 siblings, 7 replies; 20+ messages in thread
From: Oliver Rhodes @ 2024-07-25 10:05 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Oliver Rhodes, Geert Uytterhoeven, Magnus Damm, linux-renesas-soc,
devicetree
Hi all,
This patch series updates the renesas DT bindings documentation for core
components (SoC, SYSC, reset, clk, pinctrl, scif) on the RZ/G2M v3.0 (R8A774A3) SoC.
This SoC is similar to R-CAR M3-W+ (R8A77961) SoC.
v2->v2 resend:
* Updated the patch description for patch #3
v1 resend->v2:
* Added ack from Rob Herring for patches #1 and #2
* Updated the commit descriptions for patches #2 and #3, as suggested by Conor Dooley
v1->v1 resend:
* Fixed the commit header for patch #4.
Oliver Rhodes (6):
dt-bindings: soc: renesas: Document RZ/G2M v3.0 (r8a774a3) SoC
dt-bindings: power: renesas: Document RZ/G2M v3.0 (r8a774a3) SYSC
binding
dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock
dt-bindings: reset: renesas: Document RZ/G2M v3.0 (r8a774a3) reset
module
dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif
dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC
support
.../devicetree/bindings/clock/renesas,cpg-mssr.yaml | 1 +
.../devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 +
.../devicetree/bindings/power/renesas,rcar-sysc.yaml | 1 +
.../devicetree/bindings/reset/renesas,rst.yaml | 1 +
.../devicetree/bindings/serial/renesas,scif.yaml | 1 +
.../devicetree/bindings/soc/renesas/renesas.yaml | 12 ++++++++++++
6 files changed, 17 insertions(+)
--
2.34.1
^ permalink raw reply [flat|nested] 20+ messages in thread
* [PATCH V2 1/6] dt-bindings: soc: renesas: Document RZ/G2M v3.0 (r8a774a3) SoC
2024-07-25 10:05 [PATCH V2 0/6] Document r8a774a3 SoC bindings Oliver Rhodes
@ 2024-07-25 10:05 ` Oliver Rhodes
2024-07-26 15:36 ` Geert Uytterhoeven
2024-07-25 10:05 ` [PATCH V2 2/6] dt-bindings: power: renesas: Document RZ/G2M v3.0 (r8a774a3) SYSC binding Oliver Rhodes
` (5 subsequent siblings)
6 siblings, 1 reply; 20+ messages in thread
From: Oliver Rhodes @ 2024-07-25 10:05 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Oliver Rhodes, Geert Uytterhoeven, Magnus Damm, linux-renesas-soc,
devicetree
Add SoC documentation for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SoC.
Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
---
v2->v2 resend:
* No change.
v1 resend->v2:
* Added ack from Rob Herring.
v1->v1 resend:
* No change.
---
.../devicetree/bindings/soc/renesas/renesas.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
index 09d3ce97efa2..d582992aaf0e 100644
--- a/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
+++ b/Documentation/devicetree/bindings/soc/renesas/renesas.yaml
@@ -127,6 +127,18 @@ properties:
- const: hoperun,hihope-rzg2m
- const: renesas,r8a774a1
+ - description: RZ/G2M v3.0 (R8A774A3)
+ items:
+ - enum:
+ - hoperun,hihope-rzg2m # HopeRun HiHope RZ/G2M platform
+ - const: renesas,r8a774a3
+
+ - items:
+ - enum:
+ - hoperun,hihope-rzg2-ex # HopeRun expansion board for HiHope RZ/G2 platforms
+ - const: hoperun,hihope-rzg2m
+ - const: renesas,r8a774a3
+
- description: RZ/G2N (R8A774B1)
items:
- enum:
--
2.34.1
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH V2 2/6] dt-bindings: power: renesas: Document RZ/G2M v3.0 (r8a774a3) SYSC binding
2024-07-25 10:05 [PATCH V2 0/6] Document r8a774a3 SoC bindings Oliver Rhodes
2024-07-25 10:05 ` [PATCH V2 1/6] dt-bindings: soc: renesas: Document RZ/G2M v3.0 (r8a774a3) SoC Oliver Rhodes
@ 2024-07-25 10:05 ` Oliver Rhodes
2024-07-26 15:37 ` Geert Uytterhoeven
2024-07-25 10:05 ` [PATCH V2 3/6] dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock Oliver Rhodes
` (4 subsequent siblings)
6 siblings, 1 reply; 20+ messages in thread
From: Oliver Rhodes @ 2024-07-25 10:05 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Oliver Rhodes, Geert Uytterhoeven, Magnus Damm, Wolfram Sang,
Niklas Söderlund, Ulf Hansson, Duy Nguyen, devicetree,
linux-renesas-soc
Document bindings for the Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SYSC block.
The RZ/G2M v3.0 SYSC is similar to the RZ/G2M v1.x SYSC however, it lacks
the A2VC power area. To handle this difference, introduce
renesas,r8a774a3-sysc compatible.
Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
---
v2->v2 resend:
* No change.
v1 resend->v2:
* Updated commit description to reflect why fallback is not
applicable here.
* Added ack from Rob Herring.
* Retain the tag since the change is trivial.
v1->v1 resend:
* No change.
---
Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml
index e76fb273490f..347571e2545a 100644
--- a/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml
+++ b/Documentation/devicetree/bindings/power/renesas,rcar-sysc.yaml
@@ -25,6 +25,7 @@ properties:
- renesas,r8a7745-sysc # RZ/G1E
- renesas,r8a77470-sysc # RZ/G1C
- renesas,r8a774a1-sysc # RZ/G2M
+ - renesas,r8a774a3-sysc # RZ/G2M v3.0
- renesas,r8a774b1-sysc # RZ/G2N
- renesas,r8a774c0-sysc # RZ/G2E
- renesas,r8a774e1-sysc # RZ/G2H
--
2.34.1
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH V2 3/6] dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock
2024-07-25 10:05 [PATCH V2 0/6] Document r8a774a3 SoC bindings Oliver Rhodes
2024-07-25 10:05 ` [PATCH V2 1/6] dt-bindings: soc: renesas: Document RZ/G2M v3.0 (r8a774a3) SoC Oliver Rhodes
2024-07-25 10:05 ` [PATCH V2 2/6] dt-bindings: power: renesas: Document RZ/G2M v3.0 (r8a774a3) SYSC binding Oliver Rhodes
@ 2024-07-25 10:05 ` Oliver Rhodes
2024-07-26 15:39 ` Geert Uytterhoeven
2024-07-30 16:04 ` Rob Herring (Arm)
2024-07-25 10:05 ` [PATCH V2 4/6] dt-bindings: reset: renesas: Document RZ/G2M v3.0 (r8a774a3) reset module Oliver Rhodes
` (3 subsequent siblings)
6 siblings, 2 replies; 20+ messages in thread
From: Oliver Rhodes @ 2024-07-25 10:05 UTC (permalink / raw)
To: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: Oliver Rhodes, Geert Uytterhoeven, Magnus Damm, linux-renesas-soc,
linux-clk, devicetree
Add binding documentation for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) Clock
Pulse Generator driver. The r8a774a3 cpg is similar to the r8a774a1 cpg
however, it lacks some modules such as the FCPCI.
Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
---
v2->v2 resend:
* Updated the patch description.
v1 resend->v2:
* Updated the commit description detailing the difference between the
r8a774a3 cpg and the r8a774a1 cpg.
v1->v1 resend:
* No change.
---
Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml
index 084259d30232..77ce3615c65a 100644
--- a/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml
+++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml
@@ -31,6 +31,7 @@ properties:
- renesas,r8a7745-cpg-mssr # RZ/G1E
- renesas,r8a77470-cpg-mssr # RZ/G1C
- renesas,r8a774a1-cpg-mssr # RZ/G2M
+ - renesas,r8a774a3-cpg-mssr # RZ/G2M v3.0
- renesas,r8a774b1-cpg-mssr # RZ/G2N
- renesas,r8a774c0-cpg-mssr # RZ/G2E
- renesas,r8a774e1-cpg-mssr # RZ/G2H
--
2.34.1
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH V2 4/6] dt-bindings: reset: renesas: Document RZ/G2M v3.0 (r8a774a3) reset module
2024-07-25 10:05 [PATCH V2 0/6] Document r8a774a3 SoC bindings Oliver Rhodes
` (2 preceding siblings ...)
2024-07-25 10:05 ` [PATCH V2 3/6] dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock Oliver Rhodes
@ 2024-07-25 10:05 ` Oliver Rhodes
2024-07-26 15:39 ` Geert Uytterhoeven
2024-07-25 10:05 ` [PATCH V2 5/6] dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif Oliver Rhodes
` (2 subsequent siblings)
6 siblings, 1 reply; 20+ messages in thread
From: Oliver Rhodes @ 2024-07-25 10:05 UTC (permalink / raw)
To: Philipp Zabel, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Oliver Rhodes, Geert Uytterhoeven, Magnus Damm, devicetree,
linux-renesas-soc
Document bindings for the Renesas RZ/G2M v3.0 (a.k.a r8a774a3) reset
module.
Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
---
v2->v2 resend:
* No change.
v1 resend->v2:
* No change.
v1->v1 resend:
* Fixed the commit header.
---
Documentation/devicetree/bindings/reset/renesas,rst.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/reset/renesas,rst.yaml b/Documentation/devicetree/bindings/reset/renesas,rst.yaml
index 58b4a45d3380..7a81491379b0 100644
--- a/Documentation/devicetree/bindings/reset/renesas,rst.yaml
+++ b/Documentation/devicetree/bindings/reset/renesas,rst.yaml
@@ -29,6 +29,7 @@ properties:
- renesas,r8a7745-rst # RZ/G1E
- renesas,r8a77470-rst # RZ/G1C
- renesas,r8a774a1-rst # RZ/G2M
+ - renesas,r8a774a3-rst # RZ/G2M v3.0
- renesas,r8a774b1-rst # RZ/G2N
- renesas,r8a774c0-rst # RZ/G2E
- renesas,r8a774e1-rst # RZ/G2H
--
2.34.1
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH V2 5/6] dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif
2024-07-25 10:05 [PATCH V2 0/6] Document r8a774a3 SoC bindings Oliver Rhodes
` (3 preceding siblings ...)
2024-07-25 10:05 ` [PATCH V2 4/6] dt-bindings: reset: renesas: Document RZ/G2M v3.0 (r8a774a3) reset module Oliver Rhodes
@ 2024-07-25 10:05 ` Oliver Rhodes
2024-07-26 15:40 ` Geert Uytterhoeven
2024-07-30 16:04 ` Rob Herring (Arm)
2024-07-25 10:05 ` [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support Oliver Rhodes
2024-07-25 15:00 ` [PATCH V2 0/6] Document r8a774a3 SoC bindings Krzysztof Kozlowski
6 siblings, 2 replies; 20+ messages in thread
From: Oliver Rhodes @ 2024-07-25 10:05 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Oliver Rhodes, Greg Kroah-Hartman, Jiri Slaby, Geert Uytterhoeven,
Magnus Damm, linux-serial, devicetree, linux-renesas-soc
Document scif bindings for the Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SoC.
Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
---
v2->v2 resend:
* No change.
v1 resend->v2:
* No change.
v1->v1 resend:
* No change.
---
Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/serial/renesas,scif.yaml b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
index afc7c05898a1..51d9fb0f4763 100644
--- a/Documentation/devicetree/bindings/serial/renesas,scif.yaml
+++ b/Documentation/devicetree/bindings/serial/renesas,scif.yaml
@@ -46,6 +46,7 @@ properties:
- items:
- enum:
- renesas,scif-r8a774a1 # RZ/G2M
+ - renesas,scif-r8a774a3 # RZ/G2M v3.0
- renesas,scif-r8a774b1 # RZ/G2N
- renesas,scif-r8a774c0 # RZ/G2E
- renesas,scif-r8a774e1 # RZ/G2H
--
2.34.1
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support
2024-07-25 10:05 [PATCH V2 0/6] Document r8a774a3 SoC bindings Oliver Rhodes
` (4 preceding siblings ...)
2024-07-25 10:05 ` [PATCH V2 5/6] dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif Oliver Rhodes
@ 2024-07-25 10:05 ` Oliver Rhodes
2024-07-26 15:40 ` Geert Uytterhoeven
2024-07-30 16:04 ` Rob Herring (Arm)
2024-07-25 15:00 ` [PATCH V2 0/6] Document r8a774a3 SoC bindings Krzysztof Kozlowski
6 siblings, 2 replies; 20+ messages in thread
From: Oliver Rhodes @ 2024-07-25 10:05 UTC (permalink / raw)
To: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Oliver Rhodes, Geert Uytterhoeven, Magnus Damm, linux-renesas-soc,
linux-gpio, devicetree
Document PFC support for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SoC.
Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
---
v2->v2 resend:
* No change.
v1 resend->v2:
* No change.
v1->v1 resend:
* No change.
---
Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
index 5d84364d1358..cfe004573366 100644
--- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
@@ -25,6 +25,7 @@ properties:
- renesas,pfc-r8a7745 # RZ/G1E
- renesas,pfc-r8a77470 # RZ/G1C
- renesas,pfc-r8a774a1 # RZ/G2M
+ - renesas,pfc-r8a774a3 # RZ/G2M v3.0
- renesas,pfc-r8a774b1 # RZ/G2N
- renesas,pfc-r8a774c0 # RZ/G2E
- renesas,pfc-r8a774e1 # RZ/G2H
--
2.34.1
^ permalink raw reply related [flat|nested] 20+ messages in thread
* Re: [PATCH V2 0/6] Document r8a774a3 SoC bindings
2024-07-25 10:05 [PATCH V2 0/6] Document r8a774a3 SoC bindings Oliver Rhodes
` (5 preceding siblings ...)
2024-07-25 10:05 ` [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support Oliver Rhodes
@ 2024-07-25 15:00 ` Krzysztof Kozlowski
2024-07-25 15:21 ` Oliver Rhodes
6 siblings, 1 reply; 20+ messages in thread
From: Krzysztof Kozlowski @ 2024-07-25 15:00 UTC (permalink / raw)
To: Oliver Rhodes, Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Geert Uytterhoeven, Magnus Damm, linux-renesas-soc, devicetree
On 25/07/2024 12:05, Oliver Rhodes wrote:
> Hi all,
>
> This patch series updates the renesas DT bindings documentation for core
> components (SoC, SYSC, reset, clk, pinctrl, scif) on the RZ/G2M v3.0 (R8A774A3) SoC.
> This SoC is similar to R-CAR M3-W+ (R8A77961) SoC.
>
> v2->v2 resend:
> * Updated the patch description for patch #3
So it is a v3? Otherwise which v2 tools will pick up?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 20+ messages in thread
* RE: [PATCH V2 0/6] Document r8a774a3 SoC bindings
2024-07-25 15:00 ` [PATCH V2 0/6] Document r8a774a3 SoC bindings Krzysztof Kozlowski
@ 2024-07-25 15:21 ` Oliver Rhodes
2024-07-25 15:54 ` Geert Uytterhoeven
0 siblings, 1 reply; 20+ messages in thread
From: Oliver Rhodes @ 2024-07-25 15:21 UTC (permalink / raw)
To: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: Geert Uytterhoeven, Magnus Damm,
linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org
Hi Krzysztof,
Thank you for your comment.
> -----Original Message-----
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Thursday, July 25, 2024 4:01 PM
> Subject: Re: [PATCH V2 0/6] Document r8a774a3 SoC bindings
>
> On 25/07/2024 12:05, Oliver Rhodes wrote:
> > Hi all,
> >
> > This patch series updates the renesas DT bindings documentation for
> > core components (SoC, SYSC, reset, clk, pinctrl, scif) on the RZ/G2M v3.0
> (R8A774A3) SoC.
> > This SoC is similar to R-CAR M3-W+ (R8A77961) SoC.
> >
> > v2->v2 resend:
> > * Updated the patch description for patch #3
>
> So it is a v3? Otherwise which v2 tools will pick up?
The reason for this patch series is that there was a typo in the
change history for patch #3.
This is supposed to be "v2 resend" but by mistake I sent this as "v2".
Shall I send this patch series as "v3"?
I apologise for the noise and the inconvenience I have caused.
I will take greater care next time.
Thank you,
Oliver
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PATCH V2 0/6] Document r8a774a3 SoC bindings
2024-07-25 15:21 ` Oliver Rhodes
@ 2024-07-25 15:54 ` Geert Uytterhoeven
0 siblings, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2024-07-25 15:54 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Geert Uytterhoeven, Magnus Damm,
linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org
Hi Oliver,
On Thu, Jul 25, 2024 at 5:22 PM Oliver Rhodes
<oliver.rhodes.aj@renesas.com> wrote:
> > -----Original Message-----
> > From: Krzysztof Kozlowski <krzk@kernel.org>
> > Sent: Thursday, July 25, 2024 4:01 PM
> > Subject: Re: [PATCH V2 0/6] Document r8a774a3 SoC bindings
> >
> > On 25/07/2024 12:05, Oliver Rhodes wrote:
> > > This patch series updates the renesas DT bindings documentation for
> > > core components (SoC, SYSC, reset, clk, pinctrl, scif) on the RZ/G2M v3.0
> > (R8A774A3) SoC.
> > > This SoC is similar to R-CAR M3-W+ (R8A77961) SoC.
> > >
> > > v2->v2 resend:
> > > * Updated the patch description for patch #3
> >
> > So it is a v3? Otherwise which v2 tools will pick up?
> The reason for this patch series is that there was a typo in the
> change history for patch #3.
> This is supposed to be "v2 resend" but by mistake I sent this as "v2".
> Shall I send this patch series as "v3"?
Apparently b4 can distinguish fine between the original and the resend,
so for now there is no hard reason to send a v3.
> I apologise for the noise and the inconvenience I have caused.
> I will take greater care next time.
Thanks!
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] 20+ messages in thread
* Re: [PATCH V2 1/6] dt-bindings: soc: renesas: Document RZ/G2M v3.0 (r8a774a3) SoC
2024-07-25 10:05 ` [PATCH V2 1/6] dt-bindings: soc: renesas: Document RZ/G2M v3.0 (r8a774a3) SoC Oliver Rhodes
@ 2024-07-26 15:36 ` Geert Uytterhoeven
0 siblings, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2024-07-26 15:36 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Magnus Damm,
linux-renesas-soc, devicetree
On Thu, Jul 25, 2024 at 12:05 PM Oliver Rhodes
<oliver.rhodes.aj@renesas.com> wrote:
> Add SoC documentation for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SoC.
>
> Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
> Acked-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> v2->v2 resend:
> * No change.
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.12.
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] 20+ messages in thread
* Re: [PATCH V2 2/6] dt-bindings: power: renesas: Document RZ/G2M v3.0 (r8a774a3) SYSC binding
2024-07-25 10:05 ` [PATCH V2 2/6] dt-bindings: power: renesas: Document RZ/G2M v3.0 (r8a774a3) SYSC binding Oliver Rhodes
@ 2024-07-26 15:37 ` Geert Uytterhoeven
0 siblings, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2024-07-26 15:37 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Magnus Damm,
Wolfram Sang, Niklas Söderlund, Ulf Hansson, Duy Nguyen,
devicetree, linux-renesas-soc
On Thu, Jul 25, 2024 at 12:05 PM Oliver Rhodes
<oliver.rhodes.aj@renesas.com> wrote:
> Document bindings for the Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SYSC block.
> The RZ/G2M v3.0 SYSC is similar to the RZ/G2M v1.x SYSC however, it lacks
> the A2VC power area. To handle this difference, introduce
> renesas,r8a774a3-sysc compatible.
>
> Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
> Acked-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> v2->v2 resend:
> * No change.
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.12.
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] 20+ messages in thread
* Re: [PATCH V2 3/6] dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock
2024-07-25 10:05 ` [PATCH V2 3/6] dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock Oliver Rhodes
@ 2024-07-26 15:39 ` Geert Uytterhoeven
2024-07-30 16:04 ` Rob Herring (Arm)
1 sibling, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2024-07-26 15:39 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Magnus Damm, linux-renesas-soc, linux-clk,
devicetree
On Thu, Jul 25, 2024 at 12:06 PM Oliver Rhodes
<oliver.rhodes.aj@renesas.com> wrote:
> Add binding documentation for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) Clock
> Pulse Generator driver. The r8a774a3 cpg is similar to the r8a774a1 cpg
> however, it lacks some modules such as the FCPCI.
>
> Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
> ---
> v2->v2 resend:
> * Updated the patch description.
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-clk for v6.12.
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] 20+ messages in thread
* Re: [PATCH V2 4/6] dt-bindings: reset: renesas: Document RZ/G2M v3.0 (r8a774a3) reset module
2024-07-25 10:05 ` [PATCH V2 4/6] dt-bindings: reset: renesas: Document RZ/G2M v3.0 (r8a774a3) reset module Oliver Rhodes
@ 2024-07-26 15:39 ` Geert Uytterhoeven
0 siblings, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2024-07-26 15:39 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Philipp Zabel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Magnus Damm, devicetree, linux-renesas-soc
On Thu, Jul 25, 2024 at 12:06 PM Oliver Rhodes
<oliver.rhodes.aj@renesas.com> wrote:
> Document bindings for the Renesas RZ/G2M v3.0 (a.k.a r8a774a3) reset
> module.
>
> Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
> ---
> v2->v2 resend:
> * No change.
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.12.
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] 20+ messages in thread
* Re: [PATCH V2 5/6] dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif
2024-07-25 10:05 ` [PATCH V2 5/6] dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif Oliver Rhodes
@ 2024-07-26 15:40 ` Geert Uytterhoeven
2024-07-30 16:04 ` Rob Herring (Arm)
1 sibling, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2024-07-26 15:40 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Greg Kroah-Hartman, Jiri Slaby, Magnus Damm, linux-serial,
devicetree, linux-renesas-soc
On Thu, Jul 25, 2024 at 12:06 PM Oliver Rhodes
<oliver.rhodes.aj@renesas.com> wrote:
> Document scif bindings for the Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SoC.
>
> Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
> ---
> v2->v2 resend:
> * No change.
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] 20+ messages in thread
* Re: [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support
2024-07-25 10:05 ` [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support Oliver Rhodes
@ 2024-07-26 15:40 ` Geert Uytterhoeven
2024-07-30 16:04 ` Rob Herring (Arm)
1 sibling, 0 replies; 20+ messages in thread
From: Geert Uytterhoeven @ 2024-07-26 15:40 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Magnus Damm, linux-renesas-soc, linux-gpio, devicetree
On Thu, Jul 25, 2024 at 12:06 PM Oliver Rhodes
<oliver.rhodes.aj@renesas.com> wrote:
> Document PFC support for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SoC.
>
> Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
> ---
> v2->v2 resend:
> * No change.
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-pinctrl for v6.12.
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] 20+ messages in thread
* Re: [PATCH V2 3/6] dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock
2024-07-25 10:05 ` [PATCH V2 3/6] dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock Oliver Rhodes
2024-07-26 15:39 ` Geert Uytterhoeven
@ 2024-07-30 16:04 ` Rob Herring (Arm)
1 sibling, 0 replies; 20+ messages in thread
From: Rob Herring (Arm) @ 2024-07-30 16:04 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Geert Uytterhoeven, linux-renesas-soc, devicetree,
Michael Turquette, Krzysztof Kozlowski, linux-clk, Stephen Boyd,
Conor Dooley, Magnus Damm
On Thu, 25 Jul 2024 11:05:31 +0100, Oliver Rhodes wrote:
> Add binding documentation for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) Clock
> Pulse Generator driver. The r8a774a3 cpg is similar to the r8a774a1 cpg
> however, it lacks some modules such as the FCPCI.
>
> Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
> ---
> v2->v2 resend:
> * Updated the patch description.
> v1 resend->v2:
> * Updated the commit description detailing the difference between the
> r8a774a3 cpg and the r8a774a1 cpg.
> v1->v1 resend:
> * No change.
> ---
> Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PATCH V2 5/6] dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif
2024-07-25 10:05 ` [PATCH V2 5/6] dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif Oliver Rhodes
2024-07-26 15:40 ` Geert Uytterhoeven
@ 2024-07-30 16:04 ` Rob Herring (Arm)
1 sibling, 0 replies; 20+ messages in thread
From: Rob Herring (Arm) @ 2024-07-30 16:04 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Magnus Damm, Krzysztof Kozlowski, devicetree, Greg Kroah-Hartman,
linux-serial, linux-renesas-soc, Jiri Slaby, Conor Dooley,
Geert Uytterhoeven
On Thu, 25 Jul 2024 11:05:33 +0100, Oliver Rhodes wrote:
> Document scif bindings for the Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SoC.
>
> Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
> ---
> v2->v2 resend:
> * No change.
> v1 resend->v2:
> * No change.
> v1->v1 resend:
> * No change.
> ---
> Documentation/devicetree/bindings/serial/renesas,scif.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support
2024-07-25 10:05 ` [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support Oliver Rhodes
2024-07-26 15:40 ` Geert Uytterhoeven
@ 2024-07-30 16:04 ` Rob Herring (Arm)
1 sibling, 0 replies; 20+ messages in thread
From: Rob Herring (Arm) @ 2024-07-30 16:04 UTC (permalink / raw)
To: Oliver Rhodes
Cc: Linus Walleij, linux-gpio, Krzysztof Kozlowski, Magnus Damm,
devicetree, Geert Uytterhoeven, linux-renesas-soc, Conor Dooley
On Thu, 25 Jul 2024 11:05:34 +0100, Oliver Rhodes wrote:
> Document PFC support for Renesas RZ/G2M v3.0 (a.k.a r8a774a3) SoC.
>
> Signed-off-by: Oliver Rhodes <oliver.rhodes.aj@renesas.com>
> ---
> v2->v2 resend:
> * No change.
> v1 resend->v2:
> * No change.
> v1->v1 resend:
> * No change.
> ---
> Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2024-07-30 16:04 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-25 10:05 [PATCH V2 0/6] Document r8a774a3 SoC bindings Oliver Rhodes
2024-07-25 10:05 ` [PATCH V2 1/6] dt-bindings: soc: renesas: Document RZ/G2M v3.0 (r8a774a3) SoC Oliver Rhodes
2024-07-26 15:36 ` Geert Uytterhoeven
2024-07-25 10:05 ` [PATCH V2 2/6] dt-bindings: power: renesas: Document RZ/G2M v3.0 (r8a774a3) SYSC binding Oliver Rhodes
2024-07-26 15:37 ` Geert Uytterhoeven
2024-07-25 10:05 ` [PATCH V2 3/6] dt-bindings: clock: renesas: Document RZ/G2M v3.0 (r8a774a3) clock Oliver Rhodes
2024-07-26 15:39 ` Geert Uytterhoeven
2024-07-30 16:04 ` Rob Herring (Arm)
2024-07-25 10:05 ` [PATCH V2 4/6] dt-bindings: reset: renesas: Document RZ/G2M v3.0 (r8a774a3) reset module Oliver Rhodes
2024-07-26 15:39 ` Geert Uytterhoeven
2024-07-25 10:05 ` [PATCH V2 5/6] dt-bindings: serial: renesas: Document RZ/G2M v3.0 (r8a774a3) scif Oliver Rhodes
2024-07-26 15:40 ` Geert Uytterhoeven
2024-07-30 16:04 ` Rob Herring (Arm)
2024-07-25 10:05 ` [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support Oliver Rhodes
2024-07-26 15:40 ` Geert Uytterhoeven
2024-07-30 16:04 ` Rob Herring (Arm)
2024-07-25 15:00 ` [PATCH V2 0/6] Document r8a774a3 SoC bindings Krzysztof Kozlowski
2024-07-25 15:21 ` Oliver Rhodes
2024-07-25 15:54 ` Geert Uytterhoeven
-- strict thread matches above, loose matches on Subject: below --
2024-07-25 9:55 Oliver Rhodes
2024-07-25 9:55 ` [PATCH V2 6/6] dt-bindings: pinctrl: renesas: Document RZ/G2M v3.0 (r8a774a3) PFC support Oliver Rhodes
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).