diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2015-06-12 15:26:45 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-06-12 15:26:45 -0500 |
commit | 0ff9b9bad66730e8347cb3350c8d3d1b88a21f13 (patch) | |
tree | 0226398d73d5202752e892a683dd86fcbda8b6c8 /drivers/pci | |
parent | 5ebe6afaf0057ac3eaeb98defd5456894b446d22 (diff) | |
parent | 0c0cbb6c5a04a169320df1812e58b10362865e95 (diff) | |
parent | c0300089fd2dbeebef5ab9b6d66b4e6cedf8500a (diff) | |
parent | a5dd4b4b0570b3bf880d563969b245dfbd170c1e (diff) | |
parent | 01d72a95188880b22190e937ed8718ed4b45bdce (diff) | |
parent | c6201cd8513db2db54b248a862672849ed9ccb82 (diff) | |
parent | 3a9ad0b4fdcd57f775d3615004c8c64c021a9e7d (diff) | |
parent | 917bfd93d3c9c644743940deaf8fe0cff77947eb (diff) | |
download | op-kernel-dev-0ff9b9bad66730e8347cb3350c8d3d1b88a21f13.zip op-kernel-dev-0ff9b9bad66730e8347cb3350c8d3d1b88a21f13.tar.gz |
Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into next
* pci/aspm:
PCI/ASPM: Simplify Clock Power Management setting
PCI: Use dev->has_secondary_link to find downstream PCIe links
PCI/ASPM: Use dev->has_secondary_link to find downstream links
PCI: Add dev->has_secondary_link to track downstream PCIe links
PCI/ASPM: Remove redundant PCIe port type checking
PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameter
* pci/enumeration:
PCI: Remove unused pci_scan_bus_parented()
xen/pcifront: Don't use deprecated function pci_scan_bus_parented()
PCI: designware: Use pci_scan_root_bus() for simplicity
PCI: tegra: Remove tegra_pcie_scan_bus()
PCI: mvebu: Remove mvebu_pcie_scan_bus()
* pci/hotplug:
PCI: pciehp: Wait for hotplug command completion where necessary
PCI: Propagate the "ignore hotplug" setting to parent
ACPI / hotplug / PCI: Check ignore_hotplug for all downstream devices
PCI: pciehp: Drop pointless label from pciehp_probe()
PCI: pciehp: Drop pointless ACPI-based "slot detection" check
* pci/misc:
PCI: Remove unused pci_dma_burst_advice()
PCI: Remove unused pcibios_select_root() (again)
PCI: Remove unnecessary #includes of <asm/pci.h>
PCI: Include <linux/pci.h>, not <asm/pci.h>
* pci/msi:
PCI/MSI: Remove unused pci_msi_off()
PCI/MSI: Drop pci_msi_off() calls from quirks
ntb: Drop pci_msi_off() call during probe
virtio_pci: drop pci_msi_off() call during probe
PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI
PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl()
PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()
* pci/resource:
PCI: Add pci_bus_addr_t
* pci/virtualization:
ACPI / PCI: Account for ARI in _PRT lookups
PCI: Move pci_ari_enabled() to global header
PCI: Add function 1 DMA alias quirk for Marvell 9120
PCI: Add ACS quirks for Intel 9-series PCH root ports