Re: [PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-07-07 Thread Pi-Cheng Chen
Hi Viresh, On Tue, Jul 7, 2015 at 6:27 PM, Viresh Kumar wrote: > On 01-07-15, 12:13, Pi-Cheng Chen wrote: >> Sorry for the mistake I made when cherry-picking the patch. Fix and resend >> again. > > You really want above to show up in git logs ? > > Any comments like this should be present: > -

Re: [PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-07-07 Thread Viresh Kumar
On 01-07-15, 12:13, Pi-Cheng Chen wrote: > Sorry for the mistake I made when cherry-picking the patch. Fix and resend > again. You really want above to show up in git logs ? Any comments like this should be present: - in cover-letter - OR after the three dashes below --- - OR must be followed

Re: [PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-07-07 Thread Javi Merino
On Wed, Jul 01, 2015 at 05:13:14AM +0100, Pi-Cheng Chen wrote: > Sorry for the mistake I made when cherry-picking the patch. Fix and resend > again. > > __cpufreq_cooling_register() might fail if some CPU other than first one in > clip_cpu mask is present earlier e.g. CPU hotplug. Iterate all

Re: [PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-07-07 Thread Javi Merino
On Wed, Jul 01, 2015 at 05:13:14AM +0100, Pi-Cheng Chen wrote: Sorry for the mistake I made when cherry-picking the patch. Fix and resend again. __cpufreq_cooling_register() might fail if some CPU other than first one in clip_cpu mask is present earlier e.g. CPU hotplug. Iterate all CPUs in

Re: [PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-07-07 Thread Viresh Kumar
On 01-07-15, 12:13, Pi-Cheng Chen wrote: Sorry for the mistake I made when cherry-picking the patch. Fix and resend again. You really want above to show up in git logs ? Any comments like this should be present: - in cover-letter - OR after the three dashes below --- - OR must be followed with

Re: [PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-07-07 Thread Pi-Cheng Chen
Hi Viresh, On Tue, Jul 7, 2015 at 6:27 PM, Viresh Kumar viresh.ku...@linaro.org wrote: On 01-07-15, 12:13, Pi-Cheng Chen wrote: Sorry for the mistake I made when cherry-picking the patch. Fix and resend again. You really want above to show up in git logs ? Any comments like this should be

[PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-06-30 Thread Pi-Cheng Chen
Sorry for the mistake I made when cherry-picking the patch. Fix and resend again. __cpufreq_cooling_register() might fail if some CPU other than first one in clip_cpu mask is present earlier e.g. CPU hotplug. Iterate all CPUs in the mask to handle this case. Signed-off-by: Pi-Cheng Chen ---

[PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-06-30 Thread Pi-Cheng Chen
__cpufreq_cooling_register() might fail if some CPU other than first one in clip_cpu mask is present earlier e.g. CPU hotplug. Iterate all CPUs in the mask to handle this case. Signed-off-by: Pi-Cheng Chen --- drivers/thermal/cpu_cooling.c | 8 +++- 1 file changed, 7 insertions(+), 1

[PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-06-30 Thread Pi-Cheng Chen
Sorry for the mistake I made when cherry-picking the patch. Fix and resend again. __cpufreq_cooling_register() might fail if some CPU other than first one in clip_cpu mask is present earlier e.g. CPU hotplug. Iterate all CPUs in the mask to handle this case. Signed-off-by: Pi-Cheng Chen

[PATCH] thermal: cpu_cooling: Iterate over all CPUs in clip_cpu mask to get frequency table

2015-06-30 Thread Pi-Cheng Chen
__cpufreq_cooling_register() might fail if some CPU other than first one in clip_cpu mask is present earlier e.g. CPU hotplug. Iterate all CPUs in the mask to handle this case. Signed-off-by: Pi-Cheng Chen pi-cheng.c...@linaro.org --- drivers/thermal/cpu_cooling.c | 8 +++- 1 file changed, 7