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

STALE3715d

11 messages, 4 authors, 2016-07-05 · open the first message on its own page

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

From: Jon Mason <hidden>
Date: 2016-06-20 21:07:58

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

[PATCH 4/4] MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry

From: Jon Mason <hidden>
Date: 2016-06-20 21:07:37

There are many clock, pinctl, and misc others that should be covered
under the BCM281XX/BCM11XXX/BCM216XX ARM listing.  Change the entry to
use regex's that should cover all the files.

Also, remove the bcm_defconfig entry (as the file is being removed), and
arch/arm64/boot/dts/broadcom reference (as that is not accurate for this
group of maintainers and all the device trees under it should now be
covered by other maintainer entries).

Signed-off-by: Jon Mason <redacted>
---
 MAINTAINERS | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 28a35f4..01382ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2481,14 +2481,11 @@ M:	Scott Branden <sbranden@broadcom.com>
 L:	bcm-kernel-feedback-list at broadcom.com
 T:	git git://github.com/broadcom/mach-bcm
 S:	Maintained
+N:	bcm281*
+N:	bcm113*
+N:	bcm216*
+N:	kona
 F:	arch/arm/mach-bcm/
-F:	arch/arm/boot/dts/bcm113*
-F:	arch/arm/boot/dts/bcm216*
-F:	arch/arm/boot/dts/bcm281*
-F:	arch/arm64/boot/dts/broadcom/
-F:	arch/arm/configs/bcm_defconfig
-F:	drivers/mmc/host/sdhci-bcm-kona.c
-F:	drivers/clocksource/bcm_kona_timer.c
 
 BROADCOM BCM2835 ARM ARCHITECTURE
 M:	Stephen Warren <swarren@wwwdotorg.org>
-- 
1.9.1

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

From: Jon Mason <hidden>
Date: 2016-06-20 21:08:10

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 <redacted>
---
 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

[PATCH 2/4] MAINTAINERS: Add NS2 entry

From: Jon Mason <hidden>
Date: 2016-06-20 21:08:19

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 <redacted>
---
 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

[PATCH 3/4] MAINTAINERS: Update BCM63XX entry

From: Jon Mason <hidden>
Date: 2016-06-20 21:08:39

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 <redacted>
---
 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 at lists.infradead.org (moderated for non-subscribers)
 L:	bcm-kernel-feedback-list at 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

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

From: Scott Branden <scott.branden@broadcom.com>
Date: 2016-06-20 21:15:13

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(-)

[PATCH 4/4] MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry

From: Chris Brand <hidden>
Date: 2016-06-20 21:35:07

On Mon, Jun 20, 2016 at 2:07 PM, Jon Mason [off-list ref] wrote:
quoted hunk
There are many clock, pinctl, and misc others that should be covered
under the BCM281XX/BCM11XXX/BCM216XX ARM listing.  Change the entry to
use regex's that should cover all the files.

Also, remove the bcm_defconfig entry (as the file is being removed), and
arch/arm64/boot/dts/broadcom reference (as that is not accurate for this
group of maintainers and all the device trees under it should now be
covered by other maintainer entries).

Signed-off-by: Jon Mason <redacted>
---
 MAINTAINERS | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 28a35f4..01382ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2481,14 +2481,11 @@ M:      Scott Branden <sbranden@broadcom.com>
 L:     bcm-kernel-feedback-list at broadcom.com
 T:     git git://github.com/broadcom/mach-bcm
 S:     Maintained
+N:     bcm281*
+N:     bcm113*
+N:     bcm216*
+N:     kona
Hmmm. We should probably add bcm23550 here, too.
 F:     arch/arm/mach-bcm/
-F:     arch/arm/boot/dts/bcm113*
-F:     arch/arm/boot/dts/bcm216*
-F:     arch/arm/boot/dts/bcm281*
-F:     arch/arm64/boot/dts/broadcom/
-F:     arch/arm/configs/bcm_defconfig
-F:     drivers/mmc/host/sdhci-bcm-kona.c
-F:     drivers/clocksource/bcm_kona_timer.c

 BROADCOM BCM2835 ARM ARCHITECTURE
 M:     Stephen Warren [off-list ref]
Chris

[PATCH 4/4] MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry

From: Jon Mason <hidden>
Date: 2016-06-21 14:34:45

On Mon, Jun 20, 2016 at 5:35 PM, Chris Brand [off-list ref] wrote:
On Mon, Jun 20, 2016 at 2:07 PM, Jon Mason [off-list ref] wrote:
quoted
There are many clock, pinctl, and misc others that should be covered
under the BCM281XX/BCM11XXX/BCM216XX ARM listing.  Change the entry to
use regex's that should cover all the files.

Also, remove the bcm_defconfig entry (as the file is being removed), and
arch/arm64/boot/dts/broadcom reference (as that is not accurate for this
group of maintainers and all the device trees under it should now be
covered by other maintainer entries).

Signed-off-by: Jon Mason <redacted>
---
 MAINTAINERS | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 28a35f4..01382ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2481,14 +2481,11 @@ M:      Scott Branden <sbranden@broadcom.com>
 L:     bcm-kernel-feedback-list at broadcom.com
 T:     git git://github.com/broadcom/mach-bcm
 S:     Maintained
+N:     bcm281*
+N:     bcm113*
+N:     bcm216*
+N:     kona
Hmmm. We should probably add bcm23550 here, too.
Sure, I'll be happy to ammend this patch to add "N:    bcm23550",
which appears to cover all of the newly added files.  Also, does it
make sense to add you to the list of maintainers above?

Thanks,
Jon
quoted
 F:     arch/arm/mach-bcm/
-F:     arch/arm/boot/dts/bcm113*
-F:     arch/arm/boot/dts/bcm216*
-F:     arch/arm/boot/dts/bcm281*
-F:     arch/arm64/boot/dts/broadcom/
-F:     arch/arm/configs/bcm_defconfig
-F:     drivers/mmc/host/sdhci-bcm-kona.c
-F:     drivers/clocksource/bcm_kona_timer.c

 BROADCOM BCM2835 ARM ARCHITECTURE
 M:     Stephen Warren [off-list ref]
Chris

[PATCH 4/4] MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry

From: Chris Brand <hidden>
Date: 2016-06-21 16:07:50

On Tue, Jun 21, 2016 at 7:34 AM, Jon Mason [off-list ref] wrote:
[snip]
quoted
Hmmm. We should probably add bcm23550 here, too.
Sure, I'll be happy to ammend this patch to add "N:    bcm23550",
which appears to cover all of the newly added files.  Also, does it
make sense to add you to the list of maintainers above?
I guess so, yes.

Chris

[PATCH 4/4] MAINTAINERS: Update BCM281XX/BCM11XXX/BCM216XX entry

From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2016-06-23 02:54:01

Le 21/06/2016 09:07, Chris Brand a ?crit :
On Tue, Jun 21, 2016 at 7:34 AM, Jon Mason [off-list ref] wrote:
[snip]
quoted
quoted
Hmmm. We should probably add bcm23550 here, too.
Sure, I'll be happy to ammend this patch to add "N:    bcm23550",
which appears to cover all of the newly added files.  Also, does it
make sense to add you to the list of maintainers above?
I guess so, yes.
Do you have a specific email address that would you want to use?
-- 
Florian

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

From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2016-07-05 23:27:15

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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help