From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx.gate01.com (pip10.gyao.ne.jp [61.122.117.248]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 10AE3DDDF6 for ; Thu, 8 Nov 2007 02:44:02 +1100 (EST) Date: Thu, 8 Nov 2007 00:13:28 +0900 From: Paul Mundt To: Johannes Berg Subject: Re: [PATCH (2.6.25) 2/2] suspend: clean up Kconfig Message-ID: <20071107151328.GA28181@linux-sh.org> References: <20071107135758.100171000@sipsolutions.net> <20071107135849.207149000@sipsolutions.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20071107135849.207149000@sipsolutions.net> Cc: Bryan Wu , linux-mips@linux-mips.org, Ralf Baechle , "Rafael J. Wysocki" , linuxppc-dev@ozlabs.org, linux-pm@lists.linux-foundation.org, Guennadi Liakhovetski , Russell King List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Nov 07, 2007 at 02:58:00PM +0100, Johannes Berg wrote: > This cleans up the suspend Kconfig and removes the need to > declare centrally which architectures support suspend. All > architectures that currently support suspend are modified > accordingly. > > Signed-off-by: Johannes Berg > Cc: Rafael J. Wysocki > Cc: linuxppc-dev@ozlabs.org > Cc: linux-pm@lists.linux-foundation.org > Cc: Guennadi Liakhovetski > Cc: Scott Wood > Cc: David Howells > Cc: Ralf Baechle > Cc: linux-mips@linux-mips.org > Cc: Paul Mundt > Cc: Bryan Wu > Cc: Russell King > --- > Architecture maintainers should evaluate whether their > ARCH_SUSPEND_POSSIBLE symbol should be set only under > stricter circumstances like I've done for powerpc. > The SH bits look fine. Acked-by: Paul Mundt