mbox series

[GIT,PULL] hwmon fixes for v5.19-rc3

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

Pull-request

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

Message

Guenter Roeck June 17, 2022, 1:55 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v5.19-rc3 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.19-rc3

Thanks,
Guenter
------

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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.19-rc3

for you to fetch changes up to ec41c6d82056cbbd7ec8f44eed6d86fea50acf4e:

  hwmon: (asus-ec-sensors) add missing comma in board name list. (2022-06-15 08:14:38 -0700)

----------------------------------------------------------------
hwmon fixes for v5.19-rc3

* Add missing lock protection in occ driver

* Add missing comma in board name list in asus-ec-sensors driver

* Fix devicetree bindings for ti,tmp401

----------------------------------------------------------------
Eddie James (1):
      hwmon: (occ) Lock mutex in shutdown to prevent race with occ_active

Michael Carns (1):
      hwmon: (asus-ec-sensors) add missing comma in board name list.

Rob Herring (1):
      dt-bindings: hwmon: ti,tmp401: Drop 'items' from 'ti,n-factor' property

 Documentation/devicetree/bindings/hwmon/ti,tmp401.yaml | 5 ++---
 drivers/hwmon/asus-ec-sensors.c                        | 2 +-
 drivers/hwmon/occ/common.c                             | 5 +++++
 3 files changed, 8 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org June 17, 2022, 5:07 p.m. UTC | #1
The pull request you sent on Fri, 17 Jun 2022 06:55:25 -0700:

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

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

Thank you!