linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] hwmon fixes for v5.8-rc6
@ 2020-07-18 15:22 Guenter Roeck
  2020-07-18 20:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Guenter Roeck @ 2020-07-18 15:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-hwmon, linux-kernel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-18 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-18 15:22 [GIT PULL] hwmon fixes for v5.8-rc6 Guenter Roeck
2020-07-18 20:50 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).