From: Khiem Nguyen <khiem.nguyen.xt@renesas.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH RFC 0/7] ARM: shmobile: Support L2 shutdown mode in Suspend-to-RAM
Date: Fri, 26 Sep 2014 02:39:41 +0000 [thread overview]
Message-ID: <5424D1ED.6070309@renesas.com> (raw)
These patches implement L2 shutdown mode in RCar Gen2 SoC and change
Suspend-to-RAM from Core Standby mode to L2 shutdown mode.
The impact to CPUIdle operation was also put into consideration during
implementation.
I have confirmed Suspend-to-RAM in Lager board and Koelsch board.
So far, there is no regression detected during my testing.
There might be further patches to support Alt board. But it would be
after upstream kernel can boot up in Alt board.
I hope to receive some comments for this patch series whether it's
right direction or not. Therefore, I marked it with RFC.
Any comments are appreciated.
This patch series is written on top of renesas-devel-20140924-v3.17-rc6
and has dependency on CPUIdle patches from Kobayashi-san
(http://www.spinics.net/lists/linux-sh/msg34150.html).
Khiem Nguyen (7):
ARM: shmobile: use common ARMv7 cache disabling code
ARM: shmobile: use signals from SYSC to wake up from Suspend-to-RAM
ARM: shmobile: Implement L2 shutdown mode for Suspend-to-RAM
ARM: shmobile: Backup and restore L2CTLR in Suspend-to-RAM
ARM: shmobile: Clear External Event Request in system resume
ARM: shmobile: Do additional settings for L2shutdown mode
ARM: shmobile: Use separate CPUCMCR addresses for CA15/CA7
arch/arm/mach-shmobile/common.h | 4 ++
arch/arm/mach-shmobile/headsmp.S | 28 ++++++++++++
arch/arm/mach-shmobile/platsmp-apmu.c | 81 ++++++++++++++++++++++++---------
arch/arm/mach-shmobile/pm-rcar.c | 22 +++++++++
arch/arm/mach-shmobile/pm-rcar.h | 1 +
5 files changed, 115 insertions(+), 21 deletions(-)
--
1.7.9.5
next reply other threads:[~2014-09-26 2:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-26 2:39 Khiem Nguyen [this message]
2014-09-26 10:04 ` [PATCH RFC 0/7] ARM: shmobile: Support L2 shutdown mode in Suspend-to-RAM Geert Uytterhoeven
2014-09-26 10:20 ` Khiem Nguyen
2014-09-26 11:12 ` Khiem Nguyen
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=5424D1ED.6070309@renesas.com \
--to=khiem.nguyen.xt@renesas.com \
--cc=linux-sh@vger.kernel.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 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).