All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: shmobile: SMP support for r8a7794.
@ 2015-03-03  1:19 Gaku Inami
  0 siblings, 0 replies; only message in thread
From: Gaku Inami @ 2015-03-03  1:19 UTC (permalink / raw)
  To: linux-sh

This patch series is initial SMP support for r8a7794.

Based on : renesas-devel-20150301-v4.0-rc1

Note that these patches do not support HYP mode. As workaround of
uninitialized CNTVOFF, fourth patch modifies to use physical arch
timer. This modification does not care HYP mode. Please find more
information following commit.

 commit : 65b5732d241b8b39e07653794eefffd0d8028cbb

Test results with these patches are below.
- secondary boot : OK
- cpu-hotplug    : OK

Gaku Inami (5):
  ARM: shmobile: r8a7794 SYSC setup code
  ARM: shmobile: Add r8a7794 reset code for SMP
  ARM: shmobile: r8a7794 dtsi: Add "timer" label to the timer node
  ARM: shmobile: alt dts: Add arm,cpu-registers-not-fw-configured
  ARM: shmobile: r8a7794 SMP support

 arch/arm/boot/dts/r8a7794-alt.dts      |    4 ++
 arch/arm/boot/dts/r8a7794.dtsi         |    2 +-
 arch/arm/mach-shmobile/Makefile        |    3 +-
 arch/arm/mach-shmobile/pm-r8a7794.c    |   70 ++++++++++++++++++++++++++++++++
 arch/arm/mach-shmobile/r8a7794.h       |    8 ++++
 arch/arm/mach-shmobile/setup-r8a7794.c |    2 +
 arch/arm/mach-shmobile/smp-r8a7794.c   |   49 ++++++++++++++++++++++
 7 files changed, 136 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-shmobile/pm-r8a7794.c
 create mode 100644 arch/arm/mach-shmobile/r8a7794.h
 create mode 100644 arch/arm/mach-shmobile/smp-r8a7794.c

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-03  1:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03  1:19 [PATCH 0/5] ARM: shmobile: SMP support for r8a7794 Gaku Inami

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.