mbox series

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

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

Pull-request

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

Message

Guenter Roeck June 2, 2021, 11:28 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 2, 2021, 7:36 p.m. UTC | #1
The pull request you sent on Wed,  2 Jun 2021 04:28:58 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3bfc6ffb616f14dc268aa121b71637ef06654e92

Thank you!