Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751248AbVJ1KET (ORCPT ); Fri, 28 Oct 2005 06:04:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751266AbVJ1KET (ORCPT ); Fri, 28 Oct 2005 06:04:19 -0400 Received: from ns2.suse.de ([195.135.220.15]:14808 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1751248AbVJ1KES (ORCPT ); Fri, 28 Oct 2005 06:04:18 -0400 Date: Fri, 28 Oct 2005 12:04:11 +0200 Message-ID: From: Takashi Iwai To: Greg K-H Cc: linux-kernel@vger.kernel.org, rmk+kernel@arm.linux.org.uk Subject: Re: [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks In-Reply-To: <113048102730@kroah.com> References: <11304810272893@kroah.com> <113048102730@kroah.com> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta18) (chestnut) (+CVS-20041021) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 729 Lines: 27 At Thu, 27 Oct 2005 23:30:27 -0700, Greg KH wrote: > > --- a/Documentation/driver-model/driver.txt > +++ b/Documentation/driver-model/driver.txt > @@ -196,67 +196,11 @@ it into a supported low-power state. > > int (*suspend) (struct device * dev, pm_message_t state, u32 level); > Shouldn't this be also changed without level argument? > +suspend is called to put the device in a low power state. > > int (*resume) (struct device * dev, u32 level); > Ditto. Takashi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/