Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1427041 > unrolled thread

[PATCH 0/4] MAINTAINERS: update BCM SoC entries

Started byJon Mason <jon.mason@broadcom.com>
First post2016-06-20 23:10 +0200
Last post2016-06-20 23:20 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] MAINTAINERS: update BCM SoC entries Jon Mason <jon.mason@broadcom.com> - 2016-06-20 23:10 +0200
    [PATCH 3/4] MAINTAINERS: Update BCM63XX entry Jon Mason <jon.mason@broadcom.com> - 2016-06-20 23:10 +0200
    [PATCH 1/4] MAINTAINERS: Fix nsp false-positives Jon Mason <jon.mason@broadcom.com> - 2016-06-20 23:10 +0200
    Re: [PATCH 0/4] MAINTAINERS: update BCM SoC entries Scott Branden <scott.branden@broadcom.com> - 2016-06-20 23:20 +0200

#1427041 — [PATCH 0/4] MAINTAINERS: update BCM SoC entries

FromJon Mason <jon.mason@broadcom.com>
Date2016-06-20 23:10 +0200
Subject[PATCH 0/4] MAINTAINERS: update BCM SoC entries
Message-ID<rMeCd-4YK-7@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1427047 — [PATCH 3/4] MAINTAINERS: Update BCM63XX entry

FromJon Mason <jon.mason@broadcom.com>
Date2016-06-20 23:10 +0200
Subject[PATCH 3/4] MAINTAINERS: Update BCM63XX entry
Message-ID<rMeCe-4YK-23@gated-at.bofh.it>
In reply to#1427041
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

[toc] | [prev] | [next] | [standalone]


#1427052 — [PATCH 1/4] MAINTAINERS: Fix nsp false-positives

FromJon Mason <jon.mason@broadcom.com>
Date2016-06-20 23:10 +0200
Subject[PATCH 1/4] MAINTAINERS: Fix nsp false-positives
Message-ID<rMeCe-4YK-29@gated-at.bofh.it>
In reply to#1427041
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

[toc] | [prev] | [next] | [standalone]


#1427061

FromScott Branden <scott.branden@broadcom.com>
Date2016-06-20 23:20 +0200
Message-ID<rMeLT-52j-15@gated-at.bofh.it>
In reply to#1427041
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(-)
>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web