Hi Linus, Please pull hwmon fixes for Linux v5.5-rc8 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.5-rc8 Thanks, Guenter ------ The following changes since commit b3a987b0264d3ddbb24293ebff10eddfc472f653: Linux 5.5-rc6 (2020-01-12 16:55:08 -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.5-rc8 for you to fetch changes up to 3bf8bdcf3bada771eb12b57f2a30caee69e8ab8d: hwmon: (core) Do not use device managed functions for memory allocations (2020-01-17 07:57:16 -0800) ---------------------------------------------------------------- hwmon fixes for v5.5-final In hwmon core, do not use the hwmon parent device for device managed memory allocations, since parent device lifetime may not match hwmon device lifetime. Fix discrepancy between read and write values in adt7475 driver. Fix alarms and voltage limits in nct7802 driver. ---------------------------------------------------------------- Gilles Buloz (2): hwmon: (nct7802) Fix voltage limits to wrong registers hwmon: (nct7802) Fix non-working alarm on voltages Guenter Roeck (1): hwmon: (core) Do not use device managed functions for memory allocations Luuk Paulussen (1): hwmon: (adt7475) Make volt2reg return same reg as reg2volt input drivers/hwmon/adt7475.c | 5 ++-- drivers/hwmon/hwmon.c | 68 ++++++++++++++++++++++++++------------------ drivers/hwmon/nct7802.c | 75 +++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 113 insertions(+), 35 deletions(-)