diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-14 07:59:37 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-15 17:10:01 -0400 |
commit | 5efa6f8473cc50299c0bdd68280a472993cc5c32 (patch) | |
tree | 0173af63057b1498cacd8e36562ea245863a2ea6 | |
parent | 2f635cff0e902a9e70e1039e471645c9167bb398 (diff) |
MAINTAINERS: fix location of DT npcm files
The specified locations are not right. Fix the wildcard logic
to point to the correct directories.
Without that, get-maintainer won't get things right:
$ ./scripts/get_maintainer.pl --no-git-fallback --no-r --no-n --no-l -f Documentation/devicetree/bindings/arm/cpu-enable-method/nuvoton,npcm750-smp
robh+dt@kernel.org (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS)
mark.rutland@arm.com (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS)
After the patch, it will properly point to NPCM arch maintainers:
$ ./scripts/get_maintainer.pl --no-git-fallback --no-r --no-n --no-l -f Documentation/devicetree/bindings/arm/cpu-enable-method/nuvoton,npcm750-smp
avifishman70@gmail.com (supporter:ARM/NUVOTON NPCM ARCHITECTURE)
tmaimon77@gmail.com (supporter:ARM/NUVOTON NPCM ARCHITECTURE)
robh+dt@kernel.org (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS)
mark.rutland@arm.com (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS)
Cc: Avi Fishman <avifishman70@gmail.com>
Cc: Tomer Maimon <tmaimon77@gmail.com>
Cc: Patrick Venture <venture@google.com>
Cc: Nancy Yuen <yuenn@google.com>
Cc: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 43eee2fb8798..783ce44b3e7a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1732,7 +1732,8 @@ F: arch/arm/mach-npcm/ | |||
1732 | F: arch/arm/boot/dts/nuvoton-npcm* | 1732 | F: arch/arm/boot/dts/nuvoton-npcm* |
1733 | F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h | 1733 | F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h |
1734 | F: drivers/*/*npcm* | 1734 | F: drivers/*/*npcm* |
1735 | F: Documentation/*/*npcm* | 1735 | F: Documentation/devicetree/bindings/*/*npcm* |
1736 | F: Documentation/devicetree/bindings/*/*/*npcm* | ||
1736 | 1737 | ||
1737 | ARM/NUVOTON W90X900 ARM ARCHITECTURE | 1738 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
1738 | M: Wan ZongShun <mcuos.com@gmail.com> | 1739 | M: Wan ZongShun <mcuos.com@gmail.com> |