Commit 4d814b32 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller
Browse files

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: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 46cdedf2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>