Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

intel_th: pci: Add Sapphire Rapids SOC support

Add support for the Trace Hub in Sapphire Rapids SOC.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: stable@kernel.org
Link: https://lore.kernel.org/r/20240429130119.1518073-13-alexander.shishkin@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Alexander Shishkin and committed by
Greg Kroah-Hartman
2e1da7ef 854afe46

+5
+5
drivers/hwtracing/intel_th/pci.c
··· 310 310 .driver_data = (kernel_ulong_t)&intel_th_2x, 311 311 }, 312 312 { 313 + /* Sapphire Rapids SOC */ 314 + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x3456), 315 + .driver_data = (kernel_ulong_t)&intel_th_2x, 316 + }, 317 + { 313 318 /* Alder Lake CPU */ 314 319 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f), 315 320 .driver_data = (kernel_ulong_t)&intel_th_2x,