mbox series

[GIT,PULL] hwmon fixes for v6.7-rc5

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

Pull-request

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

Message

Guenter Roeck Dec. 8, 2023, 6:51 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v6.7-rc5 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v6.7-rc5

Thanks,
Guenter
------

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 307004e8b254ad28e150b63f299ab9caa4bc7c3e:

  hwmon: (corsair-psu) Fix probe when built-in (2023-12-08 10:36:02 -0800)

----------------------------------------------------------------
hwmon fixes for v6.7-rc5

- acpi_power_meter: Fix 4.29 MW output sen if acpi reports bad data

- corsair-psu: Fix ability to probe if the driver is built into the kernel

- ltc2991: Fix spelling mistake "contiuous" -> "continuous"

- max31827: Add missing regulator header file include

- nzxt-kraken2: Fix error handling path in probe function

----------------------------------------------------------------
Antoniu Miclaus (1):
      hwmon: max31827: include regulator header

Armin Wolf (2):
      hwmon: (acpi_power_meter) Fix 4.29 MW bug
      hwmon: (corsair-psu) Fix probe when built-in

Christophe JAILLET (1):
      hwmon: (nzxt-kraken2) Fix error handling path in kraken2_probe()

Colin Ian King (1):
      hwmon: ltc2991: Fix spelling mistake "contiuous" -> "continuous"

 drivers/hwmon/acpi_power_meter.c |  4 ++++
 drivers/hwmon/corsair-psu.c      | 18 +++++++++++++++++-
 drivers/hwmon/ltc2991.c          |  2 +-
 drivers/hwmon/max31827.c         |  1 +
 drivers/hwmon/nzxt-kraken2.c     |  4 ++--
 5 files changed, 25 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 8, 2023, 8 p.m. UTC | #1
The pull request you sent on Fri,  8 Dec 2023 10:51:47 -0800:

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

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

Thank you!