* [PATCH 00/02] ARM: shmobile: sh73a0 Core Shutdown CPUIdle prototype
@ 2013-09-14 14:15 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2013-09-14 14:15 UTC (permalink / raw)
To: linux-sh
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-14 14:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-14 14:15 [PATCH 00/02] ARM: shmobile: sh73a0 Core Shutdown CPUIdle prototype Magnus Damm
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).