Hi Linus, Please pull hwmon fixes for Linux v6.5-rc4 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.5-rc4 Thanks, Guenter ------ The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5: Linux 6.5-rc1 (2023-07-09 13:53:13 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v6.5-rc4 for you to fetch changes up to e146503ac68418859fb063a3a0cd9ec93bc52238: hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature (2023-07-27 09:41:07 -0700) ---------------------------------------------------------------- hwmon fixes for v6.5-rc4 - k10temp: Display negative temperatures for industrial processors - pmbus core: Fix deadlock, NULL pointer dereference, and chip enable detection - nct7802: Do not display PECI1 temperature if disabled - nct6775: Fix IN scaling factors and feature detection for NCT6798/6799 - oxp-sensors: Fix race condition during device attribute creation - aquacomputer_d5next: Fix incorrect PWM value readout ---------------------------------------------------------------- Ahmad Khalifa (2): hwmon: (nct6775) Fix register for nct6799 hwmon: (nct6775) Fix IN scaling factors for 6798/6799 Aleksa Savic (1): hwmon: (aquacomputer_d5next) Fix incorrect PWM value readout Baskaran Kannan (1): hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature Gilles Buloz (1): hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled Guenter Roeck (1): hwmon: (pmbus_core) Fix Deadlock in pmbus_regulator_get_status Joaquín Ignacio Aramendía (1): hwmon: (oxp-sensors) Move tt_toggle attribute to dev_groups Patrick Rudolph (2): hwmon: (pmbus_core) Fix pmbus_is_enabled() hwmon: (pmbus_core) Fix NULL pointer dereference drivers/hwmon/aquacomputer_d5next.c | 2 +- drivers/hwmon/k10temp.c | 17 +++++++++++++++-- drivers/hwmon/nct6775-core.c | 28 +++++++++++++++++++++------ drivers/hwmon/nct6775-platform.c | 2 +- drivers/hwmon/nct6775.h | 1 + drivers/hwmon/nct7802.c | 2 +- drivers/hwmon/oxp-sensors.c | 38 +++++++++++++++++++++++-------------- drivers/hwmon/pmbus/pmbus_core.c | 20 ++++++++++--------- 8 files changed, 76 insertions(+), 34 deletions(-)