mbox series

[GIT,PULL] hwmon fixes for v6.3-rc4

Message ID 20230325140026.3591525-1-linux@roeck-us.net (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwmon fixes for v6.3-rc4 | expand

Pull-request

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

Message

Guenter Roeck March 25, 2023, 2 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v6.3-rc4 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.3-rc4

Thanks,
Guenter
------

The following changes since commit e8d018dd0257f744ca50a729e3d042cf2ec9da65:

  Linux 6.3-rc3 (2023-03-19 13:27: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-v6.3-rc4

for you to fetch changes up to 968b66ffeb7956acc72836a7797aeb7b2444ec51:

  hwmon (it87): Fix voltage scaling for chips with 10.9mV  ADCs (2023-03-21 19:14:55 -0700)

----------------------------------------------------------------
hwmon fixes for v6.3-rc4

- it87: Fix voltage scaling for chips with 10.9mV ADCs

- xgene: Fix ioremap and memremap leak

- peci/cputemp: Fix miscalculated DTS temperature for SKX

- hwmon core: fix potential sensor registration failure with thermal subsystem
  if of_node is missing

----------------------------------------------------------------
Frank Crawford (1):
      hwmon (it87): Fix voltage scaling for chips with 10.9mV  ADCs

Iwona Winiarska (1):
      hwmon: (peci/cputemp) Fix miscalculated DTS for SKX

Phinex Hung (1):
      hwmon: fix potential sensor registration fail if of_node is missing

Tianyi Jing (1):
      hwmon: (xgene) Fix ioremap and memremap leak

 drivers/hwmon/hwmon.c        |  7 +++++--
 drivers/hwmon/it87.c         |  4 +++-
 drivers/hwmon/peci/cputemp.c |  8 +++++++-
 drivers/hwmon/xgene-hwmon.c  | 14 +++++++-------
 4 files changed, 22 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org March 25, 2023, 5:57 p.m. UTC | #1
The pull request you sent on Sat, 25 Mar 2023 07:00:26 -0700:

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

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

Thank you!