[GIT PULL] hwmon fixes for v6.1-rc4

From: Guenter Roeck
Date: Sun Nov 06 2022 - 09:07:19 EST


Hi Linus,

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

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

Thanks,
Guenter
------

The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:

Linux 6.1-rc3 (2022-10-30 15:19:28 -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.1-rc4

for you to fetch changes up to 1e699e177e339e462cdc8571e3d0fcf29665608e:

Revert "hwmon: (pmbus) Add regulator supply into macro" (2022-11-04 16:47:01 -0700)

----------------------------------------------------------------
hwmon fixes for v6.1-rc4

Fix two regressions:

- Commit 54cc3dbfc10d ("hwmon: (pmbus) Add regulator supply into macro")
resulted in regulator undercount when disabling regulators. Revert it.

- The thermal subsystem rework caused the scmi driver to no longer register
with the thermal subsystem because index values no longer match.
To fix the problem, the scmi driver now directly registers with the
thermal subsystem, no longer through the hwmon core.

----------------------------------------------------------------
Cristian Marussi (1):
hwmon: (scmi) Register explicitly with Thermal Framework

Guenter Roeck (1):
Revert "hwmon: (pmbus) Add regulator supply into macro"

drivers/hwmon/pmbus/pmbus.h | 1 -
drivers/hwmon/scmi-hwmon.c | 116 +++++++++++++++++++++++++++++++++++++++-----
2 files changed, 103 insertions(+), 14 deletions(-)