[GIT PULL] hwmon fixes for v5.18-rc6
From: Guenter Roeck
Date: Tue May 03 2022 - 02:00:08 EST
Hi Linus,
Please pull hwmon fixes for Linux v5.18-rc6 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.18-rc6
Thanks,
Guenter
------
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git tags/hwmon-for-v5.18-rc6
for you to fetch changes up to 08da09f028043fed9653331ae75bc310411f72e6:
hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (2022-04-27 04:52:18 -0700)
----------------------------------------------------------------
hwmon fixes for v5.18-rc6
- Work around a hardware problem in the delta-ahe50dc-fan driver
- Explicitly disable PEC in PMBus core if not enabled
- Fix negative temperature values in f71882fg driver
- Fix warning on removal of adt7470 driver
- Fix CROSSHAIR VI HERO name in asus_wmi_sensors driver
- Fix build warning seen in xdpe12284 driver if
CONFIG_SENSORS_XDPE122_REGULATOR is disabled
- Fix type of 'ti,n-factor' in ti,tmp421 driver bindings
----------------------------------------------------------------
Adam Wujek (1):
hwmon: (pmbus) disable PEC if not enabled
Armin Wolf (1):
hwmon: (adt7470) Fix warning on module removal
Denis Pauk (1):
hwmon: (asus_wmi_sensors) Fix CROSSHAIR VI HERO name
Guenter Roeck (1):
hwmon: (xdpe12284) Fix build warning seen if CONFIG_SENSORS_XDPE122_REGULATOR is disabled
Ji-Ze Hong (Peter Hong) (1):
hwmon: (f71882fg) Fix negative temperature
Rob Herring (1):
dt-bindings: hwmon: ti,tmp421: Fix type for 'ti,n-factor'
Zev Weiss (1):
hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk
Documentation/devicetree/bindings/hwmon/ti,tmp421.yaml | 7 +++----
drivers/hwmon/adt7470.c | 4 ++--
drivers/hwmon/asus_wmi_sensors.c | 2 +-
drivers/hwmon/f71882fg.c | 5 +++--
drivers/hwmon/pmbus/delta-ahe50dc-fan.c | 16 ++++++++++++++++
drivers/hwmon/pmbus/pmbus_core.c | 3 +++
drivers/hwmon/pmbus/xdpe12284.c | 2 +-
7 files changed, 29 insertions(+), 10 deletions(-)