Hi Linus, Please pull hwmon fixes for Linux v5.13-rc2 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.13-rc2 Thanks, Guenter ------ The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -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.13-rc2 for you to fetch changes up to 3b5169c2eb81e822445469a077223f8eb0729a59: hwmon: (adm9240) Fix writes into inX_max attributes (2021-05-12 18:53:11 -0700) ---------------------------------------------------------------- hwmon fixes for v5.13-rc2 Fix bugs/regressions in adm9240, ltc2992, pmbus/fsp-3y, and occ drivers, plus a minor cleanup in the corsair-psu driver. ---------------------------------------------------------------- Andy Shevchenko (1): hwmon: (ltc2992) Put fwnode in error case during ->probe() Eddie James (1): hwmon: (occ) Fix poll rate limiting Guenter Roeck (1): hwmon: (adm9240) Fix writes into inX_max attributes Václav Kubernát (1): hwmon: (pmbus/fsp-3y) Fix FSP-3Y YH-5151E non-compliant vout encoding Wan Jiabing (1): hwmon: (corsair-psu) Remove unneeded semicolons drivers/hwmon/adm9240.c | 2 +- drivers/hwmon/corsair-psu.c | 4 ++-- drivers/hwmon/ltc2992.c | 8 ++++++-- drivers/hwmon/occ/common.c | 5 +++-- drivers/hwmon/occ/common.h | 2 +- drivers/hwmon/pmbus/fsp-3y.c | 27 +++++++++++++++++++++++++-- 6 files changed, 38 insertions(+), 10 deletions(-)