All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] hwmon sysfs API: power attributes and PMBus devices
Date: Mon, 28 Jun 2010 17:45:57 +0000	[thread overview]
Message-ID: <20100628174557.GA11024@ericsson.com> (raw)
In-Reply-To: <20100627225329.GA7261@ericsson.com>

Turns out there is another PMBus register which matches powerX_cap.
Updated list below.

Guenter

On Sun, Jun 27, 2010 at 03:53:29PM -0700, Guenter Roeck wrote:
> Hi all,
> 
> I am currently trying to match PMBus power related capabilities with the sysfs API.
> Unfortunately, the power attributes in the sysfs API don't follow the other attributes,
> so there is some degree of mismatch.
> 
> PMBus supports the following power limit registers:
> 
> PMBUS_POUT_OP_FAULT_LIMIT	Output power fault limit
> PMBUS_POUT_OP_WARN_LIMIT	Output power warning limit
> PMBUS_PIN_OP_WARN_LIMIT		Input power warning limit
> 
> the following status bits:
> 
> PB_POUT_OP_WARNING		Output power high warning
> PB_POUT_OP_FAULT		Output power fault
> PB_PIN_OP_WARNING		Input power high warning
> 
> and power usage registers for both input and output (PMBUS_READ_PIN and PMBUS_READ_POUT).
> 
> The sysfs API currently provides the following power attributes.
> 
> Attribute			Matching PMBus register
> 
> powerX_input			PMBUS_READ_PIN, PMBUS_READ_POUT
> powerX_cap			PMBUS_POUT_OP_WARN_LIMIT / PMBUS_PIN_OP_WARN_LIMIT ?
> 				Not an exact match, since the API specifically requires
> 				that "This file only appears if the cap is known
>                                 to be enforced by hardware".

	The PMBus POUT_MAX register is an exact match to the API.

> powerX_alarm			PB_POUT_OP_WARNING / PB_PIN_OP_WARNING ?
> 				Again not an exact match, since the API again requires
> 				that "This file only appears if the cap is known
>                                 to be enforced by hardware".

	There is also a POWER_LIMITING flag which indicates that the chip is in
	power limiting mode, enforcing POUT_MAX.

> 
> There is currently no support for powerX_crit (to reflect PMBUS_POUT_OP_FAULT_LIMIT)
> and powerX_fault (to reflect PB_POUT_OP_FAULT).

Given the above, there is also no match for the PMBUS_POUT_OP_WARN_LIMIT and
PMBUS_PIN_OP_WARN_LIMIT registers.

> 
> Questions: 
> - Can we remove the limitations of powerX_cap and powerX_alarm, ie no longer require
>   that the cap has to be enforced by hardware ?
	powerX_cap as defined should be retained and is supportable by PMBus devices.

> - If not, can we remove the requirement for powerX_alarm, and introduce powerX_max
>   to specify an alarm limit ?
	Introducing powerX_max would help to support the PMBUS_POUT_OP_WARN_LIMIT
   	and PMBUS_PIN_OP_WARN_LIMIT registers.
	powerX_alarm might then refer to "powerX_cap or powerX_max limit reached".

>   That would actually be more in line with other "_max" attributes, so it might be
>   a better solution.
> - Can we add new attributes powerX_crit and powerX_fault ?
> 
> Guenter

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

      reply	other threads:[~2010-06-28 17:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-27 22:53 [lm-sensors] hwmon sysfs API: power attributes and PMBus devices Guenter Roeck
2010-06-28 17:45 ` Guenter Roeck [this message]

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=20100628174557.GA11024@ericsson.com \
    --to=guenter.roeck@ericsson.com \
    --cc=lm-sensors@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.