]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Thermal: Introduce cooling states range support
authorZhang Rui <rui.zhang@intel.com>
Tue, 26 Jun 2012 08:27:22 +0000 (16:27 +0800)
committerZhang Rui <rui.zhang@intel.com>
Thu, 9 Aug 2012 01:02:50 +0000 (09:02 +0800)
commitd6f1407f5d3a421bdfc79299c182ca558ae67f14
tree9f1921db6d455ac7503fab3f46d0c46ea1b88f99
parent323372b26e2f5068300385957c8e396e4e3b6715
Thermal: Introduce cooling states range support

As the active cooling devices can have multiple cooling states,
we may want only several cooling states for a certain trip point,
and other cooling states for other active trip points.

To do this, we should be able to describe the cooling device
behavior for a certain trip point, rather than for the entire thermal zone.
And when updating thermal zone, we need to check the upper and lower limit
to make sure the cooling device is set to the proper cooling state.

Note that this patch will not bring any different behavior as
upper limit is set to max_state and lower limit is set to 0
in this patch, for now.

Next patch will set these to real values.

Reviewed-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/thermal_sys.c