diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-10-20 05:19:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-10-21 15:23:48 +0300 |
commit | 4d814b329a4d54cd10eee4bd2ce5a8175646cc16 (patch) | |
tree | dbb9ed56ce2c5eebcffbd01c59c7258e4edc456b /MAINTAINERS | |
parent | 46cdedf2a0fa20a99ca8be40bccde7487e13b77a (diff) | |
download | linux-4d814b329a4d54cd10eee4bd2ce5a8175646cc16.tar.xz |
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-- | MAINTAINERS | 1 |
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> |