Skip to content

Commit 5c16124

Browse files
Jon Masonffainelli
authored andcommitted
MAINTAINERS: Fix nsp false-positives
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> Acked-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
1 parent 086f470 commit 5c16124

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MAINTAINERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@ T: git git://github.com/broadcom/cygnus-linux.git
26032603
S: Maintained
26042604
N: iproc
26052605
N: cygnus
2606-
N: nsp
2606+
N: bcm[-_]nsp
26072607
N: bcm9113*
26082608
N: bcm9583*
26092609
N: bcm9585*
@@ -2614,6 +2614,8 @@ N: bcm583*
26142614
N: bcm585*
26152615
N: bcm586*
26162616
N: bcm88312
2617+
F: drivers/clk/bcm/clk-ns*
2618+
F: drivers/pinctrl/bcm/pinctrl-ns*
26172619

26182620
BROADCOM BRCMSTB GPIO DRIVER
26192621
M: Gregory Fong <gregory.0xf0@gmail.com>

0 commit comments

Comments
 (0)