Linux Hardware Monitor development
 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 v5.16-rc5
Date: Fri, 10 Dec 2021 12:41:06 -0800	[thread overview]
Message-ID: <20211210204106.1663978-1-linux@roeck-us.net> (raw)

Hi Linus,

Please pull hwmon fixes for Linux v5.16-rc5 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.16-rc5

Thanks,
Guenter
------

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to a2ca752055edd39be38b887e264d3de7ca2bc1bb:

  hwmon: (pwm-fan) Ensure the fan going on in .probe() (2021-11-30 06:44:18 -0800)

----------------------------------------------------------------
hwmon fixes for v5.16-rc5

- In the pwm-fan driver, ensure that the internal pwm state matches
  the state assumed by the pwm code.
- Avoid EREMOTEIO errors in sht4 driver
- In the nct6775 driver, make it explicit that the register value
  passed to nct6775_asuswmi_read() is an 8-bit value
- Avoid WARNing in dell-smm driver removal after failing to create
  /proc/i8k
- Stop using a plain integer as NULL pointer in corsair-psu driver

----------------------------------------------------------------
Armin Wolf (1):
      hwmon: (dell-smm) Fix warning on /proc/i8k creation error

Billy Tsai (1):
      hwmon: (pwm-fan) Ensure the fan going on in .probe()

David Mosberger-Tang (1):
      hwmon: (sht4x) Fix EREMOTEIO errors

Wilken Gottwalt (1):
      hwmon: (corsair-psu) fix plain integer used as NULL pointer

Zev Weiss (1):
      hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()

 drivers/hwmon/corsair-psu.c    | 2 +-
 drivers/hwmon/dell-smm-hwmon.c | 7 +++----
 drivers/hwmon/nct6775.c        | 2 +-
 drivers/hwmon/pwm-fan.c        | 2 --
 drivers/hwmon/sht4x.c          | 4 ++--
 5 files changed, 7 insertions(+), 10 deletions(-)

             reply	other threads:[~2021-12-10 20:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10 20:41 Guenter Roeck [this message]
2021-12-10 22:46 ` [GIT PULL] hwmon fixes for v5.16-rc5 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=20211210204106.1663978-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox