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 ESMTPS id 972E3100E2C for ; Fri, 6 Nov 2009 01:11:33 +1100 (EST) Subject: Re: [PATCH 5/7] powerpc/85xx: Add power management support for MPC85xxMDS boards Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Kumar Gala In-Reply-To: <20090915214359.GE24821@oksana.dev.rtsoft.ru> Date: Thu, 5 Nov 2009 08:11:27 -0600 Message-Id: <19DD1EAF-A6EB-4B4B-AB86-3561AC1E818F@kernel.crashing.org> References: <20090915214321.GA19377@oksana.dev.rtsoft.ru> <20090915214359.GE24821@oksana.dev.rtsoft.ru> To: Anton Vorontsov Cc: Scott Wood , linuxppc-dev@ozlabs.org, Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sep 15, 2009, at 4:43 PM, Anton Vorontsov wrote: > - Add power management controller nodes; > - Add interrupts for RTC nodes, the RTC interrupt may be used as a > wakeup source; > - Add sleep properties and sleep-nexus nodes. > > Signed-off-by: Anton Vorontsov > Acked-by: Scott Wood > --- > arch/powerpc/boot/dts/mpc8568mds.dts | 119 ++++++++++++++++++ > +---------- > arch/powerpc/boot/dts/mpc8569mds.dts | 111 +++++++++++++++++ > +--------- > arch/powerpc/platforms/85xx/mpc85xx_mds.c | 1 + > 3 files changed, 153 insertions(+), 78 deletions(-) applied to next - k