SUPERH platform development
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 02/02] ARM: shmobile: Temporarily use emev2_map_io() for SMP
Date: Wed, 27 Mar 2013 07:12:08 +0000	[thread overview]
Message-ID: <20130327071208.32741.96050.sendpatchset@w520> (raw)

From: Magnus Damm <damm@opensource.se>

To run SMP together with DT we need to use emev2_map_io
on EMEV2. This due to some early requirements for ioremap().

Instead of blindly applying this I believe we should spend
time looking into why the common ARM ioremap() code dies
early instead of behaving sanely and returning NULL.

So for now I prefer not to merge this. Anyone wanting
to use and/or develop code for KZM9D can instead make
use of the code in board-kzm9d.c.

Not-at-all-signed-off-by: Magnus Damm <damm@opensource.se>
---

 arch/arm/mach-shmobile/setup-emev2.c |    1 +
 1 file changed, 1 insertion(+)

--- 0002/arch/arm/mach-shmobile/setup-emev2.c
+++ work/arch/arm/mach-shmobile/setup-emev2.c	2013-02-13 17:08:33.000000000 +0900
@@ -454,6 +454,7 @@ static const char *emev2_boards_compat_d
 
 DT_MACHINE_START(EMEV2_DT, "Generic Emma Mobile EV2 (Flattened Device Tree)")
 	.smp		= smp_ops(emev2_smp_ops),
+	.map_io		= emev2_map_io,
 	.init_early	= emev2_init_delay,
 	.nr_irqs	= NR_IRQS_LEGACY,
 	.init_irq	= irqchip_init,

             reply	other threads:[~2013-03-27  7:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-27  7:12 Magnus Damm [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-02-13 14:16 [PATCH 02/02] ARM: shmobile: Temporarily use emev2_map_io() for SMP Magnus Damm

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=20130327071208.32741.96050.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