Re: [PATCH net-next v9 1/3] dt-bindings: net: wiznet,w5100: convert to DT schema

From: Arthur Crepin Leblond

Date: Wed Sep 23 2026 - 05:29:14 EST


On Tue, Sep 22, 2026 at 03:43:24PM +0000, netdev-bot+sashiko@xxxxxxxxxx wrote:
diff --git a/MAINTAINERS b/MAINTAINERS
index cae5962045dd..e6a5a4e245a0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -29439,6 +29439,12 @@ M: Miloslav Trmac <mitr@xxxxxxxx>
S: Maintained
F: drivers/input/misc/wistron_btns.c

+WIZNET W5100 ETHERNET DRIVER
+M: Arthur Crepin Leblond <arthur@xxxxxxxxxxxxx>
+L: netdev@xxxxxxxxxxxxxxx
+S: Maintained
+F: Documentation/devicetree/bindings/net/wiznet,w5100.yaml

[Severity: Low]
Could the commit message mention this new MAINTAINERS section? The
preserved log text only describes the .txt to YAML conversion and the
edge-falling to level-low trigger change; the new maintainership claim is
mentioned only in the changelog below the --- separator, which does not end
up in git history.

The section is named as a driver entry, but its only F: line matches the
binding file, so at this commit scripts/get_maintainer.pl will not route
drivers/net/ethernet/wiznet/ changes here. That part is addressed later in
the same series: the commit "w5100: detect carrier state using link status
bit and optional interrupt" adds F: drivers/net/ethernet/wiznet/ to this
section, so the mismatch exists only between this patch and that one.


I'll update the commit and the MAINTAINERS file.

Arthur