Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935623AbZLGWVd (ORCPT ); Mon, 7 Dec 2009 17:21:33 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933422AbZLGWVc (ORCPT ); Mon, 7 Dec 2009 17:21:32 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:41485 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932789AbZLGWVb (ORCPT ); Mon, 7 Dec 2009 17:21:31 -0500 Date: Mon, 7 Dec 2009 17:21:36 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Linus Torvalds cc: Zhang Rui , "Rafael J. Wysocki" , LKML , ACPI Devel Maling List , pm list Subject: Re: [GIT PULL] PM updates for 2.6.33 In-Reply-To: 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: 1188 Lines: 29 On Mon, 7 Dec 2009, Linus Torvalds wrote: > I also suspect that even if you do the USB host controller suspend > synchronously, doing the actual USB devices asynchronously would still > help - even if it's only "asynchronously per bus" thing. > > So in fact, it's probably a good first step to start off doing only the > USB devices, not the controller. Interesting you should say that. The patch I asked Arjan to test involved not suspending USB devices at all (root hubs being the exception). That is in fact just what we do when CONFIG_USB_SUSPEND isn't set. There's no need to suspend the individual devices when the whole system is going down. They will automatically suspend when the controller stops sending out SOF packets, which occurs when the root hub is suspended. The USB spec describes this, grandiosely, as a "global suspend". But yes, I agree. Doing just the USB devices is a good first step. 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/