Hi Linus, Please pull hwmon fixes for Linux v5.4-rc3 from signed tag: git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.4-rc3 Thanks, Guenter ------ The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -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.4-rc3 for you to fetch changes up to 11c943a1a635d2c7141b5b6667ebb521ab4ecd58: hwmon: docs: Extend inspur-ipsps1 title underline (2019-10-07 05:56:57 -0700) ---------------------------------------------------------------- hwmon fixes for v5.4-rc3 Update/fix inspur-ipsps1 and k10temp Documentation Fix nct7904 driver Fix HWMON_P_MIN_ALARM mask in hwmon core ---------------------------------------------------------------- Adam Zerella (2): docs: hwmon: Include 'inspur-ipsps1.rst' into docs hwmon: docs: Extend inspur-ipsps1 title underline Lukas Zapletal (1): hwmon: (k10temp) Update documentation and add temp2_input info Nuno Sá (1): hwmon: Fix HWMON_P_MIN_ALARM mask amy.shih (2): hwmon: (nct7904) Fix the incorrect value of vsen_mask in nct7904_data struct hwmon: (nct7904) Add array fan_alarm and vsen_alarm to store the alarms in nct7904_data struct. Documentation/hwmon/index.rst | 1 + Documentation/hwmon/inspur-ipsps1.rst | 2 +- Documentation/hwmon/k10temp.rst | 18 +++++++++++++++++- drivers/hwmon/nct7904.c | 33 +++++++++++++++++++++++++++------ include/linux/hwmon.h | 2 +- 5 files changed, 47 insertions(+), 9 deletions(-)