From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manivannan Sadhasivam Subject: Re: [PATCH 6/6] MAINTAINERS: Add linux-actions mailing list for Actions Semi Date: Wed, 2 Jan 2019 07:48:05 +0530 Message-ID: <20190102021805.GA3955@Mani-XPS-13-9360> References: <20181231185517.18517-1-manivannan.sadhasivam@linaro.org> <20181231185517.18517-7-manivannan.sadhasivam@linaro.org> <2a7f53c58896e2a9c3115a8630040b98497e5877.camel@perches.com> <20190101032622.GC2736@Mani-XPS-13-9360> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Joe Perches , afaerber@suse.de Cc: devicetree@vger.kernel.org, sboyd@kernel.org, mturquette@baylibre.com, linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org, robh+dt@kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org Hi Joe, On Tue, Jan 01, 2019 at 08:56:49AM -0800, Joe Perches wrote: > On Tue, 2019-01-01 at 08:56 +0530, Manivannan Sadhasivam wrote: > > Hi Joe, > = > Hi Manivannan. > = > > On Mon, Dec 31, 2018 at 11:12:18AM -0800, Joe Perches wrote: > > > On Tue, 2019-01-01 at 00:25 +0530, Manivannan Sadhasivam wrote: > > > > Add the linux-actions mailing list for Actions Semi SoC architectur= e. > > > = > > > Unrelated to adding this L: entry > > > = > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > [] > > > > @@ -1240,6 +1240,7 @@ ARM/ACTIONS SEMI ARCHITECTURE > > > > M: Andreas F=E4rber > > > > R: Manivannan Sadhasivam > > > > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscri= bers) > > > > +L: linux-actions@lists.infradead.org (moderated for non-subscriber= s) > > > > S: Maintained > > > > N: owl > > > = > > > The N: entry matches too many non-owl entries like: > > > = > > > Documentation/parport-lowlevel.txt > > > drivers/misc/ibmasm/lowlevel.c > > > drivers/misc/ibmasm/lowlevel.h > > > fs/udf/lowlevel.c > > > net/ipv6/ip6_flowlabel.c > > > sound/soc/samsung/lowland.c > > > = > > > Maybe there should be two entries > > > = > > > N: /owl > > > N: -owl > > > = > > = > > Thanks for letting us know. Yes, we need to change it. How about below? > > = > > N: owl- > > N: -owl > > = > > Will do it as a follow-up patch if agreed! > = > from MAINTAINERS: > = > scripts/get_maintainer.pl has different behavior for files that > match F: pattern and matches of N: patterns. By default, > get_maintainer will not look at git log history when an F: pattern > match occurs. When an N: match occurs, git log history is used > to also notify the people that have git commit signatures. > = > F: entries are preferred to N: entries because the > get_maintainer.pl script does not assume that the > N: entries are exclusively maintained. Maybe use a > more comprehensive F: list like: > = > F: Documentation/devicetree/bindings/*/*owl-* > F: arch/arm/boot/dts/owl-* > F: drivers/*/owl-* > F: drivers/*/*-owl* > F: drivers/*/*/owl-* > F: drivers/*/*/*-owl* > F: include/dt-bindings/power/owl-* > F: include/linux/soc/actions/owl-sps.h > = Makes sense! Andreas: What is your opinion on above entries? Thanks, Mani > =