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>
Thu, 28 Jul 2011 07:17:36 +0000 (00:17 -0700)
commitc814a4c7c4aad795835583344353963a0a673eb0
treedbf51076911e529ce082049d26323b560cb7b1f2
parent8c1d04192e2ef1e6d38e9d5e9c500e5330d20339
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