All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] hwmon fixes for v6.5-rc4
Date: Fri, 28 Jul 2023 12:51:01 -0700	[thread overview]
Message-ID: <20230728195101.3112946-1-linux@roeck-us.net> (raw)

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(-)

             reply	other threads:[~2023-07-28 19:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28 19:51 Guenter Roeck [this message]
2023-07-29  0:27 ` [GIT PULL] hwmon fixes for v6.5-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230728195101.3112946-1-linux@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.