mbox series

[GIT,PULL] hwmon fixes for v5.13-rc6

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

Pull-request

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

Message

Guenter Roeck June 11, 2021, 10:43 a.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v5.13-rc6 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.13-rc6

Thanks,
Guenter
------

The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:

  Linux 5.13-rc5 (2021-06-06 15:47:27 -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.13-rc6

for you to fetch changes up to e13d1127241404f1c3eb1379ac4dd100eaf385b4:

  hwmon: (tps23861) correct shunt LSB values (2021-06-10 08:40:09 -0700)

----------------------------------------------------------------
hwmon fixes for v5.13-rc6

Fixes for tps23861, scpi-hwmon, and corsair-psu drivers, plus a bindings
fix for TI ADS7828.

----------------------------------------------------------------
Nobuhiro Iwamatsu (1):
      dt-bindings: hwmon: Fix typo in TI ADS7828 bindings

Riwen Lu (1):
      hwmon: (scpi-hwmon) shows the negative temperature properly

Robert Marko (3):
      hwmon: (tps23861) define regmap max register
      hwmon: (tps23861) set current shunt value
      hwmon: (tps23861) correct shunt LSB values

Wilken Gottwalt (1):
      hwmon: (corsair-psu) fix suspend behavior

 Documentation/devicetree/bindings/hwmon/ti,ads7828.yaml |  2 +-
 drivers/hwmon/corsair-psu.c                             | 14 ++++++++++++++
 drivers/hwmon/scpi-hwmon.c                              |  9 +++++++++
 drivers/hwmon/tps23861.c                                | 17 +++++++++++++++--
 4 files changed, 39 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org June 11, 2021, 6:25 p.m. UTC | #1
The pull request you sent on Fri, 11 Jun 2021 03:43:10 -0700:

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

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

Thank you!