Hi Linus, Please pull hwmon fixes for Linux v5.17-rc6 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.17-rc6 Thanks, Guenter ------ The following changes since commit 754e0b0e35608ed5206d6a67a791563c631cec07: Linux 5.17-rc4 (2022-02-13 12:13:30 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v5.17-rc6 for you to fetch changes up to 35f165f08950a876f1b95a61d79c93678fba2fd6: hwmon: (pmbus) Clear pmbus fault/warning bits after read (2022-02-22 08:15:39 -0800) ---------------------------------------------------------------- hwmon fixes for v5.17-rc6 Fix two old bugs and one new bug in hwmon subsystem. - In pmbus core, clear pmbus fault/warning status bits after read to follow PMBus standard - In hwmon core, handle failure to register sensor with thermal zone correctly - In ntc_thermal driver, use valid thermistor names for Samsung thermistors ---------------------------------------------------------------- Guenter Roeck (1): hwmon: Handle failure to register sensor with thermal zone correctly Linus Walleij (1): hwmon: (ntc_thermistor) Underscore Samsung thermistor Vikash Chandola (1): hwmon: (pmbus) Clear pmbus fault/warning bits after read drivers/hwmon/hwmon.c | 14 ++++++++------ drivers/hwmon/ntc_thermistor.c | 2 +- drivers/hwmon/pmbus/pmbus_core.c | 5 +++++ 3 files changed, 14 insertions(+), 7 deletions(-)