linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Zbigniew Lukwinski <zbigniew.lukwinski@linux.intel.com>,
	linux-hwmon@vger.kernel.org
Subject: Re: [PATCH 0/3] Extending hwmon ABI with attributes for rated values
Date: Fri, 7 Aug 2020 08:52:37 -0700	[thread overview]
Message-ID: <66a7bf34-3b2a-a61e-d382-8b2ab9ac1101@roeck-us.net> (raw)
In-Reply-To: <1596224237-32280-1-git-send-email-zbigniew.lukwinski@linux.intel.com>

On 7/31/20 12:37 PM, Zbigniew Lukwinski wrote:
> This patch series is about extending hwmon ABI with new attributes
> for rated values. All of that is to cover PMBus specification which
> provides registers reporting rated values:
> PMBus Power System Mgt Protocol Specification - Part II – Revision 1.3.1,
> chapters: 22.3.1 - 22.3.10, 22.3.15
> 
> Zbigniew Lukwinski (3):
>   docs: hwmon: Add attributes to report rated values
>   hwmon: (core) Add support for rated attributes
>   hwmon: (pmbus/core) Add support for rated attributes
> 
>  Documentation/hwmon/pmbus.rst           | 15 ++++++-
>  Documentation/hwmon/sysfs-interface.rst | 70 +++++++++++++++++++++++++++++++++
>  drivers/hwmon/hwmon.c                   | 10 +++++
>  drivers/hwmon/pmbus/pmbus.h             | 13 ++++++
>  drivers/hwmon/pmbus/pmbus_core.c        | 49 +++++++++++++++++++----
>  include/linux/hwmon.h                   | 20 ++++++++++
>  6 files changed, 168 insertions(+), 9 deletions(-)
> 
I have been struggling with "rated_{min,max}" vs. "{min,max}_rated",
but then figured it does not really make a difference, and rated_ as
prefix may actually make more sense. I'll queue the series for v5.10.
Let's see if there is any feedback.

Thanks,
Guenter

  parent reply	other threads:[~2020-08-07 15:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-31 19:37 [PATCH 0/3] Extending hwmon ABI with attributes for rated values Zbigniew Lukwinski
2020-07-31 19:37 ` [PATCH 1/3] docs: hwmon: Add attributes to report " Zbigniew Lukwinski
2020-07-31 19:37 ` [PATCH 2/3] hwmon: (core) Add support for rated attributes Zbigniew Lukwinski
2020-07-31 19:37 ` [PATCH 3/3] hwmon: (pmbus/core) " Zbigniew Lukwinski
2020-08-07 15:52 ` Guenter Roeck [this message]
2020-08-10  5:39   ` [PATCH 0/3] Extending hwmon ABI with attributes for rated values zlukwins

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=66a7bf34-3b2a-a61e-d382-8b2ab9ac1101@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=zbigniew.lukwinski@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;
as well as URLs for NNTP newsgroup(s).