aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Boyd <[email protected]>2017-06-21 11:47:50 -0700
committerGreg Kroah-Hartman <[email protected]>2017-07-17 15:00:47 +0200
commit6b71016e4b253172545e8388ff646f0dcbda18a8 (patch)
tree5ba1d8183ab2863e01632298b92b882b70706164
parentd50daa2af2618dab6d21634e65a5fbcf4ae437d6 (diff)
MAINTAINERS: Add entry for SPMI subsystem
I have the hardware and I've been reviewing SPMI patches when they come on the list. Add myself as a reviewer in this area and add the linux-arm-msm list because people subscribed there also have the hardware. Cc: Kiran Gunda <[email protected]> Cc: Abhijeet Dharmapurikar <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Acked-by: Andy Gross <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 205d3977ac46..b49af4f695fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12527,6 +12527,15 @@ S: Supported
F: Documentation/networking/spider_net.txt
F: drivers/net/ethernet/toshiba/spider_net*
+SPMI SUBSYSTEM
+R: Stephen Boyd <[email protected]>
+F: Documentation/devicetree/bindings/spmi/
+F: drivers/spmi/
+F: include/dt-bindings/spmi/spmi.h
+F: include/linux/spmi.h
+F: include/trace/events/spmi.h
+
SPU FILE SYSTEM
M: Jeremy Kerr <[email protected]>