]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'hwmon-for-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Mar 2025 17:51:27 +0000 (07:51 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 Mar 2025 17:51:27 +0000 (07:51 -1000)
commit8287dfc2915368092e98ef0caef9c03e8e0f7aa9
tree89bb5186e154a6e86bb7d0a39358bd7163f98f65
parent1222390d138d1f375fe28a9a052780009d2ce6ef
parent10fce7ebe888fa8c97eee7e317a47e7603e5e78d
Merge tag 'hwmon-for-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull hwmon fixes from Guenter Roeck:

 - 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: Do not provide fake threshold data

* tag 'hwmon-for-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  hwmon: fix a NULL vs IS_ERR_OR_NULL() check in xgene_hwmon_probe()
  hwmon: (ad7314) Validate leading zero bits and return error
  hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table
  hwmon: (pmbus) Initialise page count in pmbus_identify()
  hwmon: (peci/dimmtemp) Do not provide fake thresholds data