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 119EC67A6C for ; Tue, 29 Mar 2005 13:29:33 +1000 (EST) From: Benjamin Herrenschmidt To: linuxppc-dev list Content-Type: text/plain Date: Tue, 29 Mar 2005 13:28:54 +1000 Message-Id: <1112066934.6809.4.camel@gaston> Mime-Version: 1.0 Cc: "debian-powerpc@lists.debian.org" Subject: [PATCH] sleep & cpufreq problems List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Thanks, Ben.