This patchset adds support for amd64_edac module and temperature monitoring, through k10temp driver, on AMD's Family 1Ah-based models. The first patch adds the required PCI IDs for models 00h-1Fh, 20h and 40h-4Fh. The second patch adds the required support in k10temp driver for AMD's Family 1Ah-based models. The third patch adds support in amd64_edac module for models 00h-1Fh and 40h-4Fh. Changes in v2: - Modify commit message of the first patch according to the feedback received. v1: https://lore.kernel.org/linux-edac/20230706171323.3722900-1-avadhut.naik@xxxxxxx/T/#t Avadhut Naik (3): x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based models hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based models EDAC/amd64: Add support for AMD Family 1Ah Models 00h-1Fh and 40h-4Fh arch/x86/kernel/amd_nb.c | 8 ++++++++ drivers/edac/amd64_edac.c | 15 +++++++++++++++ drivers/hwmon/k10temp.c | 8 +++++++- include/linux/pci_ids.h | 2 ++ 4 files changed, 32 insertions(+), 1 deletion(-) -- 2.34.1