Re: [PATCH V2 4/6] Thermal: Remove the cooling_cpufreq_list.
From: Francesco Lavra <hidden>
Date: 2012-10-27 06:37:11
Also in:
lkml
From: Francesco Lavra <hidden>
Date: 2012-10-27 06:37:11
Also in:
lkml
On Fri, 26 Oct 2012 15:09:05 +0800, Hongbo Zhang wrote:
From: "hongbo.zhang" <hongbo.zhang at linaro.com> Problem of using this list is that the cpufreq_get_max_state callback will be called when register cooling device by thermal_cooling_device_register, but this list isn't ready at this moment. What's more, there is no need to maintain such a list, we can get cpufreq_cooling_device instance by the private thermal_cooling_device.devdata. Signed-off-by: hongbo.zhang <hongbo.zhang at linaro.com>
FWIW, Reviewed-by: Francesco Lavra <redacted>