MAINTAINERS: Fix nsp false-positives
authorJon Mason <jon.mason@broadcom.com>
Mon, 20 Jun 2016 21:07:34 +0000 (17:07 -0400)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 7 Jul 2016 02:57:16 +0000 (19:57 -0700)
commit5c161242fcf96a47445ce1a9958cc16bdf8ccff9
tree8fdf4ece35b459b3a2100b0cced4674eee8800e9
parent086f470481f5305ac52ce960e31a7d4441886e59
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>
MAINTAINERS