From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755659Ab1BQAFN (ORCPT ); Wed, 16 Feb 2011 19:05:13 -0500 Received: from cantor.suse.de ([195.135.220.2]:52493 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755432Ab1BQAFJ (ORCPT ); Wed, 16 Feb 2011 19:05:09 -0500 Date: Wed, 16 Feb 2011 16:03:19 -0800 From: Greg KH To: "Rafael J. Wysocki" Cc: Alan Stern , Linux PM mailing list , LKML , linux-usb@vger.kernel.org Subject: Re: [PATCH] USB: Move runtime PM callbacks to usb_device_pm_ops Message-ID: <20110217000319.GB6439@suse.de> References: <201102170058.56503.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201102170058.56503.rjw@sisk.pl> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 17, 2011 at 12:58:56AM +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > USB defines usb_device_type pointing to usb_device_pm_ops that > provides system-wide PM callbacks only and usb_bus_type pointing to > usb_bus_pm_ops that provides runtime PM callbacks only. However, > the USB runtime PM callbacks may be defined in usb_device_pm_ops > which makes it possible to drop usb_bus_pm_ops and will allow us > to consolidate the handling of subsystems by the PM core code. > > Signed-off-by: Rafael J. Wysocki > --- > > Hi Greg, > > Would you mind if I merged the following patch? It is requisite for > https://patchwork.kernel.org/patch/552411/ which I think is the right thing > to do and people seem to generally agree with me. > > Alan has seen it and says it is fine. Looks great to me, feel free to add: Acked-by: Greg Kroah-Hartman to it and take it through your tree. thanks, greg k-h