linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] MAINTAINERS: update BCM SoC entries
@ 2016-06-20 21:07 Jon Mason
  2016-06-20 21:07 ` [PATCH 1/4] MAINTAINERS: Fix nsp false-positives Jon Mason
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jon Mason @ 2016-06-20 21:07 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: Ray Jui, Scott Branden, linux-arm-kernel, linux-kernel

An overall clean-up to the MAINTAINER entries for a few Broadcom SoCs.

Jon Mason (4):
  MAINTAINERS: Fix nsp false-positives
  MAINTAINERS: Add NS2 entry
  MAINTAINERS: Update BCM63XX entry
  MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry

 MAINTAINERS | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

-- 
1.9.1

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

* [PATCH 1/4] MAINTAINERS: Fix nsp false-positives
  2016-06-20 21:07 [PATCH 0/4] MAINTAINERS: update BCM SoC entries Jon Mason
@ 2016-06-20 21:07 ` Jon Mason
  2016-06-20 21:07 ` [PATCH 2/4] MAINTAINERS: Add NS2 entry Jon Mason
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Jon Mason @ 2016-06-20 21:07 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: Ray Jui, Scott Branden, linux-arm-kernel, linux-kernel

The 'nsp' regex pattern in the "BROADCOM IPROC ARM ARCHITECTURE" section
is getting unintended hits due to the common frequence of these letters
appearing in sequence.  To change the regex expression to be more
specific to the files we care about, add a "bcm" prefix to the regex and
add file entries for those that do not naturally match this new regex.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7304d2e..18b235a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2601,7 +2601,7 @@ T:	git git://github.com/broadcom/cygnus-linux.git
 S:	Maintained
 N:	iproc
 N:	cygnus
-N:	nsp
+N:	bcm[-_]nsp
 N:	bcm9113*
 N:	bcm9583*
 N:	bcm9585*
@@ -2612,6 +2612,8 @@ N:	bcm583*
 N:	bcm585*
 N:	bcm586*
 N:	bcm88312
+F:	drivers/clk/bcm/clk-ns*
+F:	drivers/pinctrl/bcm/pinctrl-ns*
 
 BROADCOM BRCMSTB GPIO DRIVER
 M:	Gregory Fong <gregory.0xf0@gmail.com>
-- 
1.9.1

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

* [PATCH 2/4] MAINTAINERS: Add NS2 entry
  2016-06-20 21:07 [PATCH 0/4] MAINTAINERS: update BCM SoC entries Jon Mason
  2016-06-20 21:07 ` [PATCH 1/4] MAINTAINERS: Fix nsp false-positives Jon Mason
@ 2016-06-20 21:07 ` Jon Mason
  2016-06-20 21:07 ` [PATCH 3/4] MAINTAINERS: Update BCM63XX entry Jon Mason
  2016-06-20 21:14 ` [PATCH 0/4] MAINTAINERS: update BCM SoC entries Scott Branden
  3 siblings, 0 replies; 6+ messages in thread
From: Jon Mason @ 2016-06-20 21:07 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: Ray Jui, Scott Branden, linux-arm-kernel, linux-kernel

Add NS2 to the Broadcom iProc Subsystem maintainers entry.  Since most
of the NS2 entries are already covered via the ns* already present
there, all that is currently needed is to reference the device tree
files.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 18b235a..81be402 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2612,6 +2612,7 @@ N:	bcm583*
 N:	bcm585*
 N:	bcm586*
 N:	bcm88312
+F:	arch/arm64/boot/dts/broadcom/ns2*
 F:	drivers/clk/bcm/clk-ns*
 F:	drivers/pinctrl/bcm/pinctrl-ns*
 
-- 
1.9.1

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

* [PATCH 3/4] MAINTAINERS: Update BCM63XX entry
  2016-06-20 21:07 [PATCH 0/4] MAINTAINERS: update BCM SoC entries Jon Mason
  2016-06-20 21:07 ` [PATCH 1/4] MAINTAINERS: Fix nsp false-positives Jon Mason
  2016-06-20 21:07 ` [PATCH 2/4] MAINTAINERS: Add NS2 entry Jon Mason
@ 2016-06-20 21:07 ` Jon Mason
  2016-06-20 21:14 ` [PATCH 0/4] MAINTAINERS: update BCM SoC entries Scott Branden
  3 siblings, 0 replies; 6+ messages in thread
From: Jon Mason @ 2016-06-20 21:07 UTC (permalink / raw)
  To: Florian Fainelli; +Cc: Ray Jui, Scott Branden, linux-arm-kernel, linux-kernel

There are more files being supported by the BCM63XX than simply
"arch/arm/mach-bcm/bcm63xx.c" and "arch/arm/include/debug/bcm63xx.S".
Add a regex of "bcm63xx" to catch all the other files that are out
there.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 81be402..28a35f4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2523,8 +2523,7 @@ L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	bcm-kernel-feedback-list@broadcom.com
 T:	git git://github.com/broadcom/stblinux.git
 S:	Maintained
-F:	arch/arm/mach-bcm/bcm63xx.c
-F:	arch/arm/include/debug/bcm63xx.S
+N:	bcm63xx
 
 BROADCOM BCM63XX/BCM33XX UDC DRIVER
 M:	Kevin Cernekee <cernekee@gmail.com>
-- 
1.9.1

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

* Re: [PATCH 0/4] MAINTAINERS: update BCM SoC entries
  2016-06-20 21:07 [PATCH 0/4] MAINTAINERS: update BCM SoC entries Jon Mason
                   ` (2 preceding siblings ...)
  2016-06-20 21:07 ` [PATCH 3/4] MAINTAINERS: Update BCM63XX entry Jon Mason
@ 2016-06-20 21:14 ` Scott Branden
  2016-07-05 23:27   ` Florian Fainelli
  3 siblings, 1 reply; 6+ messages in thread
From: Scott Branden @ 2016-06-20 21:14 UTC (permalink / raw)
  To: Jon Mason, Florian Fainelli
  Cc: Ray Jui, Scott Branden, linux-arm-kernel, linux-kernel

Patch series looks good.

Acked-by: Scott Branden <scott.branden@broadcom.com>

On 16-06-20 02:07 PM, Jon Mason wrote:
> An overall clean-up to the MAINTAINER entries for a few Broadcom SoCs.
>
> Jon Mason (4):
>    MAINTAINERS: Fix nsp false-positives
>    MAINTAINERS: Add NS2 entry
>    MAINTAINERS: Update BCM63XX entry
>    MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry
>
>   MAINTAINERS | 19 +++++++++----------
>   1 file changed, 9 insertions(+), 10 deletions(-)
>

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

* Re: [PATCH 0/4] MAINTAINERS: update BCM SoC entries
  2016-06-20 21:14 ` [PATCH 0/4] MAINTAINERS: update BCM SoC entries Scott Branden
@ 2016-07-05 23:27   ` Florian Fainelli
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2016-07-05 23:27 UTC (permalink / raw)
  To: Scott Branden, Jon Mason
  Cc: Ray Jui, Scott Branden, linux-arm-kernel, linux-kernel

On 06/20/2016 02:14 PM, Scott Branden wrote:
> Patch series looks good.
> 
> Acked-by: Scott Branden <scott.branden@broadcom.com>

Series applied, thanks!
-- 
Florian

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

end of thread, other threads:[~2016-07-05 23:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-20 21:07 [PATCH 0/4] MAINTAINERS: update BCM SoC entries Jon Mason
2016-06-20 21:07 ` [PATCH 1/4] MAINTAINERS: Fix nsp false-positives Jon Mason
2016-06-20 21:07 ` [PATCH 2/4] MAINTAINERS: Add NS2 entry Jon Mason
2016-06-20 21:07 ` [PATCH 3/4] MAINTAINERS: Update BCM63XX entry Jon Mason
2016-06-20 21:14 ` [PATCH 0/4] MAINTAINERS: update BCM SoC entries Scott Branden
2016-07-05 23:27   ` 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).