From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 852EC67A33 for ; Thu, 31 Mar 2005 08:34:01 +1000 (EST) From: Benjamin Herrenschmidt To: linuxppc-dev list In-Reply-To: <1112066934.6809.4.camel@gaston> References: <1112066934.6809.4.camel@gaston> Content-Type: text/plain Date: Thu, 31 Mar 2005 08:32:27 +1000 Message-Id: <1112221947.31847.99.camel@gaston> Mime-Version: 1.0 Cc: "debian-powerpc@lists.debian.org" Subject: Re: [PATCH] sleep & cpufreq problems List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2005-03-29 at 13:28 +1000, Benjamin Herrenschmidt wrote: > Hi ! > > Here are a couple of patches against current linus bk (one was already > posted to this list) that should fix a number issues related to sleep > and wakeup, especially in conjunction with cpufreq transitions. > > Please test and let me know if it fixes a problem you had, it adds a new > problem, or it has no effect, stuff still doesn't work (if it used to > work and still work, no need to bug me). > > Thanks ! > > Patches are at: > > http://gate.crashing.org/~benh/ppc32-pmac-sleep-fix.diff > http://gate.crashing.org/~benh/ppc32-cpufreq-gpio-off.diff Ok, I re-updated them, if you have sleep, cpufreq or both problems, try and let me know. THe first one should apply on 2.6.11, the second one applies only on top of current bk. Ben.