]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'hwmon-for-v6.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Feb 2026 05:33:22 +0000 (21:33 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Feb 2026 05:33:22 +0000 (21:33 -0800)
commitb7ff7151e653aa296ab6c5495b2c1ab7c21eb250
tree320565a8d80aa43e8d19269a2acc802b683ddc67
parent8185461e531c39d67aa4705d7f94873feb87adfd
parent831a2b27914cc880130ffe8fb8d1e65a5324d07f
Merge tag 'hwmon-for-v6.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging

Pull hwmon fixes from Guenter Roeck:

 - occ: Mark occ_init_attribute() as __printf to avoid build failure due
   to '-Werror=suggest-attribute=format'

 - gpio-fan: Allow to stop fans when CONFIG_PM is disabled, and fix
   set_rpm() return value

 - acpi_power_meter: Fix deadlocks related to acpi_power_meter_notify()

 - dell-smm: Add Dell G15 5510 to fan control whitelist

* tag 'hwmon-for-v6.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging:
  hwmon: (occ) Mark occ_init_attribute() as __printf
  hwmon: (gpio-fan) Allow to stop FANs when CONFIG_PM is disabled
  hwmon: (gpio-fan) Fix set_rpm() return value
  hwmon: (acpi_power_meter) Fix deadlocks related to acpi_power_meter_notify()
  hwmon: (dell-smm) Add Dell G15 5510 to fan control whitelist