mbox series

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

Message ID 20250307150347.3784204-1-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v6.14-rc6 | expand

Pull-request

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

Message

Guenter Roeck March 7, 2025, 3:03 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 7, 2025, 9:04 p.m. UTC | #1
The pull request you sent on Fri,  7 Mar 2025 07:03:47 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8287dfc2915368092e98ef0caef9c03e8e0f7aa9

Thank you!