Message ID | 20241130214100.125325-1-kuba@kernel.org (mailing list archive) |
---|---|
State | New |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] MAINTAINERS: list PTP drivers under networking | expand |
On Sat, Nov 30, 2024 at 01:41:00PM -0800, Jakub Kicinski wrote: > 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. > > Signed-off-by: Jakub Kicinski <kuba@kernel.org> Thank you, Jakub! Acked-by: Richard Cochran <richardcochran@gmail.com>
diff --git a/MAINTAINERS b/MAINTAINERS index b878ddc99f94..bac337a2f962 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16051,6 +16051,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
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. Signed-off-by: Jakub Kicinski <kuba@kernel.org> --- CC: Richard Cochran <richardcochran@gmail.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)