]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
MAINTAINERS: exclude bluetooth and wireless DT bindings from netdev ML
authorJakub Kicinski <kuba@kernel.org>
Wed, 28 Aug 2024 17:58:21 +0000 (10:58 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 29 Aug 2024 19:51:44 +0000 (12:51 -0700)
We exclude wireless drivers from the netdev@ traffic, to delegate
it to linux-wireless@, and avoid overwhelming netdev@.
Bluetooth drivers are implicitly excluded because they live under
drivers/bluetooth, not drivers/net.

In both cases DT bindings sit under Documentation/devicetree/bindings/net/
and aren't excluded. So if a patch series touches DT bindings
netdev@ ends up getting CCed, and these are usually fairly boring
series.

Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240828175821.2960423-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS

index a70b7c9c3533945d446756e30161aa663da5f8db..5e5e85841a2f5cfa9e0e67ac57570e36bf74a342 100644 (file)
@@ -15892,6 +15892,8 @@ F:      include/uapi/linux/ethtool_netlink.h
 F:     include/uapi/linux/if_*
 F:     include/uapi/linux/netdev*
 F:     tools/testing/selftests/drivers/net/
+X:     Documentation/devicetree/bindings/net/bluetooth/
+X:     Documentation/devicetree/bindings/net/wireless/
 X:     drivers/net/wireless/
 
 NETWORKING DRIVERS (WIRELESS)