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 Meteor Lake-S support

Add support for the Trace Hub in Meteor Lake-S.

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

authored by

Alexander Shishkin and committed by
Greg Kroah-Hartman
c4a30def 2e1da7ef

+5
+5
drivers/hwtracing/intel_th/pci.c
··· 290 290 .driver_data = (kernel_ulong_t)&intel_th_2x, 291 291 }, 292 292 { 293 + /* Meteor Lake-S */ 294 + PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x7f26), 295 + .driver_data = (kernel_ulong_t)&intel_th_2x, 296 + }, 297 + { 293 298 /* Raptor Lake-S */ 294 299 PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x7a26), 295 300 .driver_data = (kernel_ulong_t)&intel_th_2x,