]> git.ipfire.org Git - thirdparty/linux.git/commit
intel_th: pci: Use PCI_DEVICE_DATA() for device entries
authorPawel Chmielewski <pawel.chmielewski@linux.intel.com>
Fri, 16 Jan 2026 17:52:49 +0000 (18:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Jan 2026 14:54:18 +0000 (15:54 +0100)
commit89b0bb232a4c71eeb18f75bfd7aa1ae850025c87
tree5f76ef347133dee2b918c805e1c1f14c7b1d5fef
parentbc2e4bc952e26dd93b978588219044bd8b24237b
intel_th: pci: Use PCI_DEVICE_DATA() for device entries

Switch PCI_DEVICE() macro to PCI_DEVICE_DATA() to reduce the number of
lines. Add a new header file for the defined names of the devices. Sort
the entries in ascending order.

Signed-off-by: Pawel Chmielewski <pawel.chmielewski@linux.intel.com>
Reviewed-by: Alan Borzeszkowski <alan.borzeszkowski@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Link: https://patch.msgid.link/20260116175250.821002-2-alexander.shishkin@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/intel_th/pci.c
drivers/hwtracing/intel_th/pci_ids.h [new file with mode: 0644]