From: atull@opensource.altera.com (atull at opensource.altera.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] socfpga: fix hotplug/add suspend to ram
Date: Wed, 1 Oct 2014 14:38:22 -0500 [thread overview]
Message-ID: <1412192304-1209-1-git-send-email-atull@opensource.altera.com> (raw)
From: Alan Tull <atull@opensource.altera.com>
Patch 1: socfpga: hotplug: put cpu1 in wfi
Fix how cpu1 is hotplugged to prevent increased power
consumption.
v2: no need to flush the caches
clean up spacing in comments
replace a register offset with a macro
Patch 2: socfpga: support suspend to ram
* allocate space in ocram
* Add a function to do suspend to ram and
place DDR in self-refresh
* This function lives in ocram
v2: use Generic on-chip SRAM driver to allocate ocram
rm fncpy_align since generic allocator handles alignment
check __arm_ioremap_exec return code
check for NULL pointers
add a comment regarding sdram controller configuration
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 | 16 ++--
arch/arm/mach-socfpga/pm.c | 147 +++++++++++++++++++++++++++++++
arch/arm/mach-socfpga/self-refresh.S | 157 ++++++++++++++++++++++++++++++++++
arch/arm/mach-socfpga/socfpga.c | 10 +++
7 files changed, 333 insertions(+), 6 deletions(-)
create mode 100644 arch/arm/mach-socfpga/pm.c
create mode 100644 arch/arm/mach-socfpga/self-refresh.S
--
1.7.9.5
WARNING: multiple messages have this Message-ID (diff)
From: <atull@opensource.altera.com>
To: <dinguyen@opensource.altera.com>, <linux@arm.linux.org.uk>
Cc: <linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <delicious.quinoa@gmail.com>,
<yvanderv@opensource.altera.com>,
Alan Tull <atull@opensource.altera.com>
Subject: [PATCH v2 0/2] socfpga: fix hotplug/add suspend to ram
Date: Wed, 1 Oct 2014 14:38:22 -0500 [thread overview]
Message-ID: <1412192304-1209-1-git-send-email-atull@opensource.altera.com> (raw)
From: Alan Tull <atull@opensource.altera.com>
Patch 1: socfpga: hotplug: put cpu1 in wfi
Fix how cpu1 is hotplugged to prevent increased power
consumption.
v2: no need to flush the caches
clean up spacing in comments
replace a register offset with a macro
Patch 2: socfpga: support suspend to ram
* allocate space in ocram
* Add a function to do suspend to ram and
place DDR in self-refresh
* This function lives in ocram
v2: use Generic on-chip SRAM driver to allocate ocram
rm fncpy_align since generic allocator handles alignment
check __arm_ioremap_exec return code
check for NULL pointers
add a comment regarding sdram controller configuration
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 | 16 ++--
arch/arm/mach-socfpga/pm.c | 147 +++++++++++++++++++++++++++++++
arch/arm/mach-socfpga/self-refresh.S | 157 ++++++++++++++++++++++++++++++++++
arch/arm/mach-socfpga/socfpga.c | 10 +++
7 files changed, 333 insertions(+), 6 deletions(-)
create mode 100644 arch/arm/mach-socfpga/pm.c
create mode 100644 arch/arm/mach-socfpga/self-refresh.S
--
1.7.9.5
next reply other threads:[~2014-10-01 19:38 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-01 19:38 atull at opensource.altera.com [this message]
2014-10-01 19:38 ` [PATCH v2 0/2] socfpga: fix hotplug/add suspend to ram atull
2014-10-01 19:38 ` [PATCH v2 1/2] socfpga: hotplug: put cpu1 in wfi atull at opensource.altera.com
2014-10-01 19:38 ` atull
2014-10-07 11:10 ` Pavel Machek
2014-10-07 11:10 ` Pavel Machek
2014-10-07 14:19 ` atull
2014-10-07 14:19 ` atull
2014-10-01 19:38 ` [PATCH v2 2/2] socfpga: support suspend to ram atull at opensource.altera.com
2014-10-01 19:38 ` atull
2014-10-02 21:16 ` atull
2014-10-02 21:16 ` atull
2014-10-07 11:17 ` Pavel Machek
2014-10-07 11:17 ` Pavel Machek
2014-10-07 14:17 ` atull
2014-10-07 14:17 ` atull
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1412192304-1209-1-git-send-email-atull@opensource.altera.com \
--to=atull@opensource.altera.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.