From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B65CC3A59E for ; Sat, 24 Aug 2019 22:35:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 18E522133F for ; Sat, 24 Aug 2019 22:35:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="H9tKmL7G" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728186AbfHXWfJ (ORCPT ); Sat, 24 Aug 2019 18:35:09 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:57582 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727690AbfHXWfI (ORCPT ); Sat, 24 Aug 2019 18:35:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:MIME-Version :Content-Type:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=JrgFcN+3hF6fPV54YEas4uJ+A4FjeYJ7pymyBidX3jY=; b=H9tKmL7Gmd5/kmgtL7n0Au3Zf5 4+aaYyqkH8vf3+l6pi0HpNx4yIMaw2PlO2u3ffMDsASizxIflqh/c/4EmGjCI8wtmxxJcF8Bv5WQf TXGxv8rEejdljikVaB9RUQKPaKpYWS+7pLL1g7XvgTFyNE6bmZXDjQyLXaZBftnaUwDU=; Received: from andrew by vps0.lunn.ch with local (Exim 4.89) (envelope-from ) id 1i1ece-00049d-UP; Sun, 25 Aug 2019 00:35:00 +0200 From: Andrew Lunn To: David Miller Cc: Russell King , netdev , Andrew Lunn Subject: [PATCH net-next] MAINTAINERS: Add phylink keyword to SFF/SFP/SFP+ MODULE SUPPORT Date: Sun, 25 Aug 2019 00:34:54 +0200 Message-Id: <20190824223454.15932-1-andrew@lunn.ch> X-Mailer: git-send-email 2.11.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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 --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) 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 -- 2.23.0