]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mach-shmobile: Suspend-to-RAM support
authorMagnus Damm <damm@opensource.se>
Thu, 28 Apr 2011 17:23:28 +0000 (02:23 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 25 May 2011 02:19:17 +0000 (11:19 +0900)
commit25613a6e77e993586ce46d5ab7d8c698f7719ef8
tree5486666006f9e377ad0585a4b4b2a0bf656646be
parentc3aaa3f5beb64071972ca0af92849f8a6e077d00
ARM: mach-shmobile: Suspend-to-RAM support

This patch adds a simple Suspend-to-RAM implementation
for SH-Mobile ARM. The struct shmobile_suspend_ops are
kept global to allow cpu-specific code to override
the callbacks if needed.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/Makefile
arch/arm/mach-shmobile/include/mach/common.h
arch/arm/mach-shmobile/suspend.c [new file with mode: 0644]