2015-08-27 02:02:34

by Viresh Kumar

[permalink] [raw]
Subject: [PATCH V4] thermal: cpu_cooling: Add MAINTAINERS entry

None of the patches are reaching Viresh or Daniel directly as
get_maintainers doesn't report us as maintainers. Looks like file header
or history of commits isn't able to do that properly.

Add a separate entry for cpu_cooling driver in MAINTAINERS.

Acked-by: Eduardo Valentin <[email protected]>
Acked-by: Amit Daniel Kachhap <[email protected]>
Acked-by: Amit Daniel Kachhap <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
---
V4: Adding Javi as well into maintainers.

MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5d8ab5c06c4f..12a47b8ad140 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10298,6 +10298,16 @@ F: include/uapi/linux/thermal.h
F: include/linux/cpu_cooling.h
F: Documentation/devicetree/bindings/thermal/

+THERMAL/CPU_COOLING
+M: Amit Daniel Kachhap <[email protected]>
+M: Viresh Kumar <[email protected]>
+M: Javi Merino <[email protected]>
+L: [email protected]
+S: Supported
+F: Documentation/thermal/cpu-cooling-api.txt
+F: drivers/thermal/cpu_cooling.c
+F: include/linux/cpu_cooling.h
+
THINGM BLINK(1) USB RGB LED DRIVER
M: Vivien Didelot <[email protected]>
S: Maintained
--
2.4.0


2015-08-27 09:01:57

by Javi Merino

[permalink] [raw]
Subject: Re: [PATCH V4] thermal: cpu_cooling: Add MAINTAINERS entry

On Thu, Aug 27, 2015 at 03:02:11AM +0100, Viresh Kumar wrote:
> None of the patches are reaching Viresh or Daniel directly as
> get_maintainers doesn't report us as maintainers. Looks like file header
> or history of commits isn't able to do that properly.
>
> Add a separate entry for cpu_cooling driver in MAINTAINERS.
>
> Acked-by: Eduardo Valentin <[email protected]>
> Acked-by: Amit Daniel Kachhap <[email protected]>
> Acked-by: Amit Daniel Kachhap <[email protected]>
> Signed-off-by: Viresh Kumar <[email protected]>

Acked-by: Javi Merino <[email protected]>

> ---
> V4: Adding Javi as well into maintainers.
>
> MAINTAINERS | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5d8ab5c06c4f..12a47b8ad140 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10298,6 +10298,16 @@ F: include/uapi/linux/thermal.h
> F: include/linux/cpu_cooling.h
> F: Documentation/devicetree/bindings/thermal/
>
> +THERMAL/CPU_COOLING
> +M: Amit Daniel Kachhap <[email protected]>
> +M: Viresh Kumar <[email protected]>
> +M: Javi Merino <[email protected]>
> +L: [email protected]
> +S: Supported
> +F: Documentation/thermal/cpu-cooling-api.txt
> +F: drivers/thermal/cpu_cooling.c
> +F: include/linux/cpu_cooling.h
> +
> THINGM BLINK(1) USB RGB LED DRIVER
> M: Vivien Didelot <[email protected]>
> S: Maintained