Hi Linus, Please pull hwmon fixes for Linux v6.13 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.13-rc8 Thanks, Guenter ------ The following changes since commit 5bc55a333a2f7316b58edc7573e8e893f7acb532: Linux 6.13-rc7 (2025-01-12 14:37:56 -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.13-rc8 for you to fetch changes up to e9b24deb84863c5a77dda5be57b6cb5bf4127b85: hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSEST (2025-01-15 13:52:43 -0800) ---------------------------------------------------------------- hwmon fixes for v6.13-rc8/v6.13 - ltc2991, tmp513: Fix problems seen when dividing negative numbers - drivetemp: Handle large timeouts observed on some drives - acpi_power_meter: Fix loading the driver on platforms without _PMD method ---------------------------------------------------------------- David Lechner (2): hwmon: (tmp513) Fix division of negative numbers hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSEST Kazuhiro Abe (1): hwmon: (acpi_power_meter) Fix a check for the return value of read_domain_devices(). Russell Harmon (1): hwmon: (drivetemp) Set scsi command timeout to 10s drivers/hwmon/acpi_power_meter.c | 2 +- drivers/hwmon/drivetemp.c | 2 +- drivers/hwmon/ltc2991.c | 2 +- drivers/hwmon/tmp513.c | 7 ++++--- 4 files changed, 7 insertions(+), 6 deletions(-)