mbox series

[GIT,PULL] hwmon fixes for v5.7-rc2

Message ID 20200418194937.5589-1-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v5.7-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v5.7-rc2

Message

Guenter Roeck April 18, 2020, 7:49 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 18, 2020, 9:15 p.m. UTC | #1
The pull request you sent on Sat, 18 Apr 2020 12:49:37 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.7-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/eeaa762549f80ad1d69afbad50bf6d8629ad6649

Thank you!