]> Git Repo - linux.git/commit - drivers/thermal/Makefile
Thermal: build thermal governors into thermal_sys module
authorZhang Rui <[email protected]>
Tue, 26 Mar 2013 08:38:29 +0000 (16:38 +0800)
committerZhang Rui <[email protected]>
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 <[email protected]>
Acked-by: Eduardo Valentin <[email protected]>
Acked-by: Durgadoss R <[email protected]>
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
This page took 0.053527 seconds and 4 git commands to generate.