[GIT PULL] hwmon fixes for v5.7-rc2
From: Guenter Roeck
Date: Sat Apr 18 2020 - 15:49:42 EST
Hi Linus,
Please pull hwmon fixes for Linux v5.7-rc2 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.7-rc2
Thanks,
Guenter
------
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
Linux 5.7-rc1 (2020-04-12 12:35:55 -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.7-rc2
for you to fetch changes up to c843b382e61b5f28a3d917712c69a344f632387c:
hwmon: (jc42) Fix name to have no illegal characters (2020-04-18 10:13:07 -0700)
----------------------------------------------------------------
hwmon fixes for v5.7-rc2
pmbus/isl68137:
Fix up chip IDs
drivetemp:
Return -ENODATA for invalid temperatures
Use true module name
k10temp:
Fix static symbol warnings
jc42:
Use valid hwmon device name
----------------------------------------------------------------
Ann T Ropea (1):
hwmon: (drivetemp) Use drivetemp's true module name in Kconfig section
Guenter Roeck (2):
hwmon: (pmbus/isl68137) Fix up chip IDs
hwmon: (drivetemp) Return -ENODATA for invalid temperatures
Jason Yan (1):
hwmon: (k10temp) make some symbols static
Sascha Hauer (1):
hwmon: (jc42) Fix name to have no illegal characters
Documentation/hwmon/isl68137.rst | 76 ++++++++++++++++-----------------
drivers/hwmon/Kconfig | 2 +-
drivers/hwmon/drivetemp.c | 6 +++
drivers/hwmon/jc42.c | 2 +-
drivers/hwmon/k10temp.c | 6 +--
drivers/hwmon/pmbus/isl68137.c | 92 +++++++++++++++++++++++++++++++++++++---
6 files changed, 134 insertions(+), 50 deletions(-)