linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] hwmon fixes for v5.8-rc6
Date: Sat, 18 Jul 2020 08:22:55 -0700	[thread overview]
Message-ID: <20200718152255.175469-1-linux@roeck-us.net> (raw)

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

             reply	other threads:[~2020-07-18 15:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-18 15:22 Guenter Roeck [this message]
2020-07-18 20:50 ` [GIT PULL] hwmon fixes for v5.8-rc6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200718152255.175469-1-linux@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).