mirror of https://lore.kernel.org/lkml/
 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 v7.2-rc2
Date: Thu,  2 Jul 2026 06:39:27 -0700	[thread overview]
Message-ID: <20260702133927.1489938-1-linux@roeck-us.net> (raw)

Hi Linus,

Please pull hwmon fixes for Linux v7.2-rc2 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v7.2-rc2

Thanks,
Guenter
------

The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -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.2-rc2

for you to fetch changes up to fe87b8dc67f1b2c64e76a66e78468c533d3c44ca:

  hwmon: (aspeed-g6-pwm-tach) Guard fan RPM calculation against divide-by-zero (2026-06-29 16:37:43 -0700)

----------------------------------------------------------------
hwmon fixes for v7.2-rc2

- adm1275: Detect coefficient overflow, and prevent reading uninitialized
  stack

- aspeed-g6-pwm-tach: Guard fan RPM calculation against divide-by-zero

- asus_atk0110: Check package count before accessing element

- ltc4283: fix malformed table docs build error

- occ: Unregister sysfs devices outside occ lock to avoid lockdep warning

- pmbus core: Fix passing events to regulator core, and honor vrm_version in
  pmbus_data2reg_vid()

- w83627hf: Remove VID sysfs files on error and remove

- w83793: remove vrm sysfs file on probe failure

- Various: Add missing 'select REGMAP_I2C' to Kconfig

----------------------------------------------------------------
Abdurrahman Hussain (1):
      hwmon: (pmbus/core) honor vrm_version in pmbus_data2reg_vid()

Guenter Roeck (2):
      hwmon: (pmbus) Fix passing events to regulator core
      hwmon: (aspeed-g6-pwm-tach) Guard fan RPM calculation against divide-by-zero

HyeongJun An (1):
      hwmon: (asus_atk0110) Check package count before accessing element

Joshua Crofts (3):
      hwmon: (max1619) add missing 'select REGMAP' to Kconfig
      hwmon: (ltc2992) add missing 'select REGMAP_I2C' to Kconfig
      hwmon: (max6697) add missing 'select REGMAP_I2C' to Kconfig

Matti Vaittinen (2):
      hwmon: adm1275: Prevent reading uninitialized stack
      hwmon: adm1275: Detect coefficient overflow

Pengpeng Hou (2):
      hwmon: (w83793) remove vrm sysfs file on probe failure
      hwmon: (w83627hf) remove VID sysfs files on error and remove

Randy Dunlap (1):
      docs: hwmon: ltc4283: fix malformed table docs build error

Runyu Xiao (1):
      hwmon: (occ) unregister sysfs devices outside occ lock

 Documentation/hwmon/ltc4283.rst    |  4 ++--
 drivers/hwmon/Kconfig              |  3 +++
 drivers/hwmon/aspeed-g6-pwm-tach.c |  5 ++++-
 drivers/hwmon/asus_atk0110.c       |  3 +++
 drivers/hwmon/occ/common.c         | 34 ++++++++++++++++++++++++++++------
 drivers/hwmon/occ/common.h         |  1 +
 drivers/hwmon/pmbus/adm1275.c      | 20 +++++++++++++++-----
 drivers/hwmon/pmbus/pmbus_core.c   | 37 ++++++++++++++++++++++++++++++-------
 drivers/hwmon/w83627hf.c           |  4 ++++
 drivers/hwmon/w83793.c             |  1 +
 10 files changed, 91 insertions(+), 21 deletions(-)

             reply	other threads:[~2026-07-02 13:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-02 13:39 Guenter Roeck [this message]
2026-07-02 16:07 ` 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=20260702133927.1489938-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