Please pull my for-linus branch: git pull git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git for-linus A few documentation fixes/additions, quirks, and the obligatory hotplug related fixes. Alex Chiang (1): PCI: Documentation: fix minor PCIe HOWTO thinko Andrew Patterson (1): PCI: Enable PCIe AER only after checking firmware support Chris Wright (1): PCI: add some sysfs ABI docs Eric W. Biederman (1): PCI: pciehp: Handle interrupts that happen during initialization. Matthew Wilcox (1): PCI/MSI: fix msi_mask() shift fix Randy Dunlap (3): PCI: fix rom.c kernel-doc warning PCI: fix struct pci_platform_pm_ops kernel-doc PCI: fix missing kernel-doc and typos Stefan Assmann (1): PCI: AMD 813x B2 devices do not need boot interrupt quirk Yinghai Lu (2): PCI quirk: enable MSI on 8132 PCI: don't enable too many HT MSI mappings Documentation/ABI/testing/sysfs-bus-pci | 43 +++++++++++ Documentation/PCI/PCIEBUS-HOWTO.txt | 2 +- drivers/pci/hotplug/pciehp.h | 2 + drivers/pci/hotplug/pciehp_core.c | 7 ++ drivers/pci/hotplug/pciehp_hpc.c | 15 ++-- drivers/pci/msi.c | 10 +-- drivers/pci/pci.c | 13 ++- drivers/pci/pci.h | 20 +++--- drivers/pci/pcie/aer/aerdrv_core.c | 48 ++++++++++-- drivers/pci/pcie/portdrv_pci.c | 2 - drivers/pci/quirks.c | 122 +++++++++++++++++++++++++++---- drivers/pci/rom.c | 1 + 12 files changed, 229 insertions(+), 56 deletions(-) -- Jesse Barnes, Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html