2013-08-05 16:29:44

by Kevin Hilman

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers

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 <[email protected]>
Cc: David Woodhouse <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Nishanth Menon <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
---
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 <[email protected]>
+M: Nishanth Menon <[email protected]>
+S: Maintained
+F: drivers/power/avs/smartreflex.c
+F: include/linux/power/smartreflex.h
+L: [email protected]
+
PNP SUPPORT
M: Rafael J. Wysocki <[email protected]>
M: Bjorn Helgaas <[email protected]>
--
1.8.3


2013-08-06 01:51:53

by Anton Vorontsov

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers

On Mon, Aug 05, 2013 at 09:29:37AM -0700, 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.
>
...
> +M: Kevin Hilman <[email protected]>
> +M: Nishanth Menon <[email protected]>
> +S: Maintained
> +F: drivers/power/avs/smartreflex.c
> +F: include/linux/power/smartreflex.h

This line is borken (whitespaces).

> +L: [email protected]
> +
> PNP SUPPORT
> M: Rafael J. Wysocki <[email protected]>
> M: Bjorn Helgaas <[email protected]>
> --
> 1.8.3

2013-08-06 23:57:20

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers

Anton Vorontsov <[email protected]> writes:

> On Mon, Aug 05, 2013 at 09:29:37AM -0700, 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.
>>
> ...
>> +M: Kevin Hilman <[email protected]>
>> +M: Nishanth Menon <[email protected]>
>> +S: Maintained
>> +F: drivers/power/avs/smartreflex.c
>> +F: include/linux/power/smartreflex.h
>
> This line is borken (whitespaces).

doh, here's a fixed version.


>From 4032435bb07f92993a8c70d64337d8513f88565c Mon Sep 17 00:00:00 2001
From: Kevin Hilman <[email protected]>
Date: Mon, 5 Aug 2013 09:19:34 -0700
Subject: [PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS
drivers

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 <[email protected]>
Cc: David Woodhouse <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Nishanth Menon <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index defc053..93e9ba0 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 <[email protected]>
+M: Nishanth Menon <[email protected]>
+S: Maintained
+F: drivers/power/avs/smartreflex.c
+F: include/linux/power/smartreflex.h
+L: [email protected]
+
PNP SUPPORT
M: Rafael J. Wysocki <[email protected]>
M: Bjorn Helgaas <[email protected]>
--
1.8.3

2013-08-09 18:48:48

by Anton Vorontsov

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers

On Tue, Aug 06, 2013 at 04:57:14PM -0700, Kevin Hilman wrote:
> Subject: [PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS
> drivers
>
> 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 <[email protected]>
> Cc: David Woodhouse <[email protected]>
> Cc: Rafael J. Wysocki <[email protected]>
> Cc: Nishanth Menon <[email protected]>
> Signed-off-by: Kevin Hilman <[email protected]>
> ---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index defc053..93e9ba0 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 <[email protected]>
> +M: Nishanth Menon <[email protected]>
> +S: Maintained
> +F: drivers/power/avs/smartreflex.c
> +F: include/linux/power/smartreflex.h
> +L: [email protected]
> +

The file should be alphabetically sorted... I fixed it up and applied the
patch.

Thanks!

Anton

> PNP SUPPORT
> M: Rafael J. Wysocki <[email protected]>
> M: Bjorn Helgaas <[email protected]>
> --
> 1.8.3
>