aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2022-10-19 19:19:13 -0700
committerDavid S. Miller <davem@davemloft.net>2022-10-21 13:23:48 +0100
commit4d814b329a4d54cd10eee4bd2ce5a8175646cc16 (patch)
treedbb9ed56ce2c5eebcffbd01c59c7258e4edc456b /MAINTAINERS
parentethtool: pse-pd: fix null-deref on genl_info in dump (diff)
downloadlinux-dev-4d814b329a4d54cd10eee4bd2ce5a8175646cc16.tar.xz
linux-dev-4d814b329a4d54cd10eee4bd2ce5a8175646cc16.zip
MAINTAINERS: add keyword match on PTP
Most of PTP drivers live under ethernet and we have to keep telling people to CC the PTP maintainers. Let's try a keyword match, we can refine as we go if it causes false positives. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8b73135ddb21..57ad33aa0eb8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16669,6 +16669,7 @@ F: Documentation/driver-api/ptp.rst
F: drivers/net/phy/dp83640*
F: drivers/ptp/*
F: include/linux/ptp_cl*
+K: (?:\b|_)ptp(?:\b|_)
PTP VIRTUAL CLOCK SUPPORT
M: Yangbo Lu <yangbo.lu@nxp.com>