Searched hist:"80 a26a5c22b90a82b8696cb72c1d09d525ada53e" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/thermal/ |
H A D | thermal_core.h | diff 80a26a5c22b90a82b8696cb72c1d09d525ada53e Tue Mar 26 03:38:29 CDT 2013 Zhang Rui <rui.zhang@intel.com> 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>
|
H A D | Makefile | diff 80a26a5c22b90a82b8696cb72c1d09d525ada53e Tue Mar 26 03:38:29 CDT 2013 Zhang Rui <rui.zhang@intel.com> 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>
|
H A D | thermal_core.c | diff 80a26a5c22b90a82b8696cb72c1d09d525ada53e Tue Mar 26 03:38:29 CDT 2013 Zhang Rui <rui.zhang@intel.com> 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>
|
/openbmc/linux/include/linux/ |
H A D | thermal.h | diff 80a26a5c22b90a82b8696cb72c1d09d525ada53e Tue Mar 26 03:38:29 CDT 2013 Zhang Rui <rui.zhang@intel.com> 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>
|