From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 0/6] Do not use sysdevs for implementing "core" PM operations on x86 Date: Tue, 22 Mar 2011 11:32:58 +0100 Message-ID: <20110322103258.GC4448@elte.hu> References: <201103100131.58206.rjw@sisk.pl> <201103122212.40828.rjw@sisk.pl> <201103220031.22729.rjw@sisk.pl> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <201103220031.22729.rjw@sisk.pl> Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Rafael J. Wysocki" Cc: Linux PM mailing list , LKML , Greg KH , Kay Sievers , Jesse Barnes , "H. Peter Anvin" , mingo@redhat.com, tglx@linutronix.de, Dave Jones , Alan Stern , Avi Kivity , David Woodhouse , kvm@vger.kernel.org, iommu@lists.linux-foundation.org, cpufreq@vger.kernel.org * Rafael J. Wysocki wrote: > > If there are no objectsions, I'd like to push these patches through the suspend > > tree. > > [1/8] has been merged in the meantime and [3/8] has been included into the > ACPI tree. if there are no objections, I'm going to push the following > patches to Linus this week through the suspend-2.6 tree: > > [1/6] - Convert sysdev users in arch/x86 to using struct syscore_ops. > > [2/6] - Make timekeeping use struct syscore_ops for suspend/resume. > > [3/6] - Make Intel IOMMU use struct syscore_ops for suspend/resume. > > [4/6] - Make KVM use struct syscore_ops for suspend/resume. > > [5/6] - Make cpufreq use struct syscore_ops for boot CPU suspend/resume. > > [6/6] - Introduce config switch allowing architectures to skip sysdev > suspend/resume/shutdown code. The x86 bits look fine. Acked-by: Ingo Molnar The patches affect a lot of hardware so please make sure they are tested well before pushing them to Linus :-) Ingo