From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757098AbZHGHpf (ORCPT ); Fri, 7 Aug 2009 03:45:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757080AbZHGHpd (ORCPT ); Fri, 7 Aug 2009 03:45:33 -0400 Received: from mail-qy0-f196.google.com ([209.85.221.196]:47948 "EHLO mail-qy0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755546AbZHGHpc convert rfc822-to-8bit (ORCPT ); Fri, 7 Aug 2009 03:45:32 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=MbRNXqTBd2EJkFJp7JcvmELX/US0Z8YpTCTGpTHCfZuFgJpaTdxpsUXXaiz/BquBNT WPvhEH7Kgjxj3gElJwaNkEa3Jnk+yJDwHoFN32pH4EtuviPCBdH+xurFW74xOEz+CgMj k1Fe1DrpVlQLO9rjYoaoICgRCwysxPyBNjsek= MIME-Version: 1.0 In-Reply-To: <200908062353.14822.rjw@sisk.pl> References: <200908062353.14822.rjw@sisk.pl> Date: Fri, 7 Aug 2009 16:45:31 +0900 Message-ID: Subject: Re: [PATCH update x2] PM: Introduce core framework for run-time PM of I/O devices (rev. 13) From: Magnus Damm To: "Rafael J. Wysocki" Cc: Alan Stern , Linux-pm mailing list , Greg KH , Pavel Machek , Len Brown , LKML Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 7, 2009 at 6:53 AM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > Subject: PM: Introduce core framework for run-time PM of I/O devices (rev. 13) > > Introduce a core framework for run-time power management of I/O > devices.  Add device run-time PM fields to 'struct dev_pm_info' > and device run-time PM callbacks to 'struct dev_pm_ops'.  Introduce > a run-time PM workqueue and define some device run-time PM helper > functions at the core level.  Document all these things. > > Special thanks to Alan Stern for his help with the design and > multiple detailed reviews of the pereceding versions of this patch > and to Magnus Damm for testing feedback. > > Signed-off-by: Rafael J. Wysocki I've rebased my series of patches to v13. My platform device Runtime PM code for SuperH works well with drivers for i2c, uio and fbdev with v13. Thank you. I'll post a SuperH specific patch set some time next week. Anyway, I'm not far from an "Acked-by", but please look at the following series: [PATCH 00/05] PM: Runtime PM v13 for Platform Devices 20090807 Maybe there is some code in there that you can include in v14? Let me know! Cheers, / magnus