Hi Linus, Please pull the power management updates for 2.6.30 from: git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6.git for-linus This contains the patches that modify the handling of interrupts during suspend and resume and the associated PCI PM patches. All of them have been reviewed and accepted by the appropriate maintainers. arch/x86/kernel/apm_32.c | 15 +++- drivers/base/power/main.c | 20 +++-- drivers/base/sys.c | 8 ++ drivers/pci/pci-driver.c | 177 ++++++++++++++++++++++++++--------------- drivers/pci/pci.c | 142 +++++++++++++++------------------ drivers/pci/pci.h | 1 - drivers/video/aty/radeon_pm.c | 2 +- drivers/xen/manage.c | 16 ++-- include/linux/interrupt.h | 9 ++ include/linux/irq.h | 1 + include/linux/pci.h | 1 + kernel/irq/Makefile | 1 + kernel/irq/internals.h | 2 + kernel/irq/manage.c | 31 ++++++-- kernel/irq/pm.c | 79 ++++++++++++++++++ kernel/kexec.c | 19 ++--- kernel/power/disk.c | 138 ++++++++++++++++++++------------ kernel/power/main.c | 55 ++++++++----- 18 files changed, 461 insertions(+), 256 deletions(-) --------------- Frans Pop <elendil@xxxxxxxxx> (1): PCI PM: Consistently use variable name "error" for pm call return values Rafael J. Wysocki <rjw@xxxxxxx> (13): PM: Introduce functions for suspending and resuming device interrupts PM: Rework handling of interrupts during suspend-resume PM: Change suspend code ordering PM: Change hibernation code ordering kexec: Change kexec jump code ordering PCI PM: Use pci_set_power_state during early resume PCI PM: Move pci_restore_standard_config to pci-driver.c PCI PM: Put devices into low power states during late suspend (rev. 2) PCI PM: Make pci_set_power_state() handle devices with no PM support PCI PM: Restore config spaces of all devices during early resume PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) radeonfb: Use __pci_complete_power_transition() PCI PM: Make pci_prepare_to_sleep() disable wake-up if needed [This is my first pull request, so please be patient ... ;-)] Thanks, Rafael _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm