[GIT PULL] hwmon fixes for hwmon-for-v7.0-rc7

From: Guenter Roeck

Date: Fri Apr 03 2026 - 20:08:48 EST


Hi Linus,

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

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

Thanks,
Guenter
------

The following changes since commit 7aaa8047eafd0bd628065b15757d9b48c5f9c07d:

Linux 7.0-rc6 (2026-03-29 15:40:00 -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-rc7

for you to fetch changes up to cffff6df669a438ecac506dadd49a53d4475a796:

hwmon: (asus-ec-sensors) Fix T_Sensor for PRIME X670E-PRO WIFI (2026-04-01 07:45:57 -0700)

----------------------------------------------------------------
hwmon fixes for v7.0-rc7

- asus-ec-sensors: Fix temperature sensor for PRIME X670E-PRO WIFI

- occ: Add missing newline, and fix potential division by zero

- pmbus/tps53679: Fix device ID comparison and printing in tps53676_identify()

- pmbus/ltc4286: Add missing MODULE_IMPORT_NS("PMBUS")

- pmbus/pxe1610: Check return value of page-select write in probe

- pmbus/tps53679: Fix array access with zero-length block read

----------------------------------------------------------------
Corey Hickey (1):
hwmon: (asus-ec-sensors) Fix T_Sensor for PRIME X670E-PRO WIFI

Sanman Pradhan (6):
hwmon: (tps53679) Fix array access with zero-length block read
hwmon: (pxe1610) Check return value of page-select write in probe
hwmon: (ltc4286) Add missing MODULE_IMPORT_NS("PMBUS")
hwmon: (tps53679) Fix device ID comparison and printing in tps53676_identify()
hwmon: (occ) Fix division by zero in occ_show_power_1()
hwmon: (occ) Fix missing newline in occ_show_extended()

drivers/hwmon/asus-ec-sensors.c | 7 ++++++-
drivers/hwmon/occ/common.c | 19 +++++++++----------
drivers/hwmon/pmbus/ltc4286.c | 1 +
drivers/hwmon/pmbus/pxe1610.c | 5 ++++-
drivers/hwmon/pmbus/tps53679.c | 10 +++++-----
5 files changed, 25 insertions(+), 17 deletions(-)