The following changes since commit 8e8da023f5af71662867729db5547dc54786093c: x86: Fix boot failures on older AMD CPU's (2011-12-04 11:57:09 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci for-linus Just a few regression fixes. We have a fix for the extra msleep you pointed out last time as well, but I was saving it for -next since it took awhile for Kenji-san and Yinghai to settle on something, and it changes a core behavior. Ajaykumar Hotchandani (1): PCI: Set device power state to PCI_D0 for device without native PM support James Bottomley (1): PCI: fix ats compile failure Rafael J. Wysocki (1): PCI hotplug: Always allow acpiphp to handle non-PCIe bridges Ram Pai (1): PCI: defer enablement of SRIOV BARS drivers/pci/ats.c | 1 + drivers/pci/hotplug/acpiphp_glue.c | 30 ++++++++++++------------------ drivers/pci/iov.c | 7 +++++++ drivers/pci/pci.c | 5 ++++- 4 files changed, 24 insertions(+), 19 deletions(-) Thanks, -- Jesse Barnes, Intel Open Source Technology Center