Hi Linus, Please pull hwmon fixes for Linux v5.6-rc5 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.6-rc5 Thanks, Guenter ------ The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636: Linux 5.6-rc3 (2020-02-23 16:17:42 -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.6-rc5 for you to fetch changes up to 44f2f882909fedfc3a56e4b90026910456019743: hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT() (2020-03-03 12:42:55 -0800) ---------------------------------------------------------------- hwmon fixes for v5.6-rc5 Fix an error return in the adt7462 driver, bad voltage limits reported by the xdpe12284 driver, and a broken documentation reference in the adm1177 driver documentation. ---------------------------------------------------------------- Dan Carpenter (1): hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT() Mauro Carvalho Chehab (1): docs: adm1177: fix a broken reference Vadim Pasternak (1): hwmon: (pmbus/xdpe12284) Add callback for vout limits conversion Documentation/hwmon/adm1177.rst | 3 +-- drivers/hwmon/adt7462.c | 2 +- drivers/hwmon/pmbus/xdpe12284.c | 54 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 3 deletions(-)