diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-08-28 20:58:21 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-08-29 22:51:44 +0300 |
commit | b57d643a673ce54bc1437d1cca25e1909f553a7e (patch) | |
tree | 2803bdd2fb427fe0a252504a7e88c9d8413b41ee /MAINTAINERS | |
parent | 0dd5dd63ba91d7bee9d0fbc2a6dc73e595391b4c (diff) | |
download | linux-b57d643a673ce54bc1437d1cca25e1909f553a7e.tar.xz |
MAINTAINERS: exclude bluetooth and wireless DT bindings from netdev ML
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a70b7c9c3533..5e5e85841a2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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) |