]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Thermal: CPU Package temperature thermal
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Fri, 17 May 2013 23:42:02 +0000 (23:42 +0000)
committerZhang Rui <rui.zhang@intel.com>
Mon, 17 Jun 2013 22:27:47 +0000 (06:27 +0800)
commitf1a18a10566081abfce1649c2f3884b28fff7372
tree0cf70cd7436933a36ebeeea8201440e9e76a4b9b
parent25cdce170d28092e8e162f36702be3308973b19d
Thermal: CPU Package temperature thermal

This driver register CPU digital temperature sensor as a thermal
zone at package level.
Each package will show up as one zone with at max two trip points.
These trip points can be both read and updated. Once a non zero
value is set in the trip point, if the package package temperature
goes above or below this setting, a thermal notification is
generated.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/x86_pkg_temp_thermal.c [new file with mode: 0644]