linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mario Limonciello <mario.limonciello@amd.com>
To: Clemens Ladisch <clemens@ladisch.de>
Cc: <linux-hwmon@vger.kernel.org>,
	Gabriel Craciunescu <nix.or.die@googlemail.com>,
	Guenter Roeck <linux@roeck-us.net>,
	Wei Huang <wei.huang2@amd.com>,
	Mario Limonciello <mario.limonciello@amd.com>
Subject: [PATCH v2 0/3] Extend k10temp support for more APUs
Date: Fri, 27 Aug 2021 15:15:24 -0500	[thread overview]
Message-ID: <20210827201527.24454-1-mario.limonciello@amd.com> (raw)

Extend existing code to cover more missing client APUs.  Some logic changes
and failure handling will make this more scalable for other future APUs as
well.

Changes from v1->v2
 patch 1/6 (zen2/zen3 ID's)
    - drop from series, now queued upstream
 patch 2/6
  - drop, don't rename existing stuff for no reason
 patch 3/6
  - add parenthesis around offset
 patch 4/6 (error handling)
  - re-order, move last in the series
  - don't show kernel log warnings, move into errors passed to userspace
 patch 5/6 (don't show tdie)
    - drop from series, now queued upstream
 patch 6/6 (add Yellow carp)
    - no changes
Mario Limonciello (3):
  hwmon: (k10temp): Rework the temperature offset calculation
  hwmon: (k10temp): Add support for yellow carp
  hwmon: (k10temp): Show errors failing to read

 arch/x86/kernel/amd_nb.c |   5 ++
 drivers/hwmon/k10temp.c  | 108 ++++++++++++++++++++++++---------------
 include/linux/pci_ids.h  |   1 +
 3 files changed, 74 insertions(+), 40 deletions(-)

-- 
2.25.1


             reply	other threads:[~2021-08-27 20:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-27 20:15 Mario Limonciello [this message]
2021-08-27 20:15 ` [PATCH v2 1/3] hwmon: (k10temp): Rework the temperature offset calculation Mario Limonciello
2021-08-27 20:55   ` Guenter Roeck
2021-08-27 20:15 ` [PATCH v2 2/3] hwmon: (k10temp): Add support for yellow carp Mario Limonciello
2021-08-27 20:20   ` Borislav Petkov
2021-08-27 20:55   ` Guenter Roeck
2021-08-27 20:15 ` [PATCH v2 3/3] hwmon: (k10temp): Show errors failing to read Mario Limonciello
2021-08-27 21:06   ` Guenter Roeck
2021-08-27 21:10     ` Limonciello, Mario
2021-08-27 21:45       ` Guenter Roeck

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=20210827201527.24454-1-mario.limonciello@amd.com \
    --to=mario.limonciello@amd.com \
    --cc=clemens@ladisch.de \
    --cc=linux-hwmon@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=nix.or.die@googlemail.com \
    --cc=wei.huang2@amd.com \
    /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).