From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756264AbYDCXQk (ORCPT ); Thu, 3 Apr 2008 19:16:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753591AbYDCXQY (ORCPT ); Thu, 3 Apr 2008 19:16:24 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:34591 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753228AbYDCXQX (ORCPT ); Thu, 3 Apr 2008 19:16:23 -0400 From: "Rafael J. Wysocki" To: Greg KH Subject: [PATCH 0/3] PM: New suspend and hibernation callbacks User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: pm list , ACPI Devel Maling List , Alan Stern , Len Brown , LKML , Alexey Starikovskiy , David Brownell , Pavel Machek , Benjamin Herrenschmidt , Oliver Neukum , Nigel Cunningham , Jesse Barnes MIME-Version: 1.0 Content-Disposition: inline Date: Fri, 4 Apr 2008 01:11:13 +0200 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Message-Id: <200804040111.15255.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, The following patches are intended to start the redesign of the suspend and hibernation framework for devices. The first one introduces new callbacks for suspend and hibernation (7th revision). It also updates the PM core to use the new callbacks at the top level, allowing it to use the existing callbacks if the new ones are not defined. The other two patches implement the new suspend and hibernation callbacks for the platform and PCI bus types (3rd revision of both). The patches allow platform and pci drivers to start using the new callbacks immediately and similar patches for the other bus types etc. will follow. Still, until drivers actually start to implement the new callbacks, no functional changes are expected to appear as a result of these patches. I think the patches have stabilized sufficiently for being pushed upstream, so please add them to your queue. Thanks, Rafael