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. Mario Limonciello (6): hwmon: (k10temp): Add additional missing Zen2 and Zen3 APUs x86/amd_nb: Rename PCI_DEVICE_ID_AMD_19H_DF_F3 to match specific model hwmon: (k10temp): Rework the temperature offset calculation hwmon: (k10temp): Show errors failing to read hwmon: (k10temp): Don't show Tdie for all Zen/Zen2/Zen3 CPU/APU hwmon: (k10temp): Add support for yellow carp arch/x86/kernel/amd_nb.c | 7 ++++++- drivers/hwmon/k10temp.c | 44 ++++++++++++++++++++++++++++------------ include/linux/pci_ids.h | 3 ++- 3 files changed, 39 insertions(+), 15 deletions(-) -- 2.25.1