]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: (coretemp) Add core/pkg threshold support to Coretemp
authorDurgadoss R <durgadoss.r@intel.com>
Tue, 12 Jul 2011 11:07:16 +0000 (07:07 -0400)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Fri, 15 Jul 2011 15:10:15 +0000 (08:10 -0700)
commitb8303a7c57307ac342c21601b69a06e2c440d0dd
tree0f60d9325d0f3d6fc0cbe877575b80946f451870
parent270d12cbb4e3113616d40931c532047ade80c16d
hwmon: (coretemp) Add core/pkg threshold support to Coretemp

This patch adds the core and pkg support to coretemp.
These thresholds can be configured via the sysfs interfaces tempX_max
and tempX_max_hyst. An interrupt is generated when CPU temperature reaches
or crosses above tempX_max OR drops below tempX_max_hyst.

This patch is based on the documentation in IA Manual vol 3A, that can be
downloaded from here:
http://download.intel.com/design/processor/manuals/253668.pdf

Signed-off-by: Durgadoss R <durgadoss.r@intel.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Documentation/hwmon/coretemp
drivers/hwmon/coretemp.c