From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 14 Dec 2012 13:47:28 +0000 Subject: Re: [PATCH 1/2] ARM: shmobile: sh73a0: Add CPU sleep suspend Message-Id: <20121214134727.GL16382@verge.net.au> List-Id: References: <1354709587-25288-1-git-send-email-hechtb+renesas@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Fri, Dec 14, 2012 at 12:23:06PM +0900, Magnus Damm wrote: > On Wed, Dec 5, 2012 at 9:13 PM, Bastian Hecht wrote: > > From: Bastian Hecht > > > > Add the lighest possible sleep mode on Cortex-A9 cores: CPU sleep. It is > > entered by a simple dsb and wfi instruction via cpu_do_idle(). As just > > clocks are stopped there is no need to save or restore any state of the > > system. > > > > Signed-off-by: Bastian Hecht > > Acked-by: Magnus Damm Hi Bastian, could you please re-spin this series on top of the soc5 or next branches of my renesas tree on kernel.org? Feel free to include Magnus's Ack unless you make any non-trivial changes. Thanks