linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH 0/1] ARM: Add initial hibernation support
@ 2010-06-30 14:28 Hiroshi DOYU
  2010-06-30 14:28 ` [RFC][PATCH 1/1] " Hiroshi DOYU
  0 siblings, 1 reply; 19+ messages in thread
From: Hiroshi DOYU @ 2010-06-30 14:28 UTC (permalink / raw)
  To: linux-arm-kernel

This is the experimental patch to add hibernation (a.k.a:
Suspend-To-Disk) support for ARM architecutre.

Presently it seems to work with OMAP3, and apparently it still needs
more efforts to make it enough stable and to support other ARM
platforms cleanly but I am sending this patch to get some feedbacks at
its early phase to find out the further direction. It would be really
appreciated if you give some comment on this.

This patch is based on the one sent to loml(*1) by Teerth Reddy, which
was originally from Romit and Raghu at TI.

    *1: https://patchwork.kernel.org/patch/96442/

Hiroshi DOYU (1):
  ARM: Add initial hibernation support

 arch/arm/Kconfig                |    4 +
 arch/arm/include/asm/memory.h   |    1 +
 arch/arm/include/asm/suspend.h  |    6 +
 arch/arm/kernel/Makefile        |    1 +
 arch/arm/kernel/hibernate.c     |  234 +++++++++++++++++++++++++++++++++++++++
 arch/arm/kernel/hibernate_asm.S |  135 ++++++++++++++++++++++
 arch/arm/kernel/vmlinux.lds.S   |    3 +-
 7 files changed, 383 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/include/asm/suspend.h
 create mode 100644 arch/arm/kernel/hibernate.c
 create mode 100644 arch/arm/kernel/hibernate_asm.S

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2010-11-26  7:39 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-30 14:28 [RFC][PATCH 0/1] ARM: Add initial hibernation support Hiroshi DOYU
2010-06-30 14:28 ` [RFC][PATCH 1/1] " Hiroshi DOYU
2010-07-14 13:22   ` Pavel Machek
2010-07-15  5:34     ` Hiroshi DOYU
2010-07-15  8:41       ` Russell King - ARM Linux
2010-07-15  9:08         ` Hiroshi DOYU
2010-07-16  7:52           ` Russell King - ARM Linux
2010-07-16  8:48             ` Shilimkar, Santosh
2010-07-16  9:18               ` Hiroshi DOYU
2010-07-16  9:10             ` Hiroshi DOYU
2010-08-30 22:23               ` Kevin Hilman
2010-07-15  4:48   ` Marek Vasut
2010-07-15  5:39     ` Hiroshi DOYU
2010-07-15  5:56       ` Marek Vasut
2010-07-15  6:00         ` Hiroshi DOYU
2010-07-15  6:04           ` Marek Vasut
2010-07-17 13:51             ` Marek Vasut
     [not found]             ` <4CD00106.8000001@panicking.kicks-ass.org>
2010-11-02 15:09               ` Marek Vasut
2010-11-26  7:39   ` MyungJoo Ham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).