* [PATCH] dt-bindings: Fix bracket
@ 2026-06-27 9:19 Manuel Ebner
2026-06-29 7:09 ` Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Manuel Ebner @ 2026-06-27 9:19 UTC (permalink / raw)
To: Andrew Lunn, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Oleksij Rempel, open list:NETWORKING DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, Randy Dunlap
Cc: Manuel Ebner
Add "(Alternate" to "ID)"
Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
Documentation/devicetree/bindings/net/microchip,lan95xx.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml b/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
index accff93d38f8..62bf982aff2b 100644
--- a/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
+++ b/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
@@ -33,7 +33,7 @@ properties:
- usb424,9906 # SMSC9505A USB Ethernet Device (HAL)
- usb424,9907 # SMSC9500 USB Ethernet Device (Alternate ID)
- usb424,9908 # SMSC9500A USB Ethernet Device (Alternate ID)
- - usb424,9909 # SMSC9512/9514 USB Hub & Ethernet Device ID)
+ - usb424,9909 # SMSC9512/9514 USB Hub & Ethernet Device (Alternate ID)
- usb424,9e00 # SMSC9500A USB Ethernet Device
- usb424,9e01 # SMSC9505A USB Ethernet Device
- usb424,9e08 # SMSC LAN89530 USB Ethernet Device
--
2.54.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: Fix bracket
2026-06-27 9:19 [PATCH] dt-bindings: Fix bracket Manuel Ebner
@ 2026-06-29 7:09 ` Krzysztof Kozlowski
2026-06-29 7:10 ` Krzysztof Kozlowski
2026-06-29 7:55 ` Jagielski, Jedrzej
2026-06-29 13:56 ` Manuel Ebner
2 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-29 7:09 UTC (permalink / raw)
To: Manuel Ebner
Cc: Andrew Lunn, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Oleksij Rempel, open list:NETWORKING DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, Randy Dunlap
On Sat, Jun 27, 2026 at 11:19:36AM +0200, Manuel Ebner wrote:
> Add "(Alternate" to "ID)"
Why?
I see what you did in the diff, so why repeating it?
>
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: Fix bracket
2026-06-29 7:09 ` Krzysztof Kozlowski
@ 2026-06-29 7:10 ` Krzysztof Kozlowski
0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-29 7:10 UTC (permalink / raw)
To: Manuel Ebner
Cc: Andrew Lunn, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Oleksij Rempel, open list:NETWORKING DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, Randy Dunlap
On 29/06/2026 09:09, Krzysztof Kozlowski wrote:
> On Sat, Jun 27, 2026 at 11:19:36AM +0200, Manuel Ebner wrote:
>> Add "(Alternate" to "ID)"
>
> Why?
>
> I see what you did in the diff, so why repeating it?
>
Heh, and the subject is "fix bracket" - what bracket?
Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching. For bindings, the preferred subjects are
explained here:
https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] dt-bindings: Fix bracket
2026-06-27 9:19 [PATCH] dt-bindings: Fix bracket Manuel Ebner
2026-06-29 7:09 ` Krzysztof Kozlowski
@ 2026-06-29 7:55 ` Jagielski, Jedrzej
2026-06-29 13:56 ` Manuel Ebner
2 siblings, 0 replies; 5+ messages in thread
From: Jagielski, Jedrzej @ 2026-06-29 7:55 UTC (permalink / raw)
To: Manuel Ebner, Andrew Lunn, David S . Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Oleksij Rempel,
open list:NETWORKING DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, Randy Dunlap
From: Manuel Ebner <manuelebner@mailbox.org>
Sent: Saturday, June 27, 2026 11:20 AM
>Add "(Alternate" to "ID)"
>
>Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Hi
as the title states that's fix path we also need a fixes tag
here in the commit msg pointing out which patch is being fixed
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: Fix bracket
2026-06-27 9:19 [PATCH] dt-bindings: Fix bracket Manuel Ebner
2026-06-29 7:09 ` Krzysztof Kozlowski
2026-06-29 7:55 ` Jagielski, Jedrzej
@ 2026-06-29 13:56 ` Manuel Ebner
2 siblings, 0 replies; 5+ messages in thread
From: Manuel Ebner @ 2026-06-29 13:56 UTC (permalink / raw)
To: Andrew Lunn, David S . Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Oleksij Rempel, open list:NETWORKING DRIVERS,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
open list, Randy Dunlap
I'll admit I don't know exactly whats the issue
On Sat, 2026-06-27 at 11:19 +0200, Manuel Ebner wrote:
> Add "(Alternate" to "ID)"
>
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
> ---
> Documentation/devicetree/bindings/net/microchip,lan95xx.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
> b/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
> index accff93d38f8..62bf982aff2b 100644
> --- a/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
> +++ b/Documentation/devicetree/bindings/net/microchip,lan95xx.yaml
> @@ -33,7 +33,7 @@ properties:
> - usb424,9906 # SMSC9505A USB Ethernet Device (HAL)
> - usb424,9907 # SMSC9500 USB Ethernet Device (Alternate ID)
> - usb424,9908 # SMSC9500A USB Ethernet Device (Alternate ID)
> - - usb424,9909 # SMSC9512/9514 USB Hub & Ethernet Device ID)
There's an issue in this line with the brace and maybe with the text as well.
I couldn't figure out what usb424,9909 is. Can somebody help me?
Below are some possible fixes.
> + - usb424,9909 # SMSC9512/9514 USB Hub & Ethernet Device
> + - usb424,9909 # SMSC9512/9514 USB Hub & Ethernet Device (Alternate ID)
> + - usb424,9909 # SMSC9512/9514 USB Hub & Ethernet Device (SAL10)
> - usb424,9e00 # SMSC9500A USB Ethernet Device
> - usb424,9e01 # SMSC9505A USB Ethernet Device
> - usb424,9e08 # SMSC LAN89530 USB Ethernet Device
Thanks
Manuel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-06-29 13:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-27 9:19 [PATCH] dt-bindings: Fix bracket Manuel Ebner
2026-06-29 7:09 ` Krzysztof Kozlowski
2026-06-29 7:10 ` Krzysztof Kozlowski
2026-06-29 7:55 ` Jagielski, Jedrzej
2026-06-29 13:56 ` Manuel Ebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox