]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge tag 'hwmon-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/groec...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Feb 2026 19:00:19 +0000 (11:00 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Feb 2026 19:00:19 +0000 (11:00 -0800)
Pull hwmon updates from Guenter Roeck:
 "New PMBus drivers:

   - HiTRON HAC300S power supply

   - Monolithic MP5926 Hot-Swap Controller

   - STEF48H28 hot-swap controller

  Support for new chips in existing drivers

   - Support for Pro WS TRX50-SAGE WIFI A and ROG MAXIMUS X HERO
     (asus-ec-sensors)

   - Support for Dell OptiPlex 7080 (dell-smm)

   - Support for F81968 (f71882fg)

   - Support for Micro PC 2 (gpd-fan)

   - New customer ID for ASRock Z590 Taichi (nct6683)

   - Support for ASUS Pro WS WRX90E-SAGE SE (nct6775)

   - Support for SHT85 (sht3x)

   - Support for P3T1035 and P3T2030 (tmp108)

  Bug fixes:

   - Revert "fix" for UAF which didn't fix a UAF but introduced a race
     condition resulting in a NULL pointer crash (ibmpex)

   - Fix failure to instantiate driver if the chip is configured for VID
     mode (pmbus/mpq8785)

   - Use READ/WRITE_ONCE to avoid compiler optimization induced race
     (max16065)

   - Resource leak fixes (nct7363, emc2305)

  Other notable changes:

   - Support for temperature limit thresholds (cros_ec)

   - Add TjMax for Silvermont through Tremont Atoms (coretemp)

  Various other minor improvements"

* tag 'hwmon-for-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: (42 commits)
  hwmon: (pmbus/mpq8785) fix VOUT_MODE mismatch during identification
  Revert "hwmon: (ibmpex) fix use-after-free in high/low store"
  hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler optimization induced race
  hwmon: (nct6775) use sysfs_emit instead of sprintf
  hwmon: pmbus: fix table in STEF48H28 documentation
  hwmon: Add support for HiTRON HAC300S PSU
  dt-bindings: trivial-devices: Add hitron,hac300s
  hwmon: (cros_ec) Add support for temperature thresholds
  hwmon: (cros_ec) Move temperature channel params to a macro
  hwmon: (cros_ec) Add support for fan target speed
  hwmon: (cros_ec) Split up supported features in the documentation
  hwmon: (tmp108) Add P3T1035 and P3T2030 support
  hwmon: (tmp108) Add support for P3T1035 and P3T2030
  dt-bindings: hwmon: ti,tmp108: Add P3T1035,P3T2030
  hwmon: pmbus: add support for STEF48H28
  dt-bindings: hwmon: add STEF48H28
  hwmon: (nct7363) Fix a resource leak in nct7363_present_pwm_fanin
  hwmon: (emc2305) Fix a resource leak in emc2305_of_parse_pwm_child
  hwmon: (gpd-fan) add support for Micro PC 2
  hwmon: (coretemp) Add TjMax for Silvermont through Tremont Atoms
  ...

1  2 
Documentation/devicetree/bindings/vendor-prefixes.yaml
Documentation/hwmon/index.rst
MAINTAINERS

Simple merge
diff --cc MAINTAINERS
index cb1134c59a2d232692f8209963af042bd3c49984,89b102e9f0c40bcaa7bf7d16c675552cb9f992fe..1a5a59957bdee3b76d5c3c5caa727b823796eddb
@@@ -11302,9 -11259,16 +11302,16 @@@ F: kernel/time/timer_list.
  F:    kernel/time/timer_migration.*
  F:    tools/testing/selftests/timers/
  
+ HITRON HAC300S PSU DRIVER
+ M:    Vasileios Amoiridis <vasileios.amoiridis@cern.ch>
+ L:    linux-hwmon@vger.kernel.org
+ S:    Maintained
+ F:    Documentation/hwmon/hac300s.rst
+ F:    drivers/hwmon/pmbus/hac300s.c
  DELAY, SLEEP, TIMEKEEPING, TIMERS [RUST]
  M:    Andreas Hindborg <a.hindborg@kernel.org>
 -R:    Boqun Feng <boqun.feng@gmail.com>
 +R:    Boqun Feng <boqun@kernel.org>
  R:    FUJITA Tomonori <fujita.tomonori@gmail.com>
  R:    Frederic Weisbecker <frederic@kernel.org>
  R:    Lyude Paul <lyude@redhat.com>