diff mbox

MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers

Message ID 1375720159-13684-1-git-send-email-khilman@linaro.org (mailing list archive)
State Superseded, archived
Headers show

Commit Message

Kevin Hilman Aug. 5, 2013, 4:29 p.m. UTC
The SmartReflex AVS driver evolved out of the OMAP kernel and now
lives under drivers/power/avs.

I've historically been maintainer of this but Nishanth Menon is doing
most of the heavy lifting now.  Add us both as co-maintainers.

Cc: Anton Vorontsov <anton@enomsg.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Rafael Wysocki Aug. 6, 2013, 10:54 p.m. UTC | #1
On Monday, August 05, 2013 09:29:19 AM Kevin Hilman wrote:
> The SmartReflex AVS driver evolved out of the OMAP kernel and now
> lives under drivers/power/avs.
> 
> I've historically been maintainer of this but Nishanth Menon is doing
> most of the heavy lifting now.  Add us both as co-maintainers.
> 
> Cc: Anton Vorontsov <anton@enomsg.org>
> Cc: David Woodhouse <dwmw2@infradead.org>
> Cc: Rafael J. Wysocki <rjw@sisk.pl>
> Cc: Nishanth Menon <nm@ti.com>
> Signed-off-by: Kevin Hilman <khilman@linaro.org>

Who's supposed to take this patch?

Rafael


> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index defc053..466ca61 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6450,6 +6450,14 @@ S:	Maintained
>  F:	include/linux/power_supply.h
>  F:	drivers/power/
>  
> +SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
> +M:	Kevin Hilman <khilman@kernel.org>
> +M:	Nishanth Menon <nm@ti.com>
> +S:	Maintained
> +F:	drivers/power/avs/smartreflex.c
> +F:      include/linux/power/smartreflex.h
> +L:	linux-pm@vger.kernel.org
> +
>  PNP SUPPORT
>  M:	Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>  M:	Bjorn Helgaas <bhelgaas@google.com>
>
Kevin Hilman Aug. 6, 2013, 11:58 p.m. UTC | #2
"Rafael J. Wysocki" <rjw@sisk.pl> writes:

> On Monday, August 05, 2013 09:29:19 AM Kevin Hilman wrote:
>> The SmartReflex AVS driver evolved out of the OMAP kernel and now
>> lives under drivers/power/avs.
>> 
>> I've historically been maintainer of this but Nishanth Menon is doing
>> most of the heavy lifting now.  Add us both as co-maintainers.
>> 
>> Cc: Anton Vorontsov <anton@enomsg.org>
>> Cc: David Woodhouse <dwmw2@infradead.org>
>> Cc: Rafael J. Wysocki <rjw@sisk.pl>
>> Cc: Nishanth Menon <nm@ti.com>
>> Signed-off-by: Kevin Hilman <khilman@linaro.org>
>
> Who's supposed to take this patch?

I assumed Anton, but I wasn't sure since I've been merging
drivers/power/avs patches through you.

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Rafael Wysocki Aug. 7, 2013, 12:16 a.m. UTC | #3
On Tuesday, August 06, 2013 04:58:05 PM Kevin Hilman wrote:
> "Rafael J. Wysocki" <rjw@sisk.pl> writes:
> 
> > On Monday, August 05, 2013 09:29:19 AM Kevin Hilman wrote:
> >> The SmartReflex AVS driver evolved out of the OMAP kernel and now
> >> lives under drivers/power/avs.
> >> 
> >> I've historically been maintainer of this but Nishanth Menon is doing
> >> most of the heavy lifting now.  Add us both as co-maintainers.
> >> 
> >> Cc: Anton Vorontsov <anton@enomsg.org>
> >> Cc: David Woodhouse <dwmw2@infradead.org>
> >> Cc: Rafael J. Wysocki <rjw@sisk.pl>
> >> Cc: Nishanth Menon <nm@ti.com>
> >> Signed-off-by: Kevin Hilman <khilman@linaro.org>
> >
> > Who's supposed to take this patch?
> 
> I assumed Anton, but I wasn't sure since I've been merging
> drivers/power/avs patches through you.

I'm fine with Anton. :-)

Thanks,
Rafael

--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index defc053..466ca61 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6450,6 +6450,14 @@  S:	Maintained
 F:	include/linux/power_supply.h
 F:	drivers/power/
 
+SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
+M:	Kevin Hilman <khilman@kernel.org>
+M:	Nishanth Menon <nm@ti.com>
+S:	Maintained
+F:	drivers/power/avs/smartreflex.c
+F:      include/linux/power/smartreflex.h
+L:	linux-pm@vger.kernel.org
+
 PNP SUPPORT
 M:	Rafael J. Wysocki <rafael.j.wysocki@intel.com>
 M:	Bjorn Helgaas <bhelgaas@google.com>