On Friday, February 6, 2009 7:00 pm Linus Torvalds wrote: > On Wed, 4 Feb 2009, Rafael J. Wysocki wrote: > > On Wednesday 04 February 2009, Parag Warudkar wrote: > > > On Tue, 3 Feb 2009, Rafael J. Wysocki wrote: > > > > Can you also test this one instead and tell me if it still works? > > > > > > Removing Linus' patch and applying the below one works as well. > > > > Great, thanks for testing. > > > > I'm going to push this one to Jesse. > > Jesse, should I take this directly (and presumably the related series by > Rafael)? > > I was going to release -rc4 this weekend (it's already more than a week - > I'm bad), and I'd hate for pci-e bridges to not resume correctly. So I'd > either like a pull request from you with the pending suspend fixes, or > I'll just apply the patch(es) directly. Ok, you can just pull from me then. /me uses request-pull wow that's easy. The following changes since commit eda58a85ec3fc05855a26654d97a2b53f0e715b9: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../cooloney/blackfin-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 for-linus Alex Chiang (1): PCI: properly clean up ASPM link state on device remove Rafael J. Wysocki (7): PCI PM: Fix handling of devices without drivers PCI PM: Check if the state has been saved before trying to restore it PCI PM: Fix saving of device state in pci_legacy_suspend PCI: PCIe portdrv: Simplify suspend and resume PCI PM: Do not disable and enable bridges during suspend-resume PCI PM: Read power state from device after trying to change it on resume PCI PM: make the PM core more careful with drivers using the new PM framework Timothy S. Nelson (1): PCI: return error on failure to read PCI ROMs Documentation/filesystems/sysfs-pci.txt | 13 +++- arch/ia64/sn/kernel/io_acpi_init.c | 2 +- arch/ia64/sn/kernel/io_init.c | 2 +- drivers/pci/pci-driver.c | 164 ++++++++++++++++++++----------- drivers/pci/pci-sysfs.c | 4 +- drivers/pci/pci.c | 4 +- drivers/pci/pcie/aspm.c | 4 +- drivers/pci/pcie/portdrv_pci.c | 16 +--- drivers/pci/rom.c | 8 +- include/linux/pci.h | 2 +- 10 files changed, 132 insertions(+), 87 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