mbox series

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

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

Pull-request

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

Message

Guenter Roeck July 28, 2023, 7:51 p.m. UTC
Hi Linus,

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

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

Thanks,
Guenter
------

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -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.5-rc4

for you to fetch changes up to e146503ac68418859fb063a3a0cd9ec93bc52238:

  hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature (2023-07-27 09:41:07 -0700)

----------------------------------------------------------------
hwmon fixes for v6.5-rc4

- k10temp: Display negative temperatures for industrial processors

- pmbus core: Fix deadlock, NULL pointer dereference, and chip enable detection

- nct7802: Do not display PECI1 temperature if disabled

- nct6775: Fix IN scaling factors and feature detection for NCT6798/6799

- oxp-sensors: Fix race condition during device attribute creation

- aquacomputer_d5next: Fix incorrect PWM value readout

----------------------------------------------------------------
Ahmad Khalifa (2):
      hwmon: (nct6775) Fix register for nct6799
      hwmon: (nct6775) Fix IN scaling factors for 6798/6799

Aleksa Savic (1):
      hwmon: (aquacomputer_d5next) Fix incorrect PWM value readout

Baskaran Kannan (1):
      hwmon: (k10temp) Enable AMD3255 Proc to show negative temperature

Gilles Buloz (1):
      hwmon: (nct7802) Fix for temp6 (PECI1) processed even if PECI1 disabled

Guenter Roeck (1):
      hwmon: (pmbus_core) Fix Deadlock in pmbus_regulator_get_status

Joaquín Ignacio Aramendía (1):
      hwmon: (oxp-sensors) Move tt_toggle attribute to dev_groups

Patrick Rudolph (2):
      hwmon: (pmbus_core) Fix pmbus_is_enabled()
      hwmon: (pmbus_core) Fix NULL pointer dereference

 drivers/hwmon/aquacomputer_d5next.c |  2 +-
 drivers/hwmon/k10temp.c             | 17 +++++++++++++++--
 drivers/hwmon/nct6775-core.c        | 28 +++++++++++++++++++++------
 drivers/hwmon/nct6775-platform.c    |  2 +-
 drivers/hwmon/nct6775.h             |  1 +
 drivers/hwmon/nct7802.c             |  2 +-
 drivers/hwmon/oxp-sensors.c         | 38 +++++++++++++++++++++++--------------
 drivers/hwmon/pmbus/pmbus_core.c    | 20 ++++++++++---------
 8 files changed, 76 insertions(+), 34 deletions(-)

Comments

pr-tracker-bot@kernel.org July 29, 2023, 12:27 a.m. UTC | #1
The pull request you sent on Fri, 28 Jul 2023 12:51:01 -0700:

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

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

Thank you!