2010-08-27 09:11:57

by Guenter Roeck

[permalink] [raw]
Subject: [PATCH v2] hwmon: Add tempX_emergency attribute to sysfs ABI

Signed-off-by: Guenter Roeck <[email protected]>
---
v2: Re-phrased attribute description

Documentation/hwmon/sysfs-interface | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface
index ff45d1f..101300b 100644
--- a/Documentation/hwmon/sysfs-interface
+++ b/Documentation/hwmon/sysfs-interface
@@ -310,6 +310,13 @@ temp[1-*]_crit_hyst
from the critical value.
RW

+temp[1-*]_emergency
+ Temperature emergency max value, for chips supporting more than
+ two upper temperature limits. Must be equal or greater than
+ corresponding temp_crit values.
+ Unit: millidegree Celsius
+ RW
+
temp[1-*]_lcrit Temperature critical min value, typically lower than
corresponding temp_min values.
Unit: millidegree Celsius
--
1.7.0.87.g0901d


2010-08-27 11:58:38

by Jean Delvare

[permalink] [raw]
Subject: Re: [PATCH v2] hwmon: Add tempX_emergency attribute to sysfs ABI

On Fri, 27 Aug 2010 02:11:49 -0700, Guenter Roeck wrote:
> Signed-off-by: Guenter Roeck <[email protected]>
> ---
> v2: Re-phrased attribute description
>
> Documentation/hwmon/sysfs-interface | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface
> index ff45d1f..101300b 100644
> --- a/Documentation/hwmon/sysfs-interface
> +++ b/Documentation/hwmon/sysfs-interface
> @@ -310,6 +310,13 @@ temp[1-*]_crit_hyst
> from the critical value.
> RW
>
> +temp[1-*]_emergency
> + Temperature emergency max value, for chips supporting more than
> + two upper temperature limits. Must be equal or greater than
> + corresponding temp_crit values.
> + Unit: millidegree Celsius
> + RW
> +
> temp[1-*]_lcrit Temperature critical min value, typically lower than
> corresponding temp_min values.
> Unit: millidegree Celsius

Applied, thanks.

--
Jean Delvare