From: Avi Fishman <[email protected]>
- Changes since version 2:
Follow Andrew Morton, Joe Perches and Mauro Carvalho Chehab comment on
the location of Documentation/devicetree/bindings
- Changes since version 1:
- Follow Greg KH comment to add changelog test in addition to the commit
subject
Add several subfolders to look for *npcm* files under
ARM/NUVOTON NPCM ARCHITECTURE
Avi Fishman (1):
MAINTAINERS: add subfolders for nuvoton *npcm*
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
2.14.1
From: Avi Fishman <[email protected]>
Add several subfolders to look for *npcm* files under
ARM/NUVOTON NPCM ARCHITECTURE
Signed-off-by: Avi Fishman <[email protected]>
---
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index e0ce3c5f32e5..dbe3ce376dfb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1727,7 +1727,9 @@ F: arch/arm/mach-npcm/
F: arch/arm/boot/dts/nuvoton-npcm*
F: include/dt-bindings/clock/nuvoton,npcm7xx-clks.h
F: drivers/*/*npcm*
-F: Documentation/*/*npcm*
+F: drivers/*/*/*npcm*
+F: Documentation/devicetree/bindings/*/*npcm*
+F: Documentation/devicetree/bindings/*/*/*npcm*
ARM/NUVOTON W90X900 ARM ARCHITECTURE
M: Wan ZongShun <[email protected]>
--
2.14.1