diff mbox series

[V9,1/9] PCI: Add vendor ID for the PCI SIG

Message ID 20220531152632.1397976-2-ira.weiny@intel.com (mailing list archive)
State Superseded
Headers show
Series CXL: Read CDAT and DSMAS data | expand

Commit Message

Ira Weiny May 31, 2022, 3:26 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

This ID is used in DOE headers to identify protocols that are defined
within the PCI Express Base Specification, PCIe r6.0, sec 6.30.1.1 table
6-32.

Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
 include/linux/pci_ids.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Davidlohr Bueso May 31, 2022, 5 p.m. UTC | #1
On Tue, 31 May 2022, ira.weiny@intel.com wrote:

>From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
>
>This ID is used in DOE headers to identify protocols that are defined
>within the PCI Express Base Specification, PCIe r6.0, sec 6.30.1.1 table
>6-32.
>
>Acked-by: Bjorn Helgaas <bhelgaas@google.com>
>Reviewed-by: Dan Williams <dan.j.williams@intel.com>
>Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Reviewed-by: Davidlohr Bueso <dave@stgolabs.net>

>---
> include/linux/pci_ids.h | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
>index 0178823ce8c2..8af3b86206b1 100644
>--- a/include/linux/pci_ids.h
>+++ b/include/linux/pci_ids.h
>@@ -151,6 +151,7 @@
> #define PCI_CLASS_OTHERS		0xff
>
> /* Vendors and devices.  Sort key: vendor first, device next. */
>+#define PCI_VENDOR_ID_PCI_SIG		0x0001
>
> #define PCI_VENDOR_ID_LOONGSON		0x0014
>
>
>-- 
>2.35.1
>
diff mbox series

Patch

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 0178823ce8c2..8af3b86206b1 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -151,6 +151,7 @@ 
 #define PCI_CLASS_OTHERS		0xff
 
 /* Vendors and devices.  Sort key: vendor first, device next. */
+#define PCI_VENDOR_ID_PCI_SIG		0x0001
 
 #define PCI_VENDOR_ID_LOONGSON		0x0014