PCI/CXL: Move CXL Vendor ID to pci_ids.h
authorDave Jiang <dave.jiang@intel.com>
Thu, 2 May 2024 16:57:30 +0000 (09:57 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 8 May 2024 18:18:33 +0000 (13:18 -0500)
commit962f1e79e7acfb30207a378894b1bbf6742e6212
treeed5ec51f8d91ea96148aa8cb311b034e5b853528
parent4cece764965020c22cff7665b18a012006359095
PCI/CXL: Move CXL Vendor ID to pci_ids.h

Move PCI_DVSEC_VENDOR_ID_CXL in CXL private code to PCI_VENDOR_ID_CXL in
pci_ids.h in order to be utilized in PCI subsystem.

While the CXL Vendor ID (0x1e98) is not listed in the PCI SIG "Member
Companies" database at https://pcisig.com/membership/member-companies, the
SIG has confirmed that it is reserved by CXL.

Link: https://lore.kernel.org/r/20240502165851.1948523-2-dave.jiang@intel.com
Suggested-by: Bjorn Helgaas <helgaas@kernel.org>
Link: https://lore.kernel.org/linux-cxl/20240402172323.GA1818777@bhelgaas/
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
[bhelgaas: update commit log]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/core/pci.c
drivers/cxl/core/regs.c
drivers/cxl/cxlpci.h
drivers/cxl/pci.c
drivers/perf/cxl_pmu.c
include/linux/pci_ids.h