Hi Linus, Please pull hwmon fixes for Linux v6.7-rc5 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.7-rc5 Thanks, Guenter ------ The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -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.7-rc5 for you to fetch changes up to 307004e8b254ad28e150b63f299ab9caa4bc7c3e: hwmon: (corsair-psu) Fix probe when built-in (2023-12-08 10:36:02 -0800) ---------------------------------------------------------------- hwmon fixes for v6.7-rc5 - acpi_power_meter: Fix 4.29 MW output sen if acpi reports bad data - corsair-psu: Fix ability to probe if the driver is built into the kernel - ltc2991: Fix spelling mistake "contiuous" -> "continuous" - max31827: Add missing regulator header file include - nzxt-kraken2: Fix error handling path in probe function ---------------------------------------------------------------- Antoniu Miclaus (1): hwmon: max31827: include regulator header Armin Wolf (2): hwmon: (acpi_power_meter) Fix 4.29 MW bug hwmon: (corsair-psu) Fix probe when built-in Christophe JAILLET (1): hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe() Colin Ian King (1): hwmon: ltc2991: Fix spelling mistake "contiuous" -> "continuous" drivers/hwmon/acpi_power_meter.c | 4 ++++ drivers/hwmon/corsair-psu.c | 18 +++++++++++++++++- drivers/hwmon/ltc2991.c | 2 +- drivers/hwmon/max31827.c | 1 + drivers/hwmon/nzxt-kraken2.c | 4 ++-- 5 files changed, 25 insertions(+), 4 deletions(-)