diff options
author | Jakub Kicinski <[email protected]> | 2024-11-15 11:56:09 -0800 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-11-18 18:51:04 -0800 |
commit | 4262bacb748fdab129dfbe1e93af75119a9c2775 (patch) | |
tree | 93f257ea2543ea7d76923ce191df0e19a71bca82 | |
parent | 2160428bcb20f2f70a72ee84aba91a1264dc4ff3 (diff) |
MAINTAINERS: exclude can core, drivers and DT bindings from netdev ML
CAN networking and drivers are maintained by Marc, Oliver and Vincent.
Marc sends us already pull requests with reviewed and validated code.
Exclude the CAN patch postings from the netdev@ mailing list to lower
the patch volume there.
Link: https://lore.kernel.org/[email protected]
Acked-by: Vincent Mailhol <[email protected]>
Acked-by: Marc Kleine-Budde <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b878ddc99f94..8089a69f69e7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16068,7 +16068,9 @@ 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/can/ X: Documentation/devicetree/bindings/net/wireless/ +X: drivers/net/can/ X: drivers/net/wireless/ NETWORKING DRIVERS (WIRELESS) @@ -16157,6 +16159,7 @@ X: include/net/mac80211.h X: include/net/wext.h X: net/9p/ X: net/bluetooth/ +X: net/can/ X: net/mac80211/ X: net/rfkill/ X: net/wireless/ |