[PATCH v2 0/6] Add support for upcoming chips to k10temp and amd_nb

Mario Limonciello posted 6 patches 3 years, 10 months ago
There is a newer version of this series
arch/x86/kernel/amd_nb.c | 13 +++++++++++++
drivers/hwmon/k10temp.c  | 12 ++++++++++++
include/linux/pci_ids.h  |  3 +++
3 files changed, 28 insertions(+)
[PATCH v2 0/6] Add support for upcoming chips to k10temp and amd_nb
Posted by Mario Limonciello 3 years, 10 months ago
This series started as what looked like a correction to previous
commits, but I missed that the previous commits were for a different
family with the same chip models.  So while fixing up the series I also
noticed that a few upcoming chips have new PCIe IDs and CCD offsets not
yet supported, so add them to amd_nb/k10temp.

v1->v2:
 * Correct commit messages
 * Add more missing chips and offsets
 * since so much changed, do not include Bjorn's Ack.
Mario Limonciello (6):
  x86/amd_nb: Add AMD Family 17h A0-AF IDs
  x86/amd_nb: Add Family 19h model 70h-7Fh IDs
  x86/amd_nb: Add Family 19h model 60h-6Fh IDs
  hwmon: (k10temp): Add support for family 17h models A0h-AFh
  hwmon: (k10temp): Add support for family 19h models 70h-7Fh
  hwmon: (k10temp): Add support for family 19h models 60h-6Fh

 arch/x86/kernel/amd_nb.c | 13 +++++++++++++
 drivers/hwmon/k10temp.c  | 12 ++++++++++++
 include/linux/pci_ids.h  |  3 +++
 3 files changed, 28 insertions(+)

-- 
2.34.1