public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
@ 2026-02-03 10:45 Biju
  2026-02-04 11:06 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Biju @ 2026-02-03 10:45 UTC (permalink / raw)
  To: Lad Prabhakar, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm
  Cc: Biju Das, netdev, linux-renesas-soc, devicetree, linux-kernel,
	Biju Das

From: Biju Das <biju.das.jz@bp.renesas.com>

As per the RZ/G3L Hardware manual, CPG_CLKON_ETH register bits{12,13} are
to control the RMII{tx, rx} clocks. Document the rmii{tx.rx} clocks for
RZ/G3L SoC.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
---
 .../devicetree/bindings/net/renesas,rzv2h-gbeth.yaml      | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml b/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
index fb60f745a1ff..2125b5ddf73d 100644
--- a/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
@@ -58,6 +58,8 @@ properties:
           - description: TX clock phase-shifted by 180 degrees
           - description: RX clock phase-shifted by 180 degrees
           - description: RMII clock
+          - description: RMII TX clock
+          - description: RMII RX clock
 
         minItems: 7
 
@@ -77,6 +79,8 @@ properties:
           - const: tx-180
           - const: rx-180
           - const: rmii
+          - const: rmii_tx
+          - const: rmii_rx
 
         minItems: 7
 
@@ -170,10 +174,10 @@ allOf:
     then:
       properties:
         clocks:
-          minItems: 8
+          minItems: 10
 
         clock-names:
-          minItems: 8
+          minItems: 10
 
         interrupts:
           minItems: 15
-- 
2.43.0


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

* Re: [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
  2026-02-03 10:45 [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks Biju
@ 2026-02-04 11:06 ` Geert Uytterhoeven
  2026-02-04 11:49   ` Biju Das
  2026-02-04 18:01 ` Conor Dooley
  2026-02-05  2:50 ` patchwork-bot+netdevbpf
  2 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2026-02-04 11:06 UTC (permalink / raw)
  To: Biju
  Cc: Lad Prabhakar, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, Biju Das, netdev,
	linux-renesas-soc, devicetree, linux-kernel

Hi Biju,

On Tue, 3 Feb 2026 at 11:45, Biju <biju.das.au@gmail.com> wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
>
> As per the RZ/G3L Hardware manual, CPG_CLKON_ETH register bits{12,13} are
> to control the RMII{tx, rx} clocks. Document the rmii{tx.rx} clocks for
> RZ/G3L SoC.
>
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>

Doesn't this need a Fixes-tag?

Fixes: 3ac2aa31b489eb4e ("dt-bindings: net: renesas,rzv2h-gbeth:
Document Renesas RZ/G3L SoC")

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

* RE: [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
  2026-02-04 11:06 ` Geert Uytterhoeven
@ 2026-02-04 11:49   ` Biju Das
  0 siblings, 0 replies; 7+ messages in thread
From: Biju Das @ 2026-02-04 11:49 UTC (permalink / raw)
  To: geert, biju.das.au
  Cc: Prabhakar Mahadev Lad, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, magnus.damm,
	netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org

Hi Geert,

Thanks for the feeback.

> -----Original Message-----
> From: Geert Uytterhoeven <geert@linux-m68k.org>
> Sent: 04 February 2026 11:06
> Subject: Re: [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L
> RMII{tx,rx} clocks
> 
> Hi Biju,
> 
> On Tue, 3 Feb 2026 at 11:45, Biju <biju.das.au@gmail.com> wrote:
> > From: Biju Das <biju.das.jz@bp.renesas.com>
> >
> > As per the RZ/G3L Hardware manual, CPG_CLKON_ETH register bits{12,13}
> > are to control the RMII{tx, rx} clocks. Document the rmii{tx.rx}
> > clocks for RZ/G3L SoC.
> >
> > Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> 
> Doesn't this need a Fixes-tag?

I haven't added it, because there is no user.
OK, I will add the same in v2,
Fixing the typo in description "Document the rmii{tx.rx}"->"Document the RMII{tx, rx}"

Cheers,
Biju
> 
> Fixes: 3ac2aa31b489eb4e ("dt-bindings: net: renesas,rzv2h-gbeth:
> Document Renesas RZ/G3L SoC")

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

* Re: [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
  2026-02-03 10:45 [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks Biju
  2026-02-04 11:06 ` Geert Uytterhoeven
@ 2026-02-04 18:01 ` Conor Dooley
  2026-02-04 18:02   ` Conor Dooley
  2026-02-05  2:50 ` patchwork-bot+netdevbpf
  2 siblings, 1 reply; 7+ messages in thread
From: Conor Dooley @ 2026-02-04 18:01 UTC (permalink / raw)
  To: Biju
  Cc: Lad Prabhakar, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, Biju Das, netdev,
	linux-renesas-soc, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 76 bytes --]

Acked-by: Conor Dooley <conor.dooley@microchip.com>

pw-bot: not-applicable

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
  2026-02-04 18:01 ` Conor Dooley
@ 2026-02-04 18:02   ` Conor Dooley
  2026-02-05  2:38     ` Jakub Kicinski
  0 siblings, 1 reply; 7+ messages in thread
From: Conor Dooley @ 2026-02-04 18:02 UTC (permalink / raw)
  To: Biju
  Cc: Lad Prabhakar, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Geert Uytterhoeven, Magnus Damm, Biju Das, netdev,
	linux-renesas-soc, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

On Wed, Feb 04, 2026 at 06:01:33PM +0000, Conor Dooley wrote:
> Acked-by: Conor Dooley <conor.dooley@microchip.com>
> 
> pw-bot: not-applicable

Aw shit, this is a netdev patch.
If I have screwed up the state, hopefully someone can fix it?


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
  2026-02-04 18:02   ` Conor Dooley
@ 2026-02-05  2:38     ` Jakub Kicinski
  0 siblings, 0 replies; 7+ messages in thread
From: Jakub Kicinski @ 2026-02-05  2:38 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Biju, Lad Prabhakar, Andrew Lunn, David S. Miller, Eric Dumazet,
	Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Geert Uytterhoeven, Magnus Damm, Biju Das, netdev,
	linux-renesas-soc, devicetree, linux-kernel

On Wed, 4 Feb 2026 18:02:50 +0000 Conor Dooley wrote:
> On Wed, Feb 04, 2026 at 06:01:33PM +0000, Conor Dooley wrote:
> > Acked-by: Conor Dooley <conor.dooley@microchip.com>
> > 
> > pw-bot: not-applicable  
> 
> Aw shit, this is a netdev patch.
> If I have screwed up the state, hopefully someone can fix it?

Ugh, looks like I didn't implement the logic to ignore "+dt"
in emails right, cause the cmd didn't even work :/

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

* Re: [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
  2026-02-03 10:45 [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks Biju
  2026-02-04 11:06 ` Geert Uytterhoeven
  2026-02-04 18:01 ` Conor Dooley
@ 2026-02-05  2:50 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-02-05  2:50 UTC (permalink / raw)
  To: Biju
  Cc: prabhakar.mahadev-lad.rj, andrew+netdev, davem, edumazet, kuba,
	pabeni, robh, krzk+dt, conor+dt, geert+renesas, magnus.damm,
	biju.das.jz, netdev, linux-renesas-soc, devicetree, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  3 Feb 2026 10:45:38 +0000 you wrote:
> From: Biju Das <biju.das.jz@bp.renesas.com>
> 
> As per the RZ/G3L Hardware manual, CPG_CLKON_ETH register bits{12,13} are
> to control the RMII{tx, rx} clocks. Document the rmii{tx.rx} clocks for
> RZ/G3L SoC.
> 
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> 
> [...]

Here is the summary with links:
  - [net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks
    https://git.kernel.org/netdev/net-next/c/d2adcbdae5f6

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2026-02-05  2:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 10:45 [PATCH net-next] dt-bindings: net: renesas,rzv2h-gbeth: Document Renesas RZ/G3L RMII{tx,rx} clocks Biju
2026-02-04 11:06 ` Geert Uytterhoeven
2026-02-04 11:49   ` Biju Das
2026-02-04 18:01 ` Conor Dooley
2026-02-04 18:02   ` Conor Dooley
2026-02-05  2:38     ` Jakub Kicinski
2026-02-05  2:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox