From: Avadhut Naik <Avadhut.Naik@xxxxxxx> 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 and 20h. 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. 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