From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/02] ARM: shmobile: sh73a0 Core Shutdown CPUIdle prototype
Date: Sat, 14 Sep 2013 14:15:25 +0000 [thread overview]
Message-ID: <20130914141525.19348.8099.sendpatchset@w520> (raw)
ARM: shmobile: sh73a0 Core Shutdown CPUIdle prototype
[PATCH 01/02] ARM: shmobile: Extend SCU CPU notifier to handle CPUIdle
[PATCH 02/02] cpuidle: Renesas SCU Core Shutdown CPUIdle driver
This series implements a CPUIdle prototype for SCU based SoCs from
Renesas that support the Core Shutdown mode. The code is currently
running on sh73a0 in SMP mode. Caches are currently not managed,
so to test this you will have to disable cache in the kernel
configuration. The first patch extends the SCU CPU notifier to
install a resume vector for CPUIdle, and the second patch adds
a CPUIdle driver.
Not-Yet-Signed-off-by: Magnus Damm <damm@opensource.se>
---
Written against renesas.git tag renesas-devel-20130906, depends on
[PATCH 00/05] ARM: shmobile: Use CPU notifiers for SCU boot vector code
arch/arm/mach-shmobile/platsmp-scu.c | 21 +++++++++-
drivers/cpuidle/Kconfig | 6 +++
drivers/cpuidle/Makefile | 1
drivers/cpuidle/cpuidle-renesas-scu.c | 66 +++++++++++++++++++++++++++++++++
4 files changed, 91 insertions(+), 3 deletions(-)
reply other threads:[~2013-09-14 14:15 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20130914141525.19348.8099.sendpatchset@w520 \
--to=magnus.damm@gmail.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).