aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2018-12-06 07:23:18 +0100
committerJohan Hovold <johan@kernel.org>2018-12-06 17:22:58 +0100
commit63cea1f735284b2244e3f031625c65373520eff9 (patch)
tree51f3e39e654a4cf117168c359e13dd5d9f9b396e /MAINTAINERS
parentMAINTAINERS: add gnss scm tree (diff)
downloadlinux-dev-63cea1f735284b2244e3f031625c65373520eff9.tar.xz
linux-dev-63cea1f735284b2244e3f031625c65373520eff9.zip
MAINTAINERS: exclude gnss from SIRFPRIMA2 regex matching
Exclude the gnss subsystem from SIRMPRIMA2 regex matching, which would otherwise match the unrelated gnss sirf driver. Cc: Barry Song <baohua@kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 03766ddf95a3..0f083103d625 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1472,6 +1472,7 @@ F: drivers/clk/sirf/
F: drivers/clocksource/timer-prima2.c
F: drivers/clocksource/timer-atlas7.c
N: [^a-z]sirf
+X: drivers/gnss
ARM/EBSA110 MACHINE SUPPORT
M: Russell King <linux@armlinux.org.uk>