Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755325AbYCYNPZ (ORCPT ); Tue, 25 Mar 2008 09:15:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753847AbYCYNPM (ORCPT ); Tue, 25 Mar 2008 09:15:12 -0400 Received: from smtp-out003.kontent.com ([81.88.40.217]:42359 "EHLO smtp-out003.kontent.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753750AbYCYNPK convert rfc822-to-8bit (ORCPT ); Tue, 25 Mar 2008 09:15:10 -0400 From: Oliver Neukum Organization: Novell To: "Rafael J. Wysocki" Subject: Re: [linux-pm] [RFC][PATCH] PM: Introduce new top level =?utf-8?q?suspend=09and_hibernation_callbacks?= (rev. 2) Date: Tue, 25 Mar 2008 14:15:08 +0100 User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Cc: linux-pm@lists.linux-foundation.org, Johannes Berg , ACPI Devel Maling List , Alexey Starikovskiy , LKML References: <200803210101.04706.rjw@sisk.pl> <200803251049.27696.oliver@neukum.org> <200803251406.16741.rjw@sisk.pl> In-Reply-To: <200803251406.16741.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200803251415.09088.oliver@neukum.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1709 Lines: 38 Am Dienstag, 25. März 2008 14:06:15 schrieb Rafael J. Wysocki: > On Tuesday, 25 of March 2008, Oliver Neukum wrote: > > Am Freitag, 21. März 2008 01:21:03 schrieb Johannes Berg: > > > > + * All of the above callbacks, except for @complete(), return error codes. > > > > + * However, the error codes returned by the resume operations, @resume(), > > > > + * @thaw(), and @restore(), are only printed in the system logs, since the PM > > > > + * core cannot do anything else about them. > > > > > > Why bother and not just make them return void, the error printing can > > > most likely be done much much better in the callback since that possibly > > > has information on why it failed. > > > > A device that cannot wake up is unusable. Shouldn't the pm core disconnect() > > such a device? > > Well, if ->resume() returns an error, the driver already knows there's a > problem and it can act upon that, at least in principle. Then why return an error? If a driver returns an error I would assume that to indicate an irrecoverable error. > However, the PM core probably shouldn't try to resume the children of a failing > device. Also, if ->resume_noirq() fails, it probably is not a good idea to > call ->resume() and ->complete() for the same device and for it's children. Exactly. But we need to define what happens in these cases. If we simply ignore the errors, the drivers must be able to deal with IO to half suspended devices. Regards Oliver -- 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/