]> Pileus Git - ~andy/linux/commit
Thermal: build thermal governors into thermal_sys module
authorZhang Rui <rui.zhang@intel.com>
Tue, 26 Mar 2013 08:38:29 +0000 (16:38 +0800)
committerZhang Rui <rui.zhang@intel.com>
Sun, 14 Apr 2013 15:28:43 +0000 (23:28 +0800)
commit80a26a5c22b90a82b8696cb72c1d09d525ada53e
tree4ab06fb87e9e3e6364ad234b0594f6ac40227cdc
parent5fc024ab474de7d5798b7ad85f3df260dbab1353
Thermal: build thermal governors into thermal_sys module

The thermal governors are part of the thermal framework,
rather than a seperate feature/module.
Because the generic thermal layer can not work without
thermal governors, and it must load the thermal governors
during its initialization.

Build them into one module in this patch.

This also fix a problem that the generic thermal layer does not
work when CONFIG_THERMAL=m and CONFIG_THERMAL_GOV_XXX=y.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Durgadoss R <durgadoss.r@intel.com>
Documentation/thermal/sysfs-api.txt
drivers/thermal/Makefile
drivers/thermal/fair_share.c
drivers/thermal/step_wise.c
drivers/thermal/thermal_core.c
drivers/thermal/thermal_core.h
drivers/thermal/user_space.c
include/linux/thermal.h