[GIT PULL] hwmon fixes for v6.3-rc4
From: Guenter Roeck
Date: Sat Mar 25 2023 - 10:00:40 EST
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(-)