mbox series

[GIT,PULL] hwmon fixes for v5.8-rc6

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

Pull-request

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

Message

Guenter Roeck July 18, 2020, 3:22 p.m. UTC
Hi Linus,

Please pull hwmon fixes for Linux v5.8-rc6 from signed tag:

    git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-for-v5.8-rc6

Thanks,
Guenter
------

The following changes since commit dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258:

  Linux 5.8-rc4 (2020-07-05 16:20:22 -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.8-rc6

for you to fetch changes up to c66ef39eb27fe123ee05082b90eb2985c33c7715:

  hwmon: (drivetemp) Avoid SCT usage on Toshiba DT01ACA family drives (2020-07-18 08:11:44 -0700)

----------------------------------------------------------------
hwmon fixes for v5.8-rc6

- Using SCT on some Tohsiba drives causes firmware hangs.
  Disable its use in the drivetemp driver.
- Handle potential buffer overflows in scmi and aspeed-pwm-tacho driver.
- Energy reporting does not work well on all AMD CPUs.
  Restrict amd_energy to known working models.
- Enable reading the CPU temperature on NCT6798D using undocumented registers.
- Fix read errors seen if PEC is enabled in adm1275 driver.
- Fix setting the pwm1_enable in emc2103 driver.

----------------------------------------------------------------
Chu Lin (1):
      hwmon: (adm1275) Make sure we are reading enough data for different chips

Cristian Marussi (1):
      hwmon: (scmi) Fix potential buffer overflow in scmi_hwmon_probe()

Evgeny Novikov (1):
      hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflow

Guenter Roeck (1):
      hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798D

Maciej S. Szmigiero (1):
      hwmon: (drivetemp) Avoid SCT usage on Toshiba DT01ACA family drives

Naveen Krishna Chatradhi (1):
      hwmon: (amd_energy) match for supported models

Vishwas M (1):
      hwmon: (emc2103) fix unable to change fan pwm1_enable attribute

 drivers/hwmon/amd_energy.c       |  2 +-
 drivers/hwmon/aspeed-pwm-tacho.c |  2 ++
 drivers/hwmon/drivetemp.c        | 43 ++++++++++++++++++++++++++++++++++++++++
 drivers/hwmon/emc2103.c          |  2 +-
 drivers/hwmon/nct6775.c          |  6 +++---
 drivers/hwmon/pmbus/adm1275.c    | 10 ++++++++--
 drivers/hwmon/scmi-hwmon.c       |  2 +-
 7 files changed, 59 insertions(+), 8 deletions(-)

Comments

pr-tracker-bot@kernel.org July 18, 2020, 8:50 p.m. UTC | #1
The pull request you sent on Sat, 18 Jul 2020 08:22:55 -0700:

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

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

Thank you!