From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ozlabs.org (Postfix) with ESMTP id 36A7ADDDEB for ; Tue, 6 Feb 2007 23:56:45 +1100 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] [v2] [3/8] pasemi: Idle loops Date: Tue, 6 Feb 2007 13:56:31 +0100 References: <20070204223648.767950000@lixom.net> <20070204223648.767950000@lixom.net>> <20070204223752.500830000@lixom.net>> In-Reply-To: <20070204223752.500830000@lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200702061356.32566.arnd@arndb.de> Cc: Olof Johansson , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sunday 04 February 2007 23:36, Olof Johansson wrote: > Powersave support on PA6T. Right now it only uses 'doze' mode, and > will default to no savings (spin). Yes, looks good now. Since you support two methods for powersave, would it make sense to add a way to change the setting at run time? It should be easy enough to add a sysfs entry or sysctl for this in the future. > Signed-off-by: Olof Johansson Acked-by: Arnd Bergmann