Merge branches 'pci/host-rcar', 'pci/hotplug', 'pci/iommu', 'pci/misc' and 'pci/msi...
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 9 Jul 2014 03:37:50 +0000 (21:37 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 9 Jul 2014 03:37:50 +0000 (21:37 -0600)
commit1d0df48692af1bbaced270e04b3d262810fe0e14
tree0681b866415821dbd49f81cde66a0a154034aed9
parent7171511eaec5bf23fb06078f59784a3a0626b38f
parent0549252a1da98c5c39610e1700a9a1755acd0a70
parent5d37818b9ccbec660abb3a11d4ffb0aba0e3c809
parent8ab4abbee6df256e7afb7e90a3332aed7453d538
parentdcfa9be83866e28fcb8b7e22b4eeb4ba63bd3174
parent31ea5d4dfe21fb50276dcd70ce268e58d57eccb4
Merge branches 'pci/host-rcar', 'pci/hotplug', 'pci/iommu', 'pci/misc' and 'pci/msi' into next

* pci/host-rcar:
  PCI: rcar: Remove rcar_pcie_setup_window() resource argument
  PCI: rcar: Cleanup style and formatting
  PCI: rcar: Use correct initial HW settings
  PCI: rcar: Remove redundant config accessor register number checks

* pci/hotplug:
  PCI: cpqphp: Remove unnecessary null test before debugfs_remove()
  PCI: pciehp: Clear Data Link Layer State Changed during init
  PCI: pciehp: Remove struct controller.no_cmd_complete
  PCI: pciehp: Remove assumptions about which commands cause completion events
  PCI: pciehp: Compute timeout from hotplug command start time
  PCI: pciehp: Wait for hotplug command completion lazily
  PCI: pciehp: Make pcie_wait_cmd() self-contained
  PCI: Prevent NULL dereference during pciehp probe

* pci/iommu:
  PCI: Add bridge DMA alias quirk for Intel 82801 bridge

* pci/misc:
  ACPI / PCI: Fix sysfs acpi_index and label errors
  PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe ports

* pci/msi:
  PCI/MSI: Cache Multiple Message Capable in struct msi_desc
  PCI/MSI: Remove unused msi_enabled_mask()
  PCI/MSI: Add internal msix_clear_and_set_ctrl() function