mbox series

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

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

Pull-request

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

Message

Guenter Roeck Nov. 6, 2022, 2:07 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 6, 2022, 9:56 p.m. UTC | #1
The pull request you sent on Sun,  6 Nov 2022 06:07:06 -0800:

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

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

Thank you!