Hi Linus, Please pull hwmon fixes for Linux v5.10-rc4 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.10-rc4 Thanks, Guenter ------ The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v5.10-rc4 for you to fetch changes up to 60268b0e8258fdea9a3c9f4b51e161c123571db3: hwmon: (amd_energy) modify the visibility of the counters (2020-11-13 06:46:20 -0800) ---------------------------------------------------------------- hwmon fixes for v5.10-rc4 Fix potential bufer overflow in pmbus/max20730 driver Fix locking issue in pmbus core Fix regression causing timeouts in applesmc driver Fix RPM calculation in pwm-fan driver Restrict counter visibility in amd_energy driver ---------------------------------------------------------------- Brad Campbell (1): hwmon: (applesmc) Re-work SMC comms Dan Carpenter (1): hwmon: (pmbus/max20730) use scnprintf() instead of snprintf() Naveen Krishna Chatradhi (1): hwmon: (amd_energy) modify the visibility of the counters Paul Barker (1): hwmon: (pwm-fan) Fix RPM calculation Robert Hancock (1): hwmon: (pmbus) Add mutex locking for sysfs reads drivers/hwmon/amd_energy.c | 2 +- drivers/hwmon/applesmc.c | 130 ++++++++++++++++++++++++--------------- drivers/hwmon/pmbus/max20730.c | 26 ++++---- drivers/hwmon/pmbus/pmbus_core.c | 13 +++- drivers/hwmon/pwm-fan.c | 16 ++--- 5 files changed, 115 insertions(+), 72 deletions(-)