diff mbox series

[net-next] MAINTAINERS: Add phylink keyword to SFF/SFP/SFP+ MODULE SUPPORT

Message ID 20190824223454.15932-1-andrew@lunn.ch
State Accepted
Delegated to: David Miller
Headers show
Series [net-next] MAINTAINERS: Add phylink keyword to SFF/SFP/SFP+ MODULE SUPPORT | expand

Commit Message

Andrew Lunn Aug. 24, 2019, 10:34 p.m. UTC
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>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

David Miller Aug. 24, 2019, 11:15 p.m. UTC | #1
From: Andrew Lunn <andrew@lunn.ch>
Date: Sun, 25 Aug 2019 00:34:54 +0200

> 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>

Applied to 'net', as I like to keep MAINTAINERS as uptodate as widely
as possible.

Thanks.
Sergei Shtylyov Aug. 25, 2019, 8:07 a.m. UTC | #2
Hello!

On 25.08.2019 1:34, Andrew Lunn wrote:

> Russell king

    King, with capital K. :-)

> 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,

    Keyword?

> which hopefully get_maintainers will match against for patches to MAC
> drivers swapping to phylink.
> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
[...]

MBR, Sergei
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 986085351d79..20913acea658 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14491,6 +14491,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>