From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sipsolutions.net (crystal.sipsolutions.net [195.210.38.204]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id F182DDDF9F for ; Mon, 19 Mar 2007 21:59:24 +1100 (EST) Message-Id: <20070319105352.771599000@sipsolutions.net> Date: Mon, 19 Mar 2007 11:53:52 +0100 From: Johannes Berg To: linuxppc-dev@ozlabs.org Subject: [PATCH 0/5] powermac suspend fixes Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , This patch series fixes a few things with suspend on 32-bit powermac machines. There is a bug with suspend to disk due to the pm_ops misunderstanding, and for suspend to ram this introduces the ability to use /sys/power/state properly. johannes