summaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
authorBjorn Helgaas2019-07-13 00:08:24 +0200
committerBjorn Helgaas2019-07-13 00:08:24 +0200
commit8cf80c5c14b4914b0eb03d4bcafebd07180edfb9 (patch)
tree6f2a349281fa7d46d84971ffe9dc583be2d059a8 /include/linux/pci.h
parentMerge branch 'pci/docs' (diff)
parentPCI: sysfs: Ignore lockdep for remove attribute (diff)
downloadkernel-qcow2-linux-8cf80c5c14b4914b0eb03d4bcafebd07180edfb9.tar.gz
kernel-qcow2-linux-8cf80c5c14b4914b0eb03d4bcafebd07180edfb9.tar.xz
kernel-qcow2-linux-8cf80c5c14b4914b0eb03d4bcafebd07180edfb9.zip
Merge branch 'pci/enumeration'
- If user prevents VF probing, return error instead of pretending a driver has claimed the VF (Alex Williamson) - Always allow probing with driver_override (Alex Williamson) - Decode PCIe 32 GT/s link speed (Gustavo Pimentel) - Ignore lockdep for sysfs remove to avoid lockdep false positive (Marek Vasut) * pci/enumeration: PCI: sysfs: Ignore lockdep for remove attribute PCI: Decode PCIe 32 GT/s link speed PCI: Always allow probing with driver_override PCI: Return error if cannot probe VF
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r--include/linux/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 3d9a167ca5c3..ea91e79d0ba6 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -260,6 +260,7 @@ enum pci_bus_speed {
PCIE_SPEED_5_0GT = 0x15,
PCIE_SPEED_8_0GT = 0x16,
PCIE_SPEED_16_0GT = 0x17,
+ PCIE_SPEED_32_0GT = 0x18,
PCI_SPEED_UNKNOWN = 0xff,
};