mbox series

[GIT,PULL] hwmon fixes for v5.10-rc4

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

Pull-request

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

Message

Guenter Roeck Nov. 14, 2020, 1:51 a.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v5.10-rc4 from signed tag:

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

Thanks,
Guenter
------

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -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.10-rc4

for you to fetch changes up to 60268b0e8258fdea9a3c9f4b51e161c123571db3:

  hwmon: (amd_energy) modify the visibility of the counters (2020-11-13 06:46:20 -0800)

----------------------------------------------------------------
hwmon fixes for v5.10-rc4

Fix potential bufer overflow in pmbus/max20730 driver
Fix locking issue in pmbus core
Fix regression causing timeouts in applesmc driver
Fix RPM calculation in pwm-fan driver
Restrict counter visibility in amd_energy driver

----------------------------------------------------------------
Brad Campbell (1):
      hwmon: (applesmc) Re-work SMC comms

Dan Carpenter (1):
      hwmon: (pmbus/max20730) use scnprintf() instead of snprintf()

Naveen Krishna Chatradhi (1):
      hwmon: (amd_energy) modify the visibility of the counters

Paul Barker (1):
      hwmon: (pwm-fan) Fix RPM calculation

Robert Hancock (1):
      hwmon: (pmbus) Add mutex locking for sysfs reads

 drivers/hwmon/amd_energy.c       |   2 +-
 drivers/hwmon/applesmc.c         | 130 ++++++++++++++++++++++++---------------
 drivers/hwmon/pmbus/max20730.c   |  26 ++++----
 drivers/hwmon/pmbus/pmbus_core.c |  13 +++-
 drivers/hwmon/pwm-fan.c          |  16 ++---
 5 files changed, 115 insertions(+), 72 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 14, 2020, 8:51 p.m. UTC | #1
The pull request you sent on Fri, 13 Nov 2020 17:51:11 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7e908b7461ec395293335852485a183c16765303

Thank you!