diff options
author | Jon Mason <jon.mason@broadcom.com> | 2016-06-20 23:07:34 +0200 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-07-07 04:57:16 +0200 |
commit | 5c161242fcf96a47445ce1a9958cc16bdf8ccff9 (patch) | |
tree | 8fdf4ece35b459b3a2100b0cced4674eee8800e9 /MAINTAINERS | |
parent | MAINTAINERS: Change L to M for Broadcom ARM/ARM64 SoC entries (diff) | |
download | linux-5c161242fcf96a47445ce1a9958cc16bdf8ccff9.tar.xz linux-5c161242fcf96a47445ce1a9958cc16bdf8ccff9.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6aa1608d45ab..f4424a1402d1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2603,7 +2603,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* @@ -2614,6 +2614,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> |