linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH 0/2] ARM: kirkwood: Add suspend/resume support
@ 2013-07-01 22:47 Ezequiel Garcia
  2013-07-01 22:47 ` [RFC/PATCH 1/2] ARM: feroceon: Add suspend/resume operation Ezequiel Garcia
  2013-07-01 22:47 ` [RFC/PATCH 2/2] ARM: kirkwood: Add basic suspend-to-RAM support Ezequiel Garcia
  0 siblings, 2 replies; 4+ messages in thread
From: Ezequiel Garcia @ 2013-07-01 22:47 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset implements a very basic suspend/resume support on
Kirkwood SoC's, based on the work of Simon Guinot.
Given the CPU itself is not stopped on suspend, but just sits
waiting for interruption, this is more similar to a standby-mode,
than to a real suspend-to-RAM.

In this opportunity, I'm sending this patchset as a very early RFC,
mostly to get some feedback on the first patch that implements the
suspend/resume procedures in the Feroceon CPU. This implemenation
has been copy-pasted from the one in ARM926, since I failed to spot
any differences between the CPU's on that matter.

Maybe someone more knowledgable can take a look and provide some insights.

This applies cleanly on top of v3.10-rc7 and has been tested on an
Openblocks A6 box. Notice that the network controller clock is not gated,
because the driver still needs proper suspend/resume operations.

Thanks a lot!

Ezequiel Garcia (2):
  ARM: feroceon: Add suspend/resume operation
  ARM: kirkwood: Add basic suspend-to-RAM support

 arch/arm/Kconfig                                  |  2 +-
 arch/arm/mach-kirkwood/Makefile                   |  1 +
 arch/arm/mach-kirkwood/include/mach/bridge-regs.h |  2 +
 arch/arm/mach-kirkwood/pm.c                       | 83 +++++++++++++++++++++++
 arch/arm/mm/proc-feroceon.S                       | 26 +++++++
 5 files changed, 113 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/mach-kirkwood/pm.c

-- 
1.8.1.5

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

end of thread, other threads:[~2013-07-10 19:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 22:47 [RFC/PATCH 0/2] ARM: kirkwood: Add suspend/resume support Ezequiel Garcia
2013-07-01 22:47 ` [RFC/PATCH 1/2] ARM: feroceon: Add suspend/resume operation Ezequiel Garcia
2013-07-01 22:47 ` [RFC/PATCH 2/2] ARM: kirkwood: Add basic suspend-to-RAM support Ezequiel Garcia
     [not found]   ` <20130710130702.GD28813@lunn.ch>
     [not found]     ` <20130710171348.GA3981@localhost>
2013-07-10 19:11       ` Ezequiel Garcia

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).