From: Guenter Roeck <guenter.roeck@ericsson.com>
To: "Ira W. Snyder" <iws@ovro.caltech.edu>
Cc: Randy Dunlap <rdunlap@xenotime.net>,
Jean Delvare <khali@linux-fr.org>,
Andrew Morton <akpm@linux-foundation.org>,
Hans de Goede <hdegoede@redhat.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
Samuel Ortiz <sameo@linux.intel.com>,
Jonathan Cameron <kernel@jic23.retrosnub.co.uk>,
"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>
Subject: Re: [PATCH v3 3/4] hwmon: Update sysfs-interface to include new attributes
Date: Thu, 24 Jun 2010 16:40:58 -0700 [thread overview]
Message-ID: <20100624234058.GA25719@ericsson.com> (raw)
In-Reply-To: <20100624233240.GA9934@ovro.caltech.edu>
On Thu, Jun 24, 2010 at 07:32:40PM -0400, Ira W. Snyder wrote:
> On Thu, Jun 24, 2010 at 03:01:00PM -0700, Guenter Roeck wrote:
> > Added _lcrit and _crit to voltage attributes.
> > Added _lcrit to temperature attributes.
> >
> > Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
> > ---
> > Documentation/hwmon/sysfs-interface | 21 ++++++++++++++++++++-
> > 1 files changed, 20 insertions(+), 1 deletions(-)
> >
> > diff --git a/Documentation/hwmon/sysfs-interface b/Documentation/hwmon/sysfs-interface
> > index d4e2917..7f60c0d 100644
> > --- a/Documentation/hwmon/sysfs-interface
> > +++ b/Documentation/hwmon/sysfs-interface
> > @@ -107,10 +107,24 @@ in[0-*]_min Voltage min value.
> > Unit: millivolt
> > RW
> >
> > +in[0-*]_lcrit Voltage critical min value.
> > + Unit: millivolt
> > + RW
> > + If voltage drops to or below this limit, the system may
> > + take drastic action such as power down or reset. At the very
> > + least, it should report a fault.
> > +
> > in[0-*]_max Voltage max value.
> > Unit: millivolt
> > RW
> >
> > +in[0-*]_crit Voltage critical max value.
> > + Unit: millivolt
> > + RW
> > + If voltage reaches or exceeds this limit, the system may
> > + take drastic action such as power down or reset. At the very
> > + least, it should report a fault.
> > +
>
> The critical voltages API looks good to me.
>
> I have a hwmon chip driver for the TI INA209 (which Jean NAK'd) that
> could use these limits. I'll submit it again soon with changes to use
> this new set of sysfs attributes.
>
> It would be great to see a patch to libsensors and the sensors program
> to allow it to display these limits too.
>
I am working on it. I'll send the patch to Jean as soon as the kernel changes
have been approved.
Guenter
> Thanks,
> Ira
>
> > in[0-*]_input Voltage input value.
> > Unit: millivolt
> > RO
> > @@ -284,11 +298,16 @@ temp[1-*]_input Temperature input value.
> > Unit: millidegree Celsius
> > RO
> >
> > -temp[1-*]_crit Temperature critical value, typically greater than
> > +temp[1-*]_crit Temperature critical max value, typically greater than
> > corresponding temp_max values.
> > Unit: millidegree Celsius
> > RW
> >
> > +temp[1-*]_lcrit Temperature critical min value, typically lower than
> > + corresponding temp_min values.
> > + Unit: millidegree Celsius
> > + RW
> > +
> > temp[1-*]_crit_hyst
> > Temperature hysteresis value for critical limit.
> > Unit: millidegree Celsius
> > --
> > 1.7.0.87.g0901d
> >
next prev parent reply other threads:[~2010-06-24 23:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-24 22:00 [PATCH v3 0/4] hwmon: Driver for SMM665 Six-Channel Active DC Output Controller/Monitor Guenter Roeck
2010-06-24 22:00 ` [PATCH v3 1/4] " Guenter Roeck
2010-06-24 23:05 ` Guenter Roeck
2010-06-27 10:20 ` Mark Brown
2010-06-27 15:10 ` Guenter Roeck
2010-06-27 19:54 ` Mark Brown
2010-06-27 22:07 ` Guenter Roeck
2010-06-24 22:00 ` [PATCH v3 2/4] hwmon: SMM665 driver documentation Guenter Roeck
2010-06-24 22:01 ` [PATCH v3 3/4] hwmon: Update sysfs-interface to include new attributes Guenter Roeck
2010-06-24 23:32 ` Ira W. Snyder
2010-06-24 23:40 ` Guenter Roeck [this message]
2010-06-25 8:05 ` Jean Delvare
2010-06-24 22:01 ` [PATCH v3 4/4] hwmon: Update MAINTAINERS for smm665 driver Guenter Roeck
2010-06-25 8:09 ` Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100624234058.GA25719@ericsson.com \
--to=guenter.roeck@ericsson.com \
--cc=akpm@linux-foundation.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=hdegoede@redhat.com \
--cc=iws@ovro.caltech.edu \
--cc=kernel@jic23.retrosnub.co.uk \
--cc=khali@linux-fr.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--cc=rdunlap@xenotime.net \
--cc=sameo@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome