linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/07] ARM: shmobile: sh73a0, r8a7779 and emev2 SMP SCU rework
Date: Wed, 31 Jul 2013 07:07:02 +0000	[thread overview]
Message-ID: <20130731070702.14444.64961.sendpatchset@w520> (raw)

ARM: shmobile: sh73a0, r8a7779 and emev2 SMP SCU rework

[PATCH 01/07] ARM: shmobile: Introduce shared SCU SMP boot code
[PATCH 02/07] ARM: shmobile: Use shared SCU SMP boot code on sh73a0
[PATCH 03/07] ARM: shmobile: Use shared SCU SMP boot code on r8a7779
[PATCH 04/07] ARM: shmobile: Use shared SCU SMP boot code on emev2
[PATCH 05/07] ARM: shmobile: Add shared SCU CPU Hotplug code
[PATCH 06/07] ARM: shmobile: Use shared SCU CPU Hotplug code on sh73a0
[PATCH 07/07] ARM: shmobile: Use shared SCU CPU Hotplug code on r8a7779

This series consolidates mach-shmobile SMP code into SCU specific code
for SMP boot and CPU Hotplug. The shared SCU code will in the future hook
into some low level assembly code that provides SMP boot and sleep
functionality, so this is is also preparations for future work.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Written against renesas.git renesas-devel-20130731
 
 Requires "[PATCH] ARM: Fix memblock_reserve() to include stext" during
 run time to allow test of CPU Hotplug with v3.11-rc kernels.

 arch/arm/mach-shmobile/Makefile              |    6 +-
 arch/arm/mach-shmobile/include/mach/common.h |    5 +
 arch/arm/mach-shmobile/platsmp-scu.c         |   76 ++++++++++++++++++++++++++
 arch/arm/mach-shmobile/smp-emev2.c           |   19 +++---
 arch/arm/mach-shmobile/smp-r8a7779.c         |   64 +++++----------------
 arch/arm/mach-shmobile/smp-sh73a0.c          |   67 +++++-----------------
 6 files changed, 126 insertions(+), 111 deletions(-)

             reply	other threads:[~2013-07-31  7:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-31  7:07 Magnus Damm [this message]
2013-07-31  7:07 ` [PATCH 01/07] ARM: shmobile: Introduce shared SCU SMP boot code Magnus Damm
2013-07-31  7:07 ` [PATCH 02/07] ARM: shmobile: Use shared SCU SMP boot code on sh73a0 Magnus Damm
2013-07-31  7:07 ` [PATCH 03/07] ARM: shmobile: Use shared SCU SMP boot code on r8a7779 Magnus Damm
2013-07-31  7:07 ` [PATCH 04/07] ARM: shmobile: Use shared SCU SMP boot code on emev2 Magnus Damm
2013-07-31  7:07 ` [PATCH 05/07] ARM: shmobile: Add shared SCU CPU Hotplug code Magnus Damm
2013-07-31  7:07 ` [PATCH 06/07] ARM: shmobile: Use shared SCU CPU Hotplug code on sh73a0 Magnus Damm
2013-07-31  7:08 ` [PATCH 07/07] ARM: shmobile: Use shared SCU CPU Hotplug code on r8a7779 Magnus Damm
2013-08-01  7:34 ` [PATCH 00/07] ARM: shmobile: sh73a0, r8a7779 and emev2 SMP SCU rework Simon Horman

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=20130731070702.14444.64961.sendpatchset@w520 \
    --to=magnus.damm@gmail.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 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).