Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933515Ab3E3UNr (ORCPT ); Thu, 30 May 2013 16:13:47 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:43080 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1758969Ab3E3UNh (ORCPT ); Thu, 30 May 2013 16:13:37 -0400 Date: Thu, 30 May 2013 16:13:36 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: "Rafael J. Wysocki" cc: Linux PM list , ACPI Devel Maling List , LKML , Greg Kroah-Hartman , Bjorn Helgaas , Linux PCI , Kevin Hilman , Mika Westerberg Subject: Re: [PATCH RFC] PM / Runtime: Rework the "runtime idle" helper routine In-Reply-To: <5291416.b4M4MTrzPC@vostro.rjw.lan> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1353 Lines: 35 On Thu, 30 May 2013, Rafael J. Wysocki wrote: > > > > > Index: linux-pm/Documentation/power/runtime_pm.txt > > > > > =================================================================== > > > > > --- linux-pm.orig/Documentation/power/runtime_pm.txt > > > > > +++ linux-pm/Documentation/power/runtime_pm.txt > > > > > @@ -660,11 +660,6 @@ Subsystems may wish to conserve code spa > > > > > management callbacks provided by the PM core, defined in > > > > > driver/base/power/generic_ops.c: > > > > > > > > > > - int pm_generic_runtime_idle(struct device *dev); > > > > > - - invoke the ->runtime_idle() callback provided by the driver of this > > > > > - device, if defined, and call pm_runtime_suspend() for this device if the > > > > > - return value is 0 or the callback is not defined > > > > > - > > > > > > > > The documentation for the runtime-idle callback needs to be updated too. > > > > > > Well, I actually couldn't find the part of it that would need to be updated. :-) > > > > How about this? > > Looks good! :-) > > May I add your sign-off to it? Go ahead. Alan Stern -- 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/