[GIT PULL] hwmon fixes for v6.14-rc6

From: Guenter Roeck
Date: Fri Mar 07 2025 - 10:04:37 EST


Hi Linus,

Please pull hwmon fixes for Linux v6.14-rc6 from signed tag:

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.14-rc6

Thanks,
Guenter
------

The following changes since commit d082ecbc71e9e0bf49883ee4afd435a77a5101b6:

Linux 6.14-rc4 (2025-02-23 12:32:57 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 10fce7ebe888fa8c97eee7e317a47e7603e5e78d:

hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe() (2025-03-03 06:04:34 -0800)

----------------------------------------------------------------
hwmon fixes for v6.14-rc6

- xgene-hwmon: Fix a NULL vs IS_ERR_OR_NULL() check

- ad7314: Return error if leading zero bits are non-zero

- ntc_thermistor: Update/fix the ncpXXxh103 sensor table

- pmbus: Initialise page count in pmbus_identify()

- peci/dimmtemp: Di not provide fake threshold data

----------------------------------------------------------------
Erik Schumacher (1):
hwmon: (ad7314) Validate leading zero bits and return error

Maud Spierings (1):
hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table

Paul Fertser (1):
hwmon: (peci/dimmtemp) Do not provide fake thresholds data

Titus Rwantare (1):
hwmon: (pmbus) Initialise page count in pmbus_identify()

Xinghuo Chen (1):
hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe()

drivers/hwmon/ad7314.c | 10 +++++++
drivers/hwmon/ntc_thermistor.c | 66 +++++++++++++++++++++---------------------
drivers/hwmon/peci/dimmtemp.c | 10 +++----
drivers/hwmon/pmbus/pmbus.c | 2 ++
drivers/hwmon/xgene-hwmon.c | 2 +-
5 files changed, 50 insertions(+), 40 deletions(-)