From: Jon Mason Date: Mon, 20 Jun 2016 21:07:34 +0000 (-0400) Subject: MAINTAINERS: Fix nsp false-positives X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5c161242fcf96a47445ce1a9958cc16bdf8ccff9;p=linux-beck.git 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 Acked-by: Scott Branden Signed-off-by: Florian Fainelli --- 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