aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2015-08-14 08:16:29 -0500
committerBjorn Helgaas <bhelgaas@google.com>2015-08-14 08:16:29 -0500
commit1f408d57437e53ae9aa6edb335ff9fe7ba7aba2c (patch)
tree8ab361af68a8cddb13f05bdcad352660c22dc206 /drivers/pci
parent5a4f3cf0d1f02884c0a64488d22b3bb4bce31b44 (diff)
parent2db0f71f56795f6b04d386b15c3b32b570558ebd (diff)
parentf7ef1340bb501717372a39f4807d0ad519ebd432 (diff)
parent3e14675335a15e1a91573837a15ff3bbb50bc14f (diff)
parent95e16587ccd0f330e349360de048ebd4432d4b2c (diff)
Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization' into next
* pci/hotplug: PCI: pciehp: Remove ignored MRL sensor interrupt events PCI: pciehp: Remove unused interrupt events PCI: pciehp: Handle invalid data when reading from non-existent devices PCI: Hold pci_slot_mutex while searching bus->slots list PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_sem PCI: pciehp: Simplify pcie_poll_cmd() PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slot * pci/iommu: PCI: Remove pci_ats_enabled() PCI: Stop caching ATS Invalidate Queue Depth PCI: Move ATS declarations to linux/pci.h so they're all together PCI: Clean up ATS error handling PCI: Use pci_physfn() rather than looking up physfn by hand PCI: Inline the ATS setup code into pci_ats_init() PCI: Rationalize pci_ats_queue_depth() error checking PCI: Reduce size of ATS structure elements PCI: Embed ATS info directly into struct pci_dev PCI: Allocate ATS struct during enumeration iommu/vt-d: Cache PCI ATS state and Invalidate Queue Depth * pci/irq: PCI: Kill off set_irq_flags() usage * pci/virtualization: PCI: Add ACS quirks for Intel I219-LM/V