Hi Linus, Here are some fixes for v3.7. Three are related to D3cold support, and the last portdrv one is a fix for the PCIe capability accessor rework we merged for v3.7-rc1. Bjorn The following changes since commit 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64: Linux 3.7-rc3 (2012-10-28 12:24:48 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/3.7-pci-fixes for you to fetch changes up to ff8e59bc4ec3f31789a47dce9b6fe44bd7bc5fcc: PCI/portdrv: Don't create hotplug slots unless port supports hotplug (2012-11-05 16:59:59 -0700) ---------------------------------------------------------------- PCI updates for v3.7: Power management PCI/PM: Fix proc config reg access for D3cold and bridge suspending PCI/PM: Resume device before shutdown PCI/PM: Fix deadlock when unbinding device if parent in D3cold Hotplug PCI/portdrv: Don't create hotplug slots unless port supports hotplug ---------------------------------------------------------------- Bjorn Helgaas (1): Merge branch 'pci/huang-d3cold-fixes' into for-linus Huang Ying (3): PCI/PM: Fix deadlock when unbinding device if parent in D3cold PCI/PM: Resume device before shutdown PCI/PM: Fix proc config reg access for D3cold and bridge suspending Taku Izumi (1): PCI/portdrv: Don't create hotplug slots unless port supports hotplug drivers/pci/bus.c | 3 --- drivers/pci/pci-driver.c | 12 ++---------- drivers/pci/pci-sysfs.c | 34 ---------------------------------- drivers/pci/pci.c | 32 ++++++++++++++++++++++++++++++++ drivers/pci/pci.h | 2 ++ drivers/pci/pcie/aer/aerdrv_core.c | 20 ++++++++++++++++---- drivers/pci/pcie/portdrv_core.c | 3 ++- drivers/pci/proc.c | 8 ++++++++ 8 files changed, 62 insertions(+), 52 deletions(-) -- 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