mbox series

[GIT,PULL] hwmon fixes for hwmon-for-v5.2-rc4

Message ID 1559938508-12610-1-git-send-email-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for hwmon-for-v5.2-rc4 | expand

Pull-request

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

Message

Guenter Roeck June 7, 2019, 8:15 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux hwmon-for-v5.2-rc4 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.2-rc4

Thanks,
Guenter
------

The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a:

  Linux 5.2-rc3 (2019-06-02 13:55:33 -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.2-rc4

for you to fetch changes up to 4a60570dce658e3f8885bbcf852430b99f65aca5:

  hwmon: (pmbus/core) Treat parameters as paged if on multiple pages (2019-06-05 18:36:27 -0700)

----------------------------------------------------------------
hwmon fixes for v5.2-rc4

Fix a couple of inconsistencies and locking problems in pmbus driver.
Register with thermal subsystem only on systems supporting devicetree.

----------------------------------------------------------------
Adamski, Krzysztof (Nokia - PL/Wroclaw) (1):
      hwmon: (pmbus/core) mutex_lock write in pmbus_set_samples

Eduardo Valentin (1):
      hwmon: (core) add thermal sensors only if dev->of_node is present

Robert Hancock (1):
      hwmon: (pmbus/core) Treat parameters as paged if on multiple pages

 drivers/hwmon/hwmon.c            |  2 +-
 drivers/hwmon/pmbus/pmbus_core.c | 37 +++++++++++++++++++++++++++++++++----
 2 files changed, 34 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org June 7, 2019, 9 p.m. UTC | #1
The pull request you sent on Fri,  7 Jun 2019 13:15:08 -0700:

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

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

Thank you!