mbox series

[GIT,PULL] hwmon fixes for v5.16-rc5

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

Pull-request

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

Message

Guenter Roeck Dec. 10, 2021, 8:41 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 10, 2021, 10:46 p.m. UTC | #1
The pull request you sent on Fri, 10 Dec 2021 12:41:06 -0800:

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

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

Thank you!