From e7e86f42fa68c70cab4e964017273da32a77af07 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 30 Sep 2018 09:21:34 -0700 Subject: MAINTAINERS: MIPS/LOONGSON2 ARCHITECTURE - Use the normal wildcard style Neither git nor get_maintainer understands the curly brace style. Signed-off-by: Joe Perches Signed-off-by: Paul Burton Patchwork: https://patchwork.linux-mips.org/patch/20821/ Cc: Huacai Chen Cc: linux-mips Cc: LKML --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 02a39617ec82..ba90171786d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9658,7 +9658,8 @@ MIPS/LOONGSON2 ARCHITECTURE M: Jiaxun Yang L: linux-mips@linux-mips.org S: Maintained -F: arch/mips/loongson64/*{2e/2f}* +F: arch/mips/loongson64/fuloong-2e/ +F: arch/mips/loongson64/lemote-2f/ F: arch/mips/include/asm/mach-loongson64/ F: drivers/*/*loongson2* F: drivers/*/*/*loongson2* -- cgit v1.2.3 From b40afc0066405e5ecfce73949b56ddd6bb65bd10 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Fri, 12 Oct 2018 14:46:46 +0000 Subject: MAINTAINERS: use the correct location for dt-bindings includes for mux Just drop the "linux" part of the path, it was never correct. Reported-by: Joe Perches Fixes: 256ac0375098 ("dt-bindings: document devicetree bindings for mux-controllers and gpio-mux") Signed-off-by: Peter Rosin Signed-off-by: Greg Kroah-Hartman --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 40082e45b3da..6ac000cc006d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9865,7 +9865,7 @@ M: Peter Rosin S: Maintained F: Documentation/ABI/testing/sysfs-class-mux* F: Documentation/devicetree/bindings/mux/ -F: include/linux/dt-bindings/mux/ +F: include/dt-bindings/mux/ F: include/linux/mux/ F: drivers/mux/ -- cgit v1.2.3