Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1210117 > unrolled thread
| Started by | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| First post | 2015-08-20 04:50 +0200 |
| Last post | 2015-08-20 08:30 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH V3] thermal: cpu_cooling: Add MAINTAINERS entry Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-20 04:50 +0200
Re: [PATCH V3] thermal: cpu_cooling: Add MAINTAINERS entry Daniel Lezcano <daniel.lezcano@linaro.org> - 2015-08-20 05:10 +0200
Re: [PATCH V3] thermal: cpu_cooling: Add MAINTAINERS entry Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-20 05:20 +0200
Re: [PATCH V3] thermal: cpu_cooling: Add MAINTAINERS entry Javi Merino <javi.merino@arm.com> - 2015-08-20 08:30 +0200
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2015-08-20 04:50 +0200 |
| Subject | [PATCH V3] thermal: cpu_cooling: Add MAINTAINERS entry |
| Message-ID | <pZo5s-8ja-9@gated-at.bofh.it> |
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> --- V2->V3: - Updated Amit's email address MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 5d8ab5c06c4f..e733bd6272b7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10298,6 +10298,15 @@ 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> +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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Daniel Lezcano <daniel.lezcano@linaro.org> |
|---|---|
| Date | 2015-08-20 05:10 +0200 |
| Message-ID | <pZooN-tt-7@gated-at.bofh.it> |
| In reply to | #1210117 |
On 08/20/2015 04:40 AM, 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> Shouldn't be Javi Merino in Cc ? -- <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook | <http://twitter.com/#!/linaroorg> Twitter | <http://www.linaro.org/linaro-blog/> Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2015-08-20 05:20 +0200 |
| Message-ID | <pZoyt-Em-3@gated-at.bofh.it> |
| In reply to | #1210125 |
On 20-08-15, 05:01, Daniel Lezcano wrote: > On 08/20/2015 04:40 AM, 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> > > Shouldn't be Javi Merino in Cc ? Added him now, he wasn't there as get_maintainers missed his work :) -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Javi Merino <javi.merino@arm.com> |
|---|---|
| Date | 2015-08-20 08:30 +0200 |
| Message-ID | <pZrwl-56Y-3@gated-at.bofh.it> |
| In reply to | #1210127 |
On Thu, Aug 20, 2015 at 04:10:39AM +0100, Viresh Kumar wrote: > On 20-08-15, 05:01, Daniel Lezcano wrote: > > On 08/20/2015 04:40 AM, 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> > > > > Shouldn't be Javi Merino in Cc ? > > Added him now, he wasn't there as get_maintainers missed his work :) Can you add me to the MAINTAINERS as well? Thanks, Javi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web