diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-11-30 13:41:00 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-02 15:42:40 -0800 |
commit | c889aa2e7c2f0040484182d6cbbc0837b193a93f (patch) | |
tree | feba0ab27e9eb81d32b796e62d0388d632c90950 /MAINTAINERS | |
parent | 28866d6e84b8d36a76b2cde221391aed1294e5cd (diff) | |
download | lwn-c889aa2e7c2f0040484182d6cbbc0837b193a93f.tar.gz lwn-c889aa2e7c2f0040484182d6cbbc0837b193a93f.zip |
MAINTAINERS: list PTP drivers under networking
PTP patches go via the netdev trees, add drivers/ptp/ to the networking
entry so that get_maintainer.pl --scm lists those trees above Linus's
tree.
Thanks to the real entry using drivers/ptp/* the original entry will
still be considered more specific / higher prio.
Acked-by: Richard Cochran <richardcochran@gmail.com>
Link: https://patch.msgid.link/20241130214100.125325-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0456a33ef657..f9f2f009aecf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16194,6 +16194,7 @@ F: Documentation/devicetree/bindings/net/ F: Documentation/networking/net_cachelines/net_device.rst F: drivers/connector/ F: drivers/net/ +F: drivers/ptp/ F: include/dt-bindings/net/ F: include/linux/cn_proc.h F: include/linux/etherdevice.h |