public inbox for linux-hwmon@vger.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] hwmon fixes for hwmon-for-v7.0-rc6
Date: Fri, 27 Mar 2026 16:36:34 -0700	[thread overview]
Message-ID: <20260327233634.4183849-1-linux@roeck-us.net> (raw)

Hi Linus,

Please pull hwmon fixes for Linux hwmon-for-v7.0-rc6 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v7.0-rc6

Thanks,
Guenter
------

The following changes since commit c369299895a591d96745d6492d4888259b004a9e:

  Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v7.0-rc6

for you to fetch changes up to 754bd2b4a084b90b5e7b630e1f423061a9b9b761:

  hwmon: (pmbus/core) Protect regulator operations with mutex (2026-03-25 13:32:37 -0700)

----------------------------------------------------------------
hwmon fixes for v7.0-rc6

- PMBus driver fixes

  * Add mutex protection for regulator operations

  * Fix reading from "write-only" attributes

  * Mark lowest/average/highest/rated attributes as read-only

  * isl68137: Add mutex protection for AVS enable sysfs attributes

  * ina233:  Fix error handling and sign extension when reading shunt voltage

- adm1177: Fix sysfs ABI violation and current unit conversion

- peci: Fix off-by-one in cputemp_is_visible(), and crit_hyst returning
  delta instead of absolute temperature

----------------------------------------------------------------
Guenter Roeck (3):
      hwmon: (pmbus) Mark lowest/average/highest/rated attributes as read-only
      hwmon: (pmbus) Introduce the concept of "write-only" attributes
      hwmon: (pmbus/core) Protect regulator operations with mutex

Sanman Pradhan (5):
      hwmon: (pmbus/ina233) Fix error handling and sign extension in shunt voltage read
      hwmon: (pmbus/isl68137) Add mutex protection for AVS enable sysfs attributes
      hwmon: (peci/cputemp) Fix crit_hyst returning delta instead of absolute temperature
      hwmon: (peci/cputemp) Fix off-by-one in cputemp_is_visible()
      hwmon: (adm1177) fix sysfs ABI violation and current unit conversion

 Documentation/hwmon/adm1177.rst      |   8 +-
 Documentation/hwmon/peci-cputemp.rst |  10 +-
 drivers/hwmon/adm1177.c              |  54 +++++-----
 drivers/hwmon/peci/cputemp.c         |   4 +-
 drivers/hwmon/pmbus/ina233.c         |   3 +-
 drivers/hwmon/pmbus/isl68137.c       |  21 +++-
 drivers/hwmon/pmbus/pmbus_core.c     | 192 ++++++++++++++++++++++++++++-------
 7 files changed, 217 insertions(+), 75 deletions(-)

             reply	other threads:[~2026-03-27 23:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-27 23:36 Guenter Roeck [this message]
2026-03-28  3:18 ` [GIT PULL] hwmon fixes for hwmon-for-v7.0-rc6 pr-tracker-bot

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=20260327233634.4183849-1-linux@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox