aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2019-08-25 00:34:54 +0200
committerDavid S. Miller <davem@davemloft.net>2019-08-24 16:14:55 -0700
commit0c69b19f92dfcc0962bbc09741677f658bc55452 (patch)
tree3cb916d33c04a046cadaa4e61f6f407d5d1e6557
parent9b45ff9106740d7f6a1cba31d53c4045d0724792 (diff)
downloadlinux-0c69b19f92dfcc0962bbc09741677f658bc55452.tar.gz
MAINTAINERS: Add phylink keyword to SFF/SFP/SFP+ MODULE SUPPORT
Russell king maintains phylink, as part of the SFP module support. However, much of the review work is about drivers swapping from phylib to phylink. Such changes don't make changes to the phylink core, and so the F: rules in MAINTAINERS don't match. Add a K:, keywork rule, which hopefully get_maintainers will match against for patches to MAC drivers swapping to phylink. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index a744851db1df3a..37a0e297cf2870 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14472,6 +14472,7 @@ F: drivers/net/phy/phylink.c
F: drivers/net/phy/sfp*
F: include/linux/phylink.h
F: include/linux/sfp.h
+K: phylink
SGI GRU DRIVER
M: Dimitri Sivanich <sivanich@sgi.com>