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 support

Add support for the Trace Hub in Granite Rapids.

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-11-alexander.shishkin@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Alexander Shishkin and committed by
Greg Kroah-Hartman
e4493788 76e9f438

+5
+5
drivers/hwtracing/intel_th/pci.c
··· 300 300 .driver_data = (kernel_ulong_t)&intel_th_2x, 301 301 }, 302 302 { 303 + /* Granite Rapids */ 304 + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0963), 305 + .driver_data = (kernel_ulong_t)&intel_th_2x, 306 + }, 307 + { 303 308 /* Alder Lake CPU */ 304 309 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f), 305 310 .driver_data = (kernel_ulong_t)&intel_th_2x,