From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] mach-shmobile: Emma Mobile EV2 SMP prototype code
Date: Fri, 11 May 2012 07:13:08 +0000 [thread overview]
Message-ID: <20120511071305.GD17741@verge.net.au> (raw)
In-Reply-To: <20120509075407.5991.60556.sendpatchset@w520>
On Wed, May 09, 2012 at 04:54:07PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
>
> Prototype code that adds SMP support to EMEV2.
>
> At this point only the most basic form of SMP operation
> is supported. TWD and CPU Hotplug support is excluded.
>
> Based on V1 of the Emma Mobile EV2 code. Needs to be
> reworked to coexist with DT. Work in progress.
Hi Magnus,
I tried out this patch on top of the next branch of Rafael's
renesas tree (5658c94) plus V2 of your Emma Mobile EV2 code but
I am only seeing one CPU. Do I need some other tweaks?
The list of patches I have applied is as follows:
mach-shmobile: Emma Mobile EV2 SMP prototype code
ARM: mach-types: Manually add KZM-A9-GT
mach-shmobile: KZM9D board prototype support
mach-shmobile: Emma Mobile EV2 SoC base support
serial8250-em: Add DT support
serial8250-em: clk_get() IS_ERR() error handling fix
serial8250-em: Emma Mobile UART driver V2
serial8250: Introduce serial8250_register_8250_port()
serial8250: Clean up default map and dl code
serial8250: Use dl_read()/dl_write() on RM9K
serial8250: Use dl_read()/dl_write() on Alchemy
serial8250: Add dl_read()/dl_write() callbacks
8250.c: less than 2400 baud fix.
serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI
tegra, serial8250: add ->handle_break() uart_port op
clocksource: em_sti: Add DT support
clocksource: em_sti: Emma Mobile STI driver V2
clockevents: Make clockevents_config() a global symbol
And yes, I did enable CONFIG_SMP :)
WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mach-shmobile: Emma Mobile EV2 SMP prototype code
Date: Fri, 11 May 2012 16:13:08 +0900 [thread overview]
Message-ID: <20120511071305.GD17741@verge.net.au> (raw)
In-Reply-To: <20120509075407.5991.60556.sendpatchset@w520>
On Wed, May 09, 2012 at 04:54:07PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
>
> Prototype code that adds SMP support to EMEV2.
>
> At this point only the most basic form of SMP operation
> is supported. TWD and CPU Hotplug support is excluded.
>
> Based on V1 of the Emma Mobile EV2 code. Needs to be
> reworked to coexist with DT. Work in progress.
Hi Magnus,
I tried out this patch on top of the next branch of Rafael's
renesas tree (5658c94) plus V2 of your Emma Mobile EV2 code but
I am only seeing one CPU. Do I need some other tweaks?
The list of patches I have applied is as follows:
mach-shmobile: Emma Mobile EV2 SMP prototype code
ARM: mach-types: Manually add KZM-A9-GT
mach-shmobile: KZM9D board prototype support
mach-shmobile: Emma Mobile EV2 SoC base support
serial8250-em: Add DT support
serial8250-em: clk_get() IS_ERR() error handling fix
serial8250-em: Emma Mobile UART driver V2
serial8250: Introduce serial8250_register_8250_port()
serial8250: Clean up default map and dl code
serial8250: Use dl_read()/dl_write() on RM9K
serial8250: Use dl_read()/dl_write() on Alchemy
serial8250: Add dl_read()/dl_write() callbacks
8250.c: less than 2400 baud fix.
serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI
tegra, serial8250: add ->handle_break() uart_port op
clocksource: em_sti: Add DT support
clocksource: em_sti: Emma Mobile STI driver V2
clockevents: Make clockevents_config() a global symbol
And yes, I did enable CONFIG_SMP :)
WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: linux-arm-kernel@lists.infradead.org, linux@arm.linux.org.uk,
arnd@arndb.de, linux-sh@vger.kernel.org,
linux-kernel@vger.kernel.org, rjw@sisk.pl, lethal@linux-sh.org,
olof@lixom.net
Subject: Re: [PATCH] mach-shmobile: Emma Mobile EV2 SMP prototype code
Date: Fri, 11 May 2012 16:13:08 +0900 [thread overview]
Message-ID: <20120511071305.GD17741@verge.net.au> (raw)
In-Reply-To: <20120509075407.5991.60556.sendpatchset@w520>
On Wed, May 09, 2012 at 04:54:07PM +0900, Magnus Damm wrote:
> From: Magnus Damm <damm@opensource.se>
>
> Prototype code that adds SMP support to EMEV2.
>
> At this point only the most basic form of SMP operation
> is supported. TWD and CPU Hotplug support is excluded.
>
> Based on V1 of the Emma Mobile EV2 code. Needs to be
> reworked to coexist with DT. Work in progress.
Hi Magnus,
I tried out this patch on top of the next branch of Rafael's
renesas tree (5658c94) plus V2 of your Emma Mobile EV2 code but
I am only seeing one CPU. Do I need some other tweaks?
The list of patches I have applied is as follows:
mach-shmobile: Emma Mobile EV2 SMP prototype code
ARM: mach-types: Manually add KZM-A9-GT
mach-shmobile: KZM9D board prototype support
mach-shmobile: Emma Mobile EV2 SoC base support
serial8250-em: Add DT support
serial8250-em: clk_get() IS_ERR() error handling fix
serial8250-em: Emma Mobile UART driver V2
serial8250: Introduce serial8250_register_8250_port()
serial8250: Clean up default map and dl code
serial8250: Use dl_read()/dl_write() on RM9K
serial8250: Use dl_read()/dl_write() on Alchemy
serial8250: Add dl_read()/dl_write() callbacks
8250.c: less than 2400 baud fix.
serial/8250_pci: Clear FIFOs for Intel ME Serial Over Lan device on BI
tegra, serial8250: add ->handle_break() uart_port op
clocksource: em_sti: Add DT support
clocksource: em_sti: Emma Mobile STI driver V2
clockevents: Make clockevents_config() a global symbol
And yes, I did enable CONFIG_SMP :)
next prev parent reply other threads:[~2012-05-11 7:13 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-09 7:54 [PATCH] mach-shmobile: Emma Mobile EV2 SMP prototype code Magnus Damm
2012-05-09 7:54 ` Magnus Damm
2012-05-09 7:54 ` Magnus Damm
2012-05-09 12:12 ` Arnd Bergmann
2012-05-09 12:12 ` Arnd Bergmann
2012-05-09 12:12 ` Arnd Bergmann
2012-05-09 13:15 ` Marc Zyngier
2012-05-09 13:15 ` Marc Zyngier
2012-05-09 13:15 ` Marc Zyngier
2012-05-09 13:45 ` Arnd Bergmann
2012-05-09 13:45 ` Arnd Bergmann
2012-05-09 13:45 ` Arnd Bergmann
2012-05-09 13:59 ` Nicolas Pitre
2012-05-09 13:59 ` Nicolas Pitre
2012-05-09 13:59 ` Nicolas Pitre
2012-05-09 14:13 ` Arnd Bergmann
2012-05-09 14:13 ` Arnd Bergmann
2012-05-09 14:13 ` Arnd Bergmann
2012-05-09 14:52 ` Magnus Damm
2012-05-09 14:52 ` Magnus Damm
2012-05-09 14:52 ` Magnus Damm
2012-05-11 7:13 ` Simon Horman [this message]
2012-05-11 7:13 ` Simon Horman
2012-05-11 7:13 ` Simon Horman
2012-05-11 8:05 ` Simon Horman
2012-05-11 8:05 ` Simon Horman
2012-05-11 8:05 ` 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=20120511071305.GD17741@verge.net.au \
--to=horms@verge.net.au \
--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 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.