linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Extend k10temp support for more APUs
@ 2021-08-27 20:15 Mario Limonciello
  2021-08-27 20:15 ` [PATCH v2 1/3] hwmon: (k10temp): Rework the temperature offset calculation Mario Limonciello
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Mario Limonciello @ 2021-08-27 20:15 UTC (permalink / raw)
  To: Clemens Ladisch
  Cc: linux-hwmon, Gabriel Craciunescu, Guenter Roeck, Wei Huang,
	Mario Limonciello

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


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

end of thread, other threads:[~2021-08-27 21:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27 20:15 [PATCH v2 0/3] Extend k10temp support for more APUs Mario Limonciello
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

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