diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-09-07 21:24:14 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-09-07 21:24:14 +0300 |
commit | c5efc2209505916b6dbcd7ebe9412707b02dbc2f (patch) | |
tree | 57a3f5b6e321cb3d5a1052d3206484992090890a /include/linux/pci.h | |
parent | 18f20670e098ddb86bb331b493fd74ff8168ef7c (diff) | |
parent | e78e661fae3296c4e20a029d6bd04c5e925c72de (diff) | |
download | linux-c5efc2209505916b6dbcd7ebe9412707b02dbc2f.tar.xz |
Merge branch 'pci/enumeration' into next
* pci/enumeration:
PCI: Warn periodically while waiting for non-CRS ("device ready") status
PCI: Wait up to 60 seconds for device to become ready after FLR
PCI: Factor out pci_bus_wait_crs()
PCI: Add pci_bus_crs_vendor_id() to detect CRS response data
PCI: Always check for non-CRS response before timeout
PCI: Avoid race while enabling upstream bridges
PCI: Mark Broadcom HT2100 Root Port Extended Tags as broken
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index bbc2a991b63f..bd3c6264841d 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -473,6 +473,7 @@ struct pci_host_bridge { void *release_data; struct msi_controller *msi; unsigned int ignore_reset_delay:1; /* for entire hierarchy */ + unsigned int no_ext_tags:1; /* no Extended Tags */ /* Resource alignment requirements */ resource_size_t (*align_resource)(struct pci_dev *dev, const struct resource *res, |