]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' into...
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Apr 2014 23:43:58 +0000 (17:43 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 29 Apr 2014 23:43:58 +0000 (17:43 -0600)
commit62f917f1eadb4098e39d9462ac8162bb530d80cf
treefa73b263e479845748120c4fedc038e90e424d6d
parent55addf3150ef37e6b38d415547cc6f20b4d9aca1
parentc98c1b526993902369fe598c4beb1607198a7f90
parent0ff16fb62950e7ee3bdba33c48d8c1edc2979088
parent9eb3e3b530a3256364044c7a9e9a502dce4fe390
parent913db1cedb5beb7915bbabe3432dd259019bb5d3
Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' into next

* pci/hotplug:
  PCI: rphahp: Fix endianess issues
  PCI: Allow hotplug service drivers to operate in polling mode
  PCI: pciehp: Acknowledge spurious "cmd completed" event
  PCI: pciehp: Use PCI_EXP_SLTCAP_PSN define
  PCI: hotplug: Remove unnecessary "dev->bus" test

* pci/msi:
  GenWQE: Use pci_enable_msi_exact() instead of pci_enable_msi_block()
  PCI/MSI: Simplify populate_msi_sysfs()
  PCI/portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix()

* pci/virtualization:
  PCI: Add Patsburg (X79) to Intel PCH root port ACS quirk

* pci/misc:
  PCI: Fix use of uninitialized MPS value
  PCI: Remove dead code
  MAINTAINERS: Add arch/x86/kernel/quirks.c to PCI file patterns
  PCI: Remove unnecessary __ref annotations
  PCI: Fail new_id for vendor/device values already built into driver
  PCI: Add new ID for Intel GPU "spurious interrupt" quirk
  PCI: Update my email address
  PCI: Fix incorrect vgaarb conditional in WARN_ON()
  PCI: Use designated initialization in PCI_VDEVICE
  PCI: Remove old serial device IDs
  PCI: Remove unnecessary includes of <linux/init.h>
  powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal
drivers/pci/msi.c
drivers/pci/pcie/portdrv_core.c
drivers/pci/quirks.c