diff options
| author | Bjorn Helgaas <bhelgaas@google.com> | 2026-04-13 12:50:03 -0500 |
|---|---|---|
| committer | Bjorn Helgaas <bhelgaas@google.com> | 2026-04-13 12:50:03 -0500 |
| commit | a735a513ff2c219f3dc4f9c159f3a328bfb41834 (patch) | |
| tree | e5f3e135676d1676280391c558857c0d198ea93d /include | |
| parent | 3ebccb123dfa8b475ee77b9c49bc775152e70205 (diff) | |
| parent | 70cf146a674c447753ceeb34246ad0afdd0064bb (diff) | |
| download | lwn-a735a513ff2c219f3dc4f9c159f3a328bfb41834.tar.gz lwn-a735a513ff2c219f3dc4f9c159f3a328bfb41834.zip | |
Merge branch 'pci/p2pdma'
- Allow wildcards in list of host bridges that support peer-to-peer DMA
between hierarchy domains and add all Google SoCs (Jacob Moroni)
* pci/p2pdma:
PCI/P2PDMA: Add Google SoCs to the P2P DMA host bridge list
PCI/P2PDMA: Allow wildcard Device IDs in host bridge list
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 406abf629be2..24cb42f66e4b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2586,6 +2586,8 @@ #define PCI_VENDOR_ID_AZWAVE 0x1a3b +#define PCI_VENDOR_ID_GOOGLE 0x1ae0 + #define PCI_VENDOR_ID_REDHAT_QUMRANET 0x1af4 #define PCI_SUBVENDOR_ID_REDHAT_QUMRANET 0x1af4 #define PCI_SUBDEVICE_ID_QEMU 0x1100 |
