[GIT PULL] hwmon fixes for v6.19-final
From: Guenter Roeck
Date: Thu Feb 05 2026 - 23:37:43 EST
Hi Linus,
Please pull hwmon fixes for Linux v6.19-final from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.19-final
Thanks,
Guenter
------
The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193:
Linux 6.19-rc5 (2026-01-11 17:03:14 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.19-final
for you to fetch changes up to 831a2b27914cc880130ffe8fb8d1e65a5324d07f:
hwmon: (occ) Mark occ_init_attribute() as __printf (2026-02-04 14:40:36 -0800)
----------------------------------------------------------------
hwmon fixes for v6.19 (final)
- occ: Mark occ_init_attribute() as __printf to avoid build failure
- 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
----------------------------------------------------------------
Arnd Bergmann (1):
hwmon: (occ) Mark occ_init_attribute() as __printf
Gabor Juhos (2):
hwmon: (gpio-fan) Fix set_rpm() return value
hwmon: (gpio-fan) Allow to stop FANs when CONFIG_PM is disabled
Rafael J. Wysocki (1):
hwmon: (acpi_power_meter) Fix deadlocks related to acpi_power_meter_notify()
leobannocloutier@xxxxxxxxx (1):
hwmon: (dell-smm) Add Dell G15 5510 to fan control whitelist
drivers/hwmon/acpi_power_meter.c | 17 ++++++++++++++---
drivers/hwmon/dell-smm-hwmon.c | 8 ++++++++
drivers/hwmon/gpio-fan.c | 6 +++---
drivers/hwmon/occ/common.c | 1 +
4 files changed, 26 insertions(+), 6 deletions(-)