linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] socfpga: fix hotplug/add suspend to ram
@ 2014-10-14 19:33 atull at opensource.altera.com
  2014-10-14 19:33 ` [PATCH v3 1/2] socfpga: hotplug: put cpu1 in wfi atull at opensource.altera.com
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: atull at opensource.altera.com @ 2014-10-14 19:33 UTC (permalink / raw)
  To: linux-arm-kernel

From: Alan Tull <atull@opensource.altera.com>

Patch 1: socfpga: hotplug: put cpu1 in wfi
  Use WFI when putting CPU1 to sleep.  Don't hold CPU1 in reset
  since that results in increased power consumption.  Only
  briefly reset CPU1.

Patch 2: socfpga: support suspend to ram
  * allocate space in ocram using sram driver
  * Add a function in ocram to do suspend to ram and
    place DDR in self-refresh

Alan Tull (2):
  socfpga: hotplug: put cpu1 in wfi
  socfpga: support suspend to ram

 arch/arm/mach-socfpga/Kconfig        |    1 +
 arch/arm/mach-socfpga/Makefile       |    1 +
 arch/arm/mach-socfpga/core.h         |    7 ++
 arch/arm/mach-socfpga/platsmp.c      |   19 ++--
 arch/arm/mach-socfpga/pm.c           |  150 ++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/self-refresh.S |  157 ++++++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/socfpga.c      |   10 +++
 7 files changed, 337 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/mach-socfpga/pm.c
 create mode 100644 arch/arm/mach-socfpga/self-refresh.S

-- 
1.7.9.5

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

end of thread, other threads:[~2014-10-23 14:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-14 19:33 [PATCH v3 0/2] socfpga: fix hotplug/add suspend to ram atull at opensource.altera.com
2014-10-14 19:33 ` [PATCH v3 1/2] socfpga: hotplug: put cpu1 in wfi atull at opensource.altera.com
2014-10-15  7:48   ` Pavel Machek
2014-10-14 19:33 ` [PATCH v3 2/2] socfpga: support suspend to ram atull at opensource.altera.com
2014-10-15  7:50   ` Pavel Machek
2014-10-15 20:17     ` atull
2014-10-23 14:59   ` Dinh Nguyen
2014-10-15 19:50 ` [PATCH v3 0/2] socfpga: fix hotplug/add " Dinh Nguyen

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