* [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
@ 2024-11-13 22:57 Rob Herring (Arm)
2024-11-14 10:44 ` Geert Uytterhoeven
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Rob Herring (Arm) @ 2024-11-13 22:57 UTC (permalink / raw)
To: Sergey Shtylyov, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Krzysztof Kozlowski, Conor Dooley,
Geert Uytterhoeven, Magnus Damm, Sergei Shtylyov
Cc: netdev, linux-renesas-soc, devicetree, linux-kernel
"micrel,led-mode" is not yet documented by a schema. It's irrelevant to
the example, so just drop it.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
Documentation/devicetree/bindings/net/renesas,ether.yaml | 1 -
1 file changed, 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/renesas,ether.yaml b/Documentation/devicetree/bindings/net/renesas,ether.yaml
index 29355ab98569..ced1471c6484 100644
--- a/Documentation/devicetree/bindings/net/renesas,ether.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,ether.yaml
@@ -123,7 +123,6 @@ examples:
reg = <1>;
interrupt-parent = <&irqc0>;
interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
- micrel,led-mode = <1>;
reset-gpios = <&gpio5 31 GPIO_ACTIVE_LOW>;
};
};
--
2.45.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
2024-11-13 22:57 [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode" Rob Herring (Arm)
@ 2024-11-14 10:44 ` Geert Uytterhoeven
2024-11-14 19:39 ` Sergey Shtylyov
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2024-11-14 10:44 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Sergey Shtylyov, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Krzysztof Kozlowski, Conor Dooley,
Geert Uytterhoeven, Magnus Damm, Sergei Shtylyov, netdev,
linux-renesas-soc, devicetree, linux-kernel
Hi Rob,
On Wed, Nov 13, 2024 at 11:58 PM Rob Herring (Arm) <robh@kernel.org> wrote:
> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to
Not anymore ;-)
https://lore.kernel.org/943cb31d01d0da3a63911326e24fbf9b328f7206.1731580776.git.geert+renesas@glider.be
> the example, so just drop it.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Regardless
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] 6+ messages in thread
* Re: [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
2024-11-13 22:57 [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode" Rob Herring (Arm)
2024-11-14 10:44 ` Geert Uytterhoeven
@ 2024-11-14 19:39 ` Sergey Shtylyov
2024-11-14 19:57 ` Conor Dooley
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Sergey Shtylyov @ 2024-11-14 19:39 UTC (permalink / raw)
To: Rob Herring (Arm), David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Krzysztof Kozlowski, Conor Dooley,
Geert Uytterhoeven, Magnus Damm, Sergei Shtylyov
Cc: netdev, linux-renesas-soc, devicetree, linux-kernel
On 11/14/24 1:57 AM, Rob Herring (Arm) wrote:
> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to
It's documented by Documentation/devicetree/bindings/net/micrel.txt...
Do you mean this one should be converted to .yaml?
> the example, so just drop it.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/net/renesas,ether.yaml | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/renesas,ether.yaml b/Documentation/devicetree/bindings/net/renesas,ether.yaml
> index 29355ab98569..ced1471c6484 100644
> --- a/Documentation/devicetree/bindings/net/renesas,ether.yaml
> +++ b/Documentation/devicetree/bindings/net/renesas,ether.yaml
> @@ -123,7 +123,6 @@ examples:
> reg = <1>;
> interrupt-parent = <&irqc0>;
> interrupts = <0 IRQ_TYPE_LEVEL_LOW>;
> - micrel,led-mode = <1>;
> reset-gpios = <&gpio5 31 GPIO_ACTIVE_LOW>;
> };
> };
MBR, Sergey
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
2024-11-13 22:57 [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode" Rob Herring (Arm)
2024-11-14 10:44 ` Geert Uytterhoeven
2024-11-14 19:39 ` Sergey Shtylyov
@ 2024-11-14 19:57 ` Conor Dooley
2024-11-18 20:19 ` Rob Herring
2024-11-19 2:50 ` patchwork-bot+netdevbpf
4 siblings, 0 replies; 6+ messages in thread
From: Conor Dooley @ 2024-11-14 19:57 UTC (permalink / raw)
To: Rob Herring (Arm)
Cc: Sergey Shtylyov, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Krzysztof Kozlowski, Conor Dooley,
Geert Uytterhoeven, Magnus Damm, Sergei Shtylyov, netdev,
linux-renesas-soc, devicetree, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
On Wed, Nov 13, 2024 at 04:57:42PM -0600, Rob Herring (Arm) wrote:
> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to
> the example, so just drop it.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
2024-11-13 22:57 [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode" Rob Herring (Arm)
` (2 preceding siblings ...)
2024-11-14 19:57 ` Conor Dooley
@ 2024-11-18 20:19 ` Rob Herring
2024-11-19 2:50 ` patchwork-bot+netdevbpf
4 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2024-11-18 20:19 UTC (permalink / raw)
To: Sergey Shtylyov, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Krzysztof Kozlowski, Conor Dooley,
Geert Uytterhoeven, Magnus Damm, Sergei Shtylyov
Cc: netdev, linux-renesas-soc, devicetree, linux-kernel
On Wed, Nov 13, 2024 at 4:58 PM Rob Herring (Arm) <robh@kernel.org> wrote:
>
> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to
> the example, so just drop it.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/net/renesas,ether.yaml | 1 -
> 1 file changed, 1 deletion(-)
I see this is marked rejected in PW. While there was some discussion,
there aren't any objections to it. While micrel.txt binding is being
converted now, there are some issues (with it and phy bindings in
general). Keeping this property in this example will eventually
require some changes to it. What phy is connected to this ethernet
controller is beyond the scope of this binding, so having a specific
phy is not necessary.
Rob
pw-bot: new
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
2024-11-13 22:57 [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode" Rob Herring (Arm)
` (3 preceding siblings ...)
2024-11-18 20:19 ` Rob Herring
@ 2024-11-19 2:50 ` patchwork-bot+netdevbpf
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-11-19 2:50 UTC (permalink / raw)
To: Rob Herring
Cc: s.shtylyov, davem, edumazet, kuba, pabeni, krzk+dt, conor+dt,
geert+renesas, magnus.damm, sergei.shtylyov, 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 Wed, 13 Nov 2024 16:57:42 -0600 you wrote:
> "micrel,led-mode" is not yet documented by a schema. It's irrelevant to
> the example, so just drop it.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
> Documentation/devicetree/bindings/net/renesas,ether.yaml | 1 -
> 1 file changed, 1 deletion(-)
Here is the summary with links:
- [net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
https://git.kernel.org/netdev/net-next/c/5bf99baefb3e
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] 6+ messages in thread
end of thread, other threads:[~2024-11-19 2:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 22:57 [PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode" Rob Herring (Arm)
2024-11-14 10:44 ` Geert Uytterhoeven
2024-11-14 19:39 ` Sergey Shtylyov
2024-11-14 19:57 ` Conor Dooley
2024-11-18 20:19 ` Rob Herring
2024-11-19 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;
as well as URLs for NNTP newsgroup(s).