2017-06-21 18:47:56

by Stephen Boyd

[permalink] [raw]
Subject: [PATCH] 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]>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3bf9897f8df4..d49357a876c6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12307,6 +12307,15 @@ S: Supported
F: Documentation/networking/spider_net.txt
F: drivers/net/ethernet/toshiba/spider_net*

+SPMI SUBSYSTEM
+R: Stephen Boyd <[email protected]>
+L: [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]>
L: [email protected]
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


2017-07-14 16:56:21

by Andy Gross

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add entry for SPMI subsystem

On Wed, Jun 21, 2017 at 11:47:50AM -0700, Stephen Boyd wrote:
> 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]>