linux-kernel-test/drivers/thermal
hongbo.zhang 160b7d8048 Thermal: Remove the cooling_cpufreq_list.
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@linaro.com>
Reviewed-by: Francesco Lavra <francescolavra.fl@gmail.com>
Reviewed-by: Amit Daniel Kachhap <amit.kachhap@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
2012-11-07 14:52:27 +08:00
..
cpu_cooling.c Thermal: Remove the cooling_cpufreq_list. 2012-11-07 14:52:27 +08:00
exynos_thermal.c Thermal: Pass zone parameters as argument to tzd_register 2012-11-05 13:59:57 +08:00
fair_share.c thermal: fair_share: Add missing static storage class specifiers 2012-11-05 14:00:10 +08:00
Kconfig Thermal: Provide option to choose default thermal governor 2012-11-05 14:00:09 +08:00
Makefile Thermal: Add a thermal notifier for user space 2012-11-05 14:00:08 +08:00
rcar_thermal.c thermal: rcar_thermal: remove explicitly used devm_kfree/iounap() 2012-11-07 11:35:46 +08:00
spear_thermal.c Thermal: Pass zone parameters as argument to tzd_register 2012-11-05 13:59:57 +08:00
step_wise.c thermal: step_wise: Add missing static storage class specifiers 2012-11-05 14:00:10 +08:00
thermal_core.h Thermal: Move thermal_instance to thermal_core.h 2012-11-05 13:56:32 +08:00
thermal_sys.c Thermal: Fix oops and unlocking in thermal_sys.c 2012-11-05 14:00:10 +08:00
user_space.c thermal: user_space: Add missing static storage class specifiers 2012-11-05 14:00:11 +08:00