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 Granite Rapids SOC support

Add support for the Trace Hub in Granite 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-12-alexander.shishkin@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Alexander Shishkin and committed by
Greg Kroah-Hartman
854afe46 e4493788

+5
+5
drivers/hwtracing/intel_th/pci.c
··· 305 305 .driver_data = (kernel_ulong_t)&intel_th_2x, 306 306 }, 307 307 { 308 + /* Granite Rapids SOC */ 309 + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x3256), 310 + .driver_data = (kernel_ulong_t)&intel_th_2x, 311 + }, 312 + { 308 313 /* Alder Lake CPU */ 309 314 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f), 310 315 .driver_data = (kernel_ulong_t)&intel_th_2x,