diff options
author | Durgadoss R <durgadoss.r@intel.com> | 2012-09-18 11:05:01 +0530 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2012-11-05 14:00:07 +0800 |
commit | 4ccc5743ae70530f758c7d7ec9a0ca58878e584b (patch) | |
tree | bee1e566ee3cb7b80324a73e34087c06d5e4e66c /drivers/thermal/Makefile | |
parent | dc76548269ca2c44e5ddc29db5c36188bc4f2234 (diff) | |
download | op-kernel-dev-4ccc5743ae70530f758c7d7ec9a0ca58878e584b.zip op-kernel-dev-4ccc5743ae70530f758c7d7ec9a0ca58878e584b.tar.gz |
Thermal: Introduce fair_share thermal governor
This patch introduces a simple 'weight' based
governor named fair_share governor. Whenever the
thermal framework gets notified of the trip point
violation, this governor (if configured), throttles
the cooling devices associated with a thermal zone.
This mapping between a thermal zone and a cooling device
and the effectiveness of cooling are provided in the
platform layer.
Signed-off-by: Durgadoss R <durgadoss.r@intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Diffstat (limited to 'drivers/thermal/Makefile')
-rw-r--r-- | drivers/thermal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/Makefile b/drivers/thermal/Makefile index 885550d..30540dd 100644 --- a/drivers/thermal/Makefile +++ b/drivers/thermal/Makefile @@ -7,3 +7,4 @@ obj-$(CONFIG_CPU_THERMAL) += cpu_cooling.o obj-$(CONFIG_SPEAR_THERMAL) += spear_thermal.o obj-$(CONFIG_RCAR_THERMAL) += rcar_thermal.o obj-$(CONFIG_EXYNOS_THERMAL) += exynos_thermal.o +obj-$(CONFIG_FAIR_SHARE) += fair_share.o |