aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerge Semin <[email protected]>2020-07-14 15:57:52 +0300
committerThomas Bogendoerfer <[email protected]>2020-07-21 10:26:06 +0200
commit4e4fcc9e6f439f2e8d0c79fd0c6518b7811cefda (patch)
tree90a64125ae169bd4e859bc7adc06937f419cf40a
parent16274e58c4736cf31e7d61059d74ca94735084a3 (diff)
MAINTAINERS: Add maintainers for MIPS core drivers
Add Thomas and myself as maintainers of the MIPS CPU and GIC IRQchip, MIPS GIC timer and MIPS CPS CPUidle drivers. Signed-off-by: Serge Semin <[email protected]> Acked-by: Marc Zyngier <[email protected]> Acked-by: Daniel Lezcano <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
-rw-r--r--MAINTAINERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 68f21d46614c..bddc79ae76e6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11432,6 +11432,17 @@ F: arch/mips/configs/generic/board-boston.config
F: drivers/clk/imgtec/clk-boston.c
F: include/dt-bindings/clock/boston-clock.h
+MIPS CORE DRIVERS
+M: Thomas Bogendoerfer <[email protected]>
+M: Serge Semin <[email protected]>
+S: Supported
+F: drivers/bus/mips_cdmm.c
+F: drivers/clocksource/mips-gic-timer.c
+F: drivers/cpuidle/cpuidle-cps.c
+F: drivers/irqchip/irq-mips-cpu.c
+F: drivers/irqchip/irq-mips-gic.c
+
MIPS GENERIC PLATFORM
M: Paul Burton <[email protected]>