* [PATCH V4] thermal: cpu_cooling: Add MAINTAINERS entry
@ 2015-08-27 2:02 Viresh Kumar
2015-08-27 9:01 ` Javi Merino
2015-09-09 1:49 ` Viresh Kumar
0 siblings, 2 replies; 3+ messages in thread
From: Viresh Kumar @ 2015-08-27 2:02 UTC (permalink / raw)
To: edubezval
Cc: linaro-kernel, javi.merino, Viresh Kumar, Amit Daniel Kachhap,
Amit Daniel Kachhap, Andrew Morton, Arnd Bergmann,
David S. Miller, Greg KH, Jiri Slaby, Joe Perches, open list,
Mauro Carvalho Chehab
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 <edubezval@gmail.com>
Acked-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
Acked-by: Amit Daniel Kachhap <amit.kachhap@gmail.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
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 <amit.kachhap@gmail.com>
+M: Viresh Kumar <viresh.kumar@linaro.org>
+M: Javi Merino <javi.merino@arm.com>
+L: linux-pm@vger.kernel.org
+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 <vivien.didelot@savoirfairelinux.com>
S: Maintained
--
2.4.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH V4] thermal: cpu_cooling: Add MAINTAINERS entry
2015-08-27 2:02 [PATCH V4] thermal: cpu_cooling: Add MAINTAINERS entry Viresh Kumar
@ 2015-08-27 9:01 ` Javi Merino
2015-09-09 1:49 ` Viresh Kumar
1 sibling, 0 replies; 3+ messages in thread
From: Javi Merino @ 2015-08-27 9:01 UTC (permalink / raw)
To: Viresh Kumar
Cc: edubezval@gmail.com, linaro-kernel@lists.linaro.org,
Amit Daniel Kachhap, Amit Daniel Kachhap, Andrew Morton,
Arnd Bergmann, David S. Miller, Greg KH, Jiri Slaby, Joe Perches,
open list, Mauro Carvalho Chehab
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 <edubezval@gmail.com>
> Acked-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
> Acked-by: Amit Daniel Kachhap <amit.kachhap@gmail.com>
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Javi Merino <javi.merino@arm.com>
> ---
> 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 <amit.kachhap@gmail.com>
> +M: Viresh Kumar <viresh.kumar@linaro.org>
> +M: Javi Merino <javi.merino@arm.com>
> +L: linux-pm@vger.kernel.org
> +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 <vivien.didelot@savoirfairelinux.com>
> S: Maintained
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH V4] thermal: cpu_cooling: Add MAINTAINERS entry
2015-08-27 2:02 [PATCH V4] thermal: cpu_cooling: Add MAINTAINERS entry Viresh Kumar
2015-08-27 9:01 ` Javi Merino
@ 2015-09-09 1:49 ` Viresh Kumar
1 sibling, 0 replies; 3+ messages in thread
From: Viresh Kumar @ 2015-09-09 1:49 UTC (permalink / raw)
To: edubezval
Cc: linaro-kernel, javi.merino, Amit Daniel Kachhap,
Amit Daniel Kachhap, Andrew Morton, Arnd Bergmann,
David S. Miller, Greg KH, Jiri Slaby, Joe Perches, open list,
Mauro Carvalho Chehab
On 27-08-15, 07:32, 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 <edubezval@gmail.com>
> Acked-by: Amit Daniel Kachhap <amit.daniel@samsung.com>
> Acked-by: Amit Daniel Kachhap <amit.kachhap@gmail.com>
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
> V4: Adding Javi as well into maintainers.
>
> MAINTAINERS | 10 ++++++++++
> 1 file changed, 10 insertions(+)
Ping !!
--
viresh
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-09 1:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27 2:02 [PATCH V4] thermal: cpu_cooling: Add MAINTAINERS entry Viresh Kumar
2015-08-27 9:01 ` Javi Merino
2015-09-09 1:49 ` Viresh Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox