mbox series

[0/2] Regression in s2idle for family 19h model 78h

Message ID 20230427053338.16653-1-mario.limonciello@amd.com
Headers show
Series Regression in s2idle for family 19h model 78h | expand

Message

Mario Limonciello April 27, 2023, 5:33 a.m. UTC
A regression occurred in 6.4 due to a missing ID in `amd_nb`
and the `amd_pmc` driver now being dependent on amd_smn_read().

This series adds the missing ID which fixes s2idle on this
system.  The ID also enables k10temp to work.

Mario Limonciello (2):
  amd_nb: Add PCI ID for family 19h model 78h
  k10temp: Add pci ID for family 19, model 78h

 arch/x86/kernel/amd_nb.c | 2 ++
 drivers/hwmon/k10temp.c  | 1 +
 include/linux/pci_ids.h  | 1 +
 3 files changed, 4 insertions(+)