From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754430AbZBPXNv (ORCPT ); Mon, 16 Feb 2009 18:13:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751402AbZBPXNm (ORCPT ); Mon, 16 Feb 2009 18:13:42 -0500 Received: from cavan.codon.org.uk ([93.93.128.6]:59974 "EHLO vavatch.codon.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751293AbZBPXNm (ORCPT ); Mon, 16 Feb 2009 18:13:42 -0500 Date: Mon, 16 Feb 2009 23:13:24 +0000 From: Matthew Garrett To: Pavel Machek Cc: "Rafael J. Wysocki" , pm list , LKML , Arve Hj?nnev?g , Alan Stern , Benjamin Herrenschmidt , Nigel Cunningham , mark gross , "Woodruff, Richard" , Uli Luckas , Igor Stoppa , Brian Swetland , Len Brown Subject: Re: [RFD] Automatic suspend Message-ID: <20090216231324.GA15435@srcf.ucam.org> References: <200902160010.16955.rjw@sisk.pl> <20090216225831.GH1370@ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090216225831.GH1370@ucw.cz> User-Agent: Mutt/1.5.12-2006-07-14 X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: mjg59@codon.org.uk X-SA-Exim-Scanned: No (on vavatch.codon.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 16, 2009 at 11:58:31PM +0100, Pavel Machek wrote: > If no devices are being used, and next wakeup is far enough in the > future, just put system to sleep. Long enough == so far away that > suspend/wakeup is short compared to that... like 20 seconds on PC. This is intrinsically difficult with PCs, since we have such a poorly defined set of wakeup events. We can't wakeup on generic network traffic, just WoL. Many machines won't wake up on keyboard events. Meanwhile, on embedded it's becoming a less interesting problem because idle and suspended are often now equivalent states. Concentrating on runtime PM of as much hardware as possible is arguably more interesting for the majority of use cases. -- Matthew Garrett | mjg59@srcf.ucam.org