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

From: Guenter Roeck
Date: Fri Dec 10 2021 - 15:41:13 EST


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