All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: sboyd@kernel.org, mturquette@baylibre.com, afaerber@suse.de,
	robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-actions@lists.infradead.org, linux-clk@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 6/6] MAINTAINERS: Add linux-actions mailing list for Actions Semi
Date: Tue, 01 Jan 2019 08:56:49 -0800	[thread overview]
Message-ID: <a935ceb348e5b4efb754484da745425afa1e7713.camel@perches.com> (raw)
In-Reply-To: <20190101032622.GC2736@Mani-XPS-13-9360>

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 architecture.
> > 
> > Unrelated to adding this L: entry
> > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > []
> > > @@ -1240,6 +1240,7 @@ ARM/ACTIONS SEMI ARCHITECTURE
> > >  M:	Andreas Färber <afaerber@suse.de>
> > >  R:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> > >  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > > +L:	linux-actions@lists.infradead.org (moderated for non-subscribers)
> > >  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



WARNING: multiple messages have this Message-ID (diff)
From: Joe Perches <joe@perches.com>
To: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: devicetree@vger.kernel.org, sboyd@kernel.org,
	mturquette@baylibre.com, linux-actions@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,
	robh+dt@kernel.org, afaerber@suse.de,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 6/6] MAINTAINERS: Add linux-actions mailing list for Actions Semi
Date: Tue, 01 Jan 2019 08:56:49 -0800	[thread overview]
Message-ID: <a935ceb348e5b4efb754484da745425afa1e7713.camel@perches.com> (raw)
In-Reply-To: <20190101032622.GC2736@Mani-XPS-13-9360>

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 architecture.
> > 
> > Unrelated to adding this L: entry
> > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > []
> > > @@ -1240,6 +1240,7 @@ ARM/ACTIONS SEMI ARCHITECTURE
> > >  M:	Andreas Färber <afaerber@suse.de>
> > >  R:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> > >  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> > > +L:	linux-actions@lists.infradead.org (moderated for non-subscribers)
> > >  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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-01-01 16:56 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-31 18:55 [PATCH 0/6] Add clock support for Actions Semi S500 SoC Manivannan Sadhasivam
2018-12-31 18:55 ` Manivannan Sadhasivam
2018-12-31 18:55 ` [PATCH 1/6] clk: actions: Add configurable PLL delay Manivannan Sadhasivam
2018-12-31 18:55   ` Manivannan Sadhasivam
2019-01-11 23:57   ` Stephen Boyd
2019-01-11 23:57     ` Stephen Boyd
2019-01-11 23:57     ` Stephen Boyd
2018-12-31 18:55 ` [PATCH 2/6] dt-bindings: clock: Add DT bindings for Actions Semi S500 CMU Manivannan Sadhasivam
2018-12-31 18:55   ` Manivannan Sadhasivam
2019-01-11 14:56   ` Rob Herring
2019-01-11 14:56     ` Rob Herring
2018-12-31 18:55 ` [PATCH 3/6] ARM: dts: Add CMU support for Actions Semi Owl S500 SoC Manivannan Sadhasivam
2018-12-31 18:55   ` Manivannan Sadhasivam
2018-12-31 18:55 ` [PATCH 4/6] ARM: dts: Remove fake UART clock for S500 based SBCs Manivannan Sadhasivam
2018-12-31 18:55   ` Manivannan Sadhasivam
2018-12-31 18:55 ` [PATCH 5/6] clk: actions: Add clock driver for S500 SoC Manivannan Sadhasivam
2018-12-31 18:55   ` Manivannan Sadhasivam
2019-01-11 23:56   ` Stephen Boyd
2019-01-11 23:56     ` Stephen Boyd
2019-01-11 23:56     ` Stephen Boyd
2019-01-15  3:15     ` Manivannan Sadhasivam
2019-01-15  3:15       ` Manivannan Sadhasivam
2018-12-31 18:55 ` [PATCH 6/6] MAINTAINERS: Add linux-actions mailing list for Actions Semi Manivannan Sadhasivam
2018-12-31 18:55   ` Manivannan Sadhasivam
2018-12-31 19:12   ` Joe Perches
2018-12-31 19:12     ` Joe Perches
2019-01-01  3:26     ` Manivannan Sadhasivam
2019-01-01  3:26       ` Manivannan Sadhasivam
2019-01-01  3:26       ` Manivannan Sadhasivam
2019-01-01  3:32       ` Andreas Färber
2019-01-01  3:32         ` Andreas Färber
2019-01-01  7:37         ` Manivannan Sadhasivam
2019-01-01  7:37           ` Manivannan Sadhasivam
2019-01-01 16:56       ` Joe Perches [this message]
2019-01-01 16:56         ` Joe Perches
2019-01-02  2:18         ` Manivannan Sadhasivam
2019-01-02  2:18           ` Manivannan Sadhasivam
2019-01-02  2:18           ` Manivannan Sadhasivam
2019-01-11 22:51 ` [PATCH 0/6] Add clock support for Actions Semi S500 SoC Stephen Boyd
2019-01-11 22:51   ` Stephen Boyd
2019-01-11 22:51   ` Stephen Boyd
2019-01-14  9:18   ` Manivannan Sadhasivam
2019-01-14  9:18     ` Manivannan Sadhasivam
2019-01-14 21:55     ` Stephen Boyd
2019-01-14 21:55       ` Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a935ceb348e5b4efb754484da745425afa1e7713.camel@perches.com \
    --to=joe@perches.com \
    --cc=afaerber@suse.de \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-actions@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mturquette@baylibre.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.