[GIT PULL] hwmon fixes for v5.13-rc5
From: Guenter Roeck
Date: Wed Jun 02 2021 - 07:29:05 EST
Hi Linus,
Please pull hwmon fixes for Linux v5.13-rc5 from signed tag:
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.13-rc4
Yes, I know, the tag name doesn't match the upcoming version, but looks like
I forgot to send the e-mail last week and I don't want to re-apply the tag.
Thanks,
Guenter
------
The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:
Linux 5.13-rc2 (2021-05-16 15:27:44 -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.13-rc4
for you to fetch changes up to f0fb26c456a30d6009faa2c9d44aa22f5bf88c90:
hwmon/pmbus: (q54sj108a2) The PMBUS_MFR_ID is actually 6 chars instead of 5 (2021-05-17 16:02:05 -0700)
----------------------------------------------------------------
hwmon fixes for v5.13-rc4
The most notable fix is for the q54sj108a2 driver to let it actually
instantiate. Also attribute fixes for pmbus/isl68137, pmbus/fsp-3y,
and dell-smm-hwmon drivers.
----------------------------------------------------------------
Armin Wolf (1):
hwmon: (dell-smm-hwmon) Fix index values
Chu Lin (1):
hwmon/pmbus: (q54sj108a2) The PMBUS_MFR_ID is actually 6 chars instead of 5
Grant Peltier (1):
hwmon: (pmbus/isl68137) remove READ_TEMPERATURE_3 for RAA228228
Václav Kubernát (1):
hwmon: (pmbus/fsp-3y) Fix FSP-3Y YH-5151E VOUT
drivers/hwmon/dell-smm-hwmon.c | 4 ++--
drivers/hwmon/pmbus/fsp-3y.c | 32 +++++++++++++++++++++++++-------
drivers/hwmon/pmbus/isl68137.c | 4 ++--
drivers/hwmon/pmbus/q54sj108a2.c | 2 +-
4 files changed, 30 insertions(+), 12 deletions(-)