Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753346AbcDVXWo (ORCPT ); Fri, 22 Apr 2016 19:22:44 -0400 Received: from host.buserror.net ([209.198.135.123]:50837 "EHLO host.buserror.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751995AbcDVXWm (ORCPT ); Fri, 22 Apr 2016 19:22:42 -0400 Message-ID: <1461367352.32510.218.camel@buserror.net> From: Scott Wood To: Yangbo Lu , linux-mmc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: ulf.hansson@linaro.org, Zhao Qiang , Russell King , Bhupesh Sharma , scott.wood@nxp.com, Claudiu Manoil , Kumar Gala , leoyang.li@nxp.com, xiaobo.xie@nxp.com, Michael Ellerman Date: Fri, 22 Apr 2016 18:22:32 -0500 In-Reply-To: <1461306464-19521-7-git-send-email-yangbo.lu@nxp.com> References: <1461306464-19521-1-git-send-email-yangbo.lu@nxp.com> <1461306464-19521-7-git-send-email-yangbo.lu@nxp.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 75.72.173.242 X-SA-Exim-Mail-From: oss@buserror.net X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.0 KHOP_BIG_TO_CC Sent to 10+ recipients instaed of Bcc or a list * -15 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Subject: Re: [v8, 6/7] MAINTAINERS: add entry for Freescale SoC specific driver X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:57:07 +0000) X-SA-Exim-Scanned: Yes (on host.buserror.net) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1489 Lines: 51 On Fri, 2016-04-22 at 14:27 +0800, Yangbo Lu wrote: > Add maintainer entry for Freescale SoC specific driver including > the QE library and the GUTS driver. Also add entry for GUTS driver > and add maintainer for QE library. > > Signed-off-by: Yangbo Lu > --- > Changes for v8: > - Added this patch > --- > MAINTAINERS | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1d5b4be..d20aeb6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4622,13 +4622,27 @@ F: drivers/net/ethernet/freescale/fec_ptp.c > F: drivers/net/ethernet/freescale/fec.h > F: Documentation/devicetree/bindings/net/fsl-fec.txt > > +FREESCALE SOC SPECIFIC DRIVER FREESCALE SOC DRIVERS > +M: Scott Wood Please CC me at this address, not the NXP address that you sent this to... > +L: linuxppc-dev@lists.ozlabs.org > +S: Maintained > +F: drivers/soc/fsl/ > +F: include/linux/fsl/ This directory will contain drivers that work on PPC and ARM... I'm not sure what to put here in terms of mailing lists (we could put both, but people probably shouldn't spam both lists if only one arch is relevant to the patch), and whom to make pull requests to. > +FREESCALE GUTS DRIVER > +M: Yangbo Lu > +L: linuxppc-dev@lists.ozlabs.org > +S: Maintained > +F: drivers/soc/fsl/guts.c What about the header? Does guts really need a separate maintainer from drivers/soc/fsl? -Scott