[GIT PULL] hwmon fixes for v7.2-rc5

From: Guenter Roeck

Date: Tue Jul 21 2026 - 10:54:52 EST


Hi Linus,

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

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

Thanks,
Guenter
------

The following changes since commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda:

Linux 7.2-rc2 (2026-07-05 14:44:06 -1000)

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-rc5

for you to fetch changes up to 70e76e700fc6c46afb4e17aec099a1ea089b4a22:

hwmon: occ: validate poll response sensor blocks (2026-07-20 07:29:44 -0700)

----------------------------------------------------------------
hwmon fixes for v7.2-rc5

- asus-ec-sensors: Add missed handle for ENOMEM, fix EC read intervals,
and fix looping over banks while reading from EC

- occ: Vvalidate poll response sensor blocks

- pmbus/max34440: Block unsupported VIN and IIN limit registers

- nzxt-kraken3, nzxt-smart2: gigabyte_waterforce, corsair-cpro, corsair-psu:
Stop device IO before calling hid_hw_stop

----------------------------------------------------------------
Alexis Czezar Torreno (1):
hwmon: (pmbus/max34440) block unsupported VIN and IIN limit registers

Edward Adam Davis (1):
hwmon: (corsair-psu) Stop device IO before calling hid_hw_stop

Eugene Shalygin (3):
hwmon: (asus-ec-sensors) fix looping over banks while reading from EC
hwmon: (asus-ec-sensors) fix EC read intervals
hwmon: (asus-ec-sensors) add missed handle for ENOMEM

Guenter Roeck (4):
hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stop
hwmon: (gigabyte_waterforce) Stop device IO before calling hid_hw_stop
hwmon: (nzxt-smart2) Stop device IO before calling hid_hw_stop
hwmon: (nzxt-kraken3) Stop device IO before calling hid_hw_stop

Pengpeng Hou (1):
hwmon: occ: validate poll response sensor blocks

drivers/hwmon/asus-ec-sensors.c | 18 +++++----
drivers/hwmon/corsair-cpro.c | 1 +
drivers/hwmon/corsair-psu.c | 1 +
drivers/hwmon/gigabyte_waterforce.c | 4 +-
drivers/hwmon/nzxt-kraken3.c | 6 ++-
drivers/hwmon/nzxt-smart2.c | 2 +-
drivers/hwmon/occ/common.c | 38 ++++++++++++++----
drivers/hwmon/pmbus/max34440.c | 80 +++++++++++++++++++++++++++++++++++++
8 files changed, 130 insertions(+), 20 deletions(-)