linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add brcmstb regex
@ 2015-03-19  1:09 Brian Norris
  2015-05-12 23:02 ` Brian Norris
  2015-05-13 17:54 ` Florian Fainelli
  0 siblings, 2 replies; 5+ messages in thread
From: Brian Norris @ 2015-03-19  1:09 UTC (permalink / raw)
  To: linux-arm-kernel

This could probably consolidate a few file listings. And it satisfies
the spirit of the highly annoying [1] checkpatch warning for every new
file, though it sadly won't quash it.

[1] https://lkml.org/lkml/2014/12/17/24

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0e1abe8cc684..52a1cf7cd18a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2179,6 +2179,7 @@ S:	Maintained
 F:	arch/arm/mach-bcm/*brcmstb*
 F:	arch/arm/boot/dts/bcm7*.dts*
 F:	drivers/bus/brcmstb_gisb.c
+N:	brcmstb
 
 BROADCOM BMIPS MIPS ARCHITECTURE
 M:	Kevin Cernekee <cernekee@gmail.com>
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] MAINTAINERS: add brcmstb regex
  2015-03-19  1:09 [PATCH] MAINTAINERS: add brcmstb regex Brian Norris
@ 2015-05-12 23:02 ` Brian Norris
  2015-05-12 23:10   ` Joe Perches
  2015-05-13 17:54 ` Florian Fainelli
  1 sibling, 1 reply; 5+ messages in thread
From: Brian Norris @ 2015-05-12 23:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Mar 18, 2015 at 06:09:05PM -0700, Brian Norris wrote:
> This could probably consolidate a few file listings. And it satisfies
> the spirit of the highly annoying [1] checkpatch warning for every new
> file, though it sadly won't quash it.
> 
> [1] https://lkml.org/lkml/2014/12/17/24
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Ping? Is this a good entry?

One problem is that there may be 'brcmstb' drivers for MIPS as well as
ARM. But on that train of thought: there are several drivers which are
already somewhat inaccurately-listed. The following are listed under
either the BCM7XXX ARM subarchitecture or BMIPS MIPS subarchitecture,
though they are actually used on both:

 drivers/bus/brcmstb_gisb.c
 drivers/irqchip/irq-brcmstb-l2.c
 drivers/irqchip/irq-bcm7120-l2.c

Brian

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0e1abe8cc684..52a1cf7cd18a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2179,6 +2179,7 @@ S:	Maintained
>  F:	arch/arm/mach-bcm/*brcmstb*
>  F:	arch/arm/boot/dts/bcm7*.dts*
>  F:	drivers/bus/brcmstb_gisb.c
> +N:	brcmstb
>  
>  BROADCOM BMIPS MIPS ARCHITECTURE
>  M:	Kevin Cernekee <cernekee@gmail.com>
> -- 
> 1.9.1
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] MAINTAINERS: add brcmstb regex
  2015-05-12 23:02 ` Brian Norris
@ 2015-05-12 23:10   ` Joe Perches
  2015-05-12 23:24     ` Brian Norris
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2015-05-12 23:10 UTC (permalink / raw)
  To: linux-arm-kernel

(cc'ing Andrew Morton)

On Tue, 2015-05-12 at 16:02 -0700, Brian Norris wrote:
> On Wed, Mar 18, 2015 at 06:09:05PM -0700, Brian Norris wrote:
> > This could probably consolidate a few file listings. And it satisfies
> > the spirit of the highly annoying [1] checkpatch warning for every new
> > file, though it sadly won't quash it.
> > 
> > [1] https://lkml.org/lkml/2014/12/17/24
> > 
> > Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> 
> Ping? Is this a good entry?

As you're a MAINTAINER of this section, if you want it to
be a good entry, it's a good entry.

You should get someone (Andrew?) to apply it.

Be aware that N: matches aren't as "owned" as F: matches.

Note from MAINTAINERS:
	N: Files and directories with regex patterns.
	   One pattern per line.  Multiple N: lines acceptable.
	   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.

> One problem is that there may be 'brcmstb' drivers for MIPS as well as
> ARM. But on that train of thought: there are several drivers which are
> already somewhat inaccurately-listed. The following are listed under
> either the BCM7XXX ARM subarchitecture or BMIPS MIPS subarchitecture,
> though they are actually used on both:
> 
>  drivers/bus/brcmstb_gisb.c
>  drivers/irqchip/irq-brcmstb-l2.c
>  drivers/irqchip/irq-bcm7120-l2.c
> 
> Brian
> 
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 0e1abe8cc684..52a1cf7cd18a 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2179,6 +2179,7 @@ S:	Maintained
> >  F:	arch/arm/mach-bcm/*brcmstb*
> >  F:	arch/arm/boot/dts/bcm7*.dts*
> >  F:	drivers/bus/brcmstb_gisb.c
> > +N:	brcmstb
> >  
> >  BROADCOM BMIPS MIPS ARCHITECTURE
> >  M:	Kevin Cernekee <cernekee@gmail.com>
> > -- 
> > 1.9.1
> > 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] MAINTAINERS: add brcmstb regex
  2015-05-12 23:10   ` Joe Perches
@ 2015-05-12 23:24     ` Brian Norris
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Norris @ 2015-05-12 23:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 12, 2015 at 04:10:50PM -0700, Joe Perches wrote:
> (cc'ing Andrew Morton)
> 
> On Tue, 2015-05-12 at 16:02 -0700, Brian Norris wrote:
> > On Wed, Mar 18, 2015 at 06:09:05PM -0700, Brian Norris wrote:
> > > This could probably consolidate a few file listings. And it satisfies
> > > the spirit of the highly annoying [1] checkpatch warning for every new
> > > file, though it sadly won't quash it.
> > > 
> > > [1] https://lkml.org/lkml/2014/12/17/24
> > > 
> > > Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> > 
> > Ping? Is this a good entry?
> 
> As you're a MAINTAINER of this section, if you want it to
> be a good entry, it's a good entry.

My comment below about MIPS vs. ARM was the key point, and it might
deserve comment from others. Personally, I think it's OK, but it's just
a little strange when linux-arm-kernel becomes a catch-all for all
embedded drivers, even for those that are being utilized on (B)MIPS.

> You should get someone (Andrew?) to apply it.

The "apply" step would be more directed toward Florian, who manages most
of the Broadcom arm-soc trees.

> Be aware that N: matches aren't as "owned" as F: matches.
> 
> Note from MAINTAINERS:
> 	N: Files and directories with regex patterns.
> 	   One pattern per line.  Multiple N: lines acceptable.
> 	   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.
> 
> > One problem is that there may be 'brcmstb' drivers for MIPS as well as
> > ARM. But on that train of thought: there are several drivers which are
> > already somewhat inaccurately-listed. The following are listed under
> > either the BCM7XXX ARM subarchitecture or BMIPS MIPS subarchitecture,
> > though they are actually used on both:
> > 
> >  drivers/bus/brcmstb_gisb.c
> >  drivers/irqchip/irq-brcmstb-l2.c
> >  drivers/irqchip/irq-bcm7120-l2.c

Brian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] MAINTAINERS: add brcmstb regex
  2015-03-19  1:09 [PATCH] MAINTAINERS: add brcmstb regex Brian Norris
  2015-05-12 23:02 ` Brian Norris
@ 2015-05-13 17:54 ` Florian Fainelli
  1 sibling, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2015-05-13 17:54 UTC (permalink / raw)
  To: linux-arm-kernel

On 18/03/15 18:09, Brian Norris wrote:
> This could probably consolidate a few file listings. And it satisfies
> the spirit of the highly annoying [1] checkpatch warning for every new
> file, though it sadly won't quash it.
> 
> [1] https://lkml.org/lkml/2014/12/17/24
> 
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Applied, thanks!
-- 
Florian

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-13 17:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19  1:09 [PATCH] MAINTAINERS: add brcmstb regex Brian Norris
2015-05-12 23:02 ` Brian Norris
2015-05-12 23:10   ` Joe Perches
2015-05-12 23:24     ` Brian Norris
2015-05-13 17:54 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).