aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuacai Chen <[email protected]>2017-12-07 14:31:08 +0800
committerJames Hogan <[email protected]>2018-01-09 22:10:56 +0000
commitffe1f9356fbe55df7dd7f7f6b050ee8b7136611f (patch)
tree9018bab0539950afce6f14713bdada09acf2e86b
parent03faa09cc96b1f8f4749949801b580ad82d4c76a (diff)
MAINTAINERS: Add Loongson-2/Loongson-3 maintainers
Add Jiaxun Yang as the MIPS/Loongson-2 maintainer and add Huacai Chen as the MIPS/Loongson-3 maintainer. [[email protected]: Don't put all of drivers/platform/mips/ into these two entries but rather only the files required even though at this time the Loongson platforms are the only users of drivers/platform/mips/.] Signed-off-by: Huacai Chen <[email protected]> Signed-off-by: Jiaxun Yang <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Stephen Rothwell <[email protected]> Cc: James Hogan <[email protected]> Cc: Rui Wang <[email protected]> Cc: Binbin Zhou <[email protected]> Cc: Ce Sun <[email protected]> Cc: Yao Wang <[email protected]> Cc: Liangliang Huang <[email protected]> Cc: Fuxin Zhang <[email protected]> Cc: Zhangjin Wu <[email protected]> Cc: Jiaxun Yang <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: Huacai Chen <[email protected]> Patchwork: https://patchwork.linux-mips.org/patch/17888/ Signed-off-by: Ralf Baechle <[email protected]> Signed-off-by: James Hogan <[email protected]>
-rw-r--r--MAINTAINERS19
1 files changed, 19 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1bfc6e2536a2..5ce468fe2088 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9124,6 +9124,25 @@ F: arch/mips/include/asm/mach-loongson32/
F: drivers/*/*loongson1*
F: drivers/*/*/*loongson1*
+MIPS/LOONGSON2 ARCHITECTURE
+M: Jiaxun Yang <[email protected]>
+S: Maintained
+F: arch/mips/loongson64/*{2e/2f}*
+F: arch/mips/include/asm/mach-loongson64/
+F: drivers/*/*loongson2*
+F: drivers/*/*/*loongson2*
+
+MIPS/LOONGSON3 ARCHITECTURE
+M: Huacai Chen <[email protected]>
+S: Maintained
+F: arch/mips/loongson64/
+F: arch/mips/include/asm/mach-loongson64/
+F: drivers/platform/mips/cpu_hwmon.c
+F: drivers/*/*loongson3*
+F: drivers/*/*/*loongson3*
+
MIPS RINT INSTRUCTION EMULATION
M: Aleksandar Markovic <[email protected]>