mbox series

[GIT,PULL] hwmon fixes for v6.10-rc2

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

Pull-request

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

Message

Guenter Roeck May 31, 2024, 9:18 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v6.10-rc2 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.10-rc2

Thanks,
Guenter
------

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -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.10-rc2

for you to fetch changes up to 52a2c70c3ec555e670a34dd1ab958986451d2dd2:

  hwmon: (shtc1) Fix property misspelling (2024-05-30 09:05:19 -0700)

----------------------------------------------------------------
hwmon fixes for v6.10-rc2

* sttcs: Fix property spelling

* intel-m10-bmc-hwmon: Fix multiplier for N6000 board power sensor

* ltc2992: Fix memory leak

* dell-smm: Add Dell G15 5511 to fan control whitelist

----------------------------------------------------------------
Armin Wolf (1):
      hwmon: (dell-smm) Add Dell G15 5511 to fan control whitelist

Guenter Roeck (1):
      hwmon: (shtc1) Fix property misspelling

Javier Carrasco (1):
      hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()

Peter Colberg (1):
      hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor

 drivers/hwmon/dell-smm-hwmon.c      | 8 ++++++++
 drivers/hwmon/intel-m10-bmc-hwmon.c | 2 +-
 drivers/hwmon/ltc2992.c             | 4 +++-
 drivers/hwmon/shtc1.c               | 2 +-
 4 files changed, 13 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org May 31, 2024, 11:40 p.m. UTC | #1
The pull request you sent on Fri, 31 May 2024 14:18:36 -0700:

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

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

Thank you!