Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934306AbZLFVqP (ORCPT ); Sun, 6 Dec 2009 16:46:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S934238AbZLFVqM (ORCPT ); Sun, 6 Dec 2009 16:46:12 -0500 Received: from netrider.rowland.org ([192.131.102.5]:49162 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S934236AbZLFVqM (ORCPT ); Sun, 6 Dec 2009 16:46:12 -0500 Date: Sun, 6 Dec 2009 16:46:16 -0500 (EST) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: Arjan van de Ven cc: Linus Torvalds , "Rafael J. Wysocki" , LKML , ACPI Devel Maling List , pm list Subject: Re: [GIT PULL] PM updates for 2.6.33 In-Reply-To: <20091206131702.7d6cdc57@infradead.org> 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: 1894 Lines: 50 On Sun, 6 Dec 2009, Arjan van de Ven wrote: > > Arjan, can you try testing the USB timings again with the patch below > > (for vanilla 2.6.32)? > > > > Fair warning: I just composed this and haven't tried it out myself. > > unfortunately it does not make a difference that I can notice in the > graphs. > > http://www.fenrus.org/graphs/resume2.svg Disappointing... > the resume problem seems to be that we resume all the hubs sequentially, > much like we used to discover them sequentially during boot.... But the patch should have reduced the time required to resume each non-root hub. So the fact that they go sequentially shouldn't matter as much. For root hubs the patch won't help. Their delays can't be reduced. > I do not know how much I'm asking for, but would it be sensible to do a > similar thing for hub resume as we did for boot? eg start resuming them > all at the same time, so that the mandatory delays of these hubs will > overlap ? For one thing, there shouldn't be any mandatory delays for non-root hubs during resume-from-RAM (although this depends to some extent on your system firmware -- and it probably helps to have USB-2.0 hubs rather than USB-1.1). More importantly, what you're asking is impossible given the way the PM core is structured. The hub-resume routine can't return early because then it wouldn't be possible to resume devices plugged into that hub. (Ironically, your request is essentially what Rafael was trying to accomplish in the patches that provoked this email conversation.) Guess I'll just have to try out your timing log addition for myself and see what's going on... 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/