From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] CPU hotplug support for Versatile platforms
Date: Tue, 17 Aug 2010 16:58:01 +0100 [thread overview]
Message-ID: <1282060684-27761-1-git-send-email-will.deacon@arm.com> (raw)
This patch series fixes some issues with the RealView CPU hotplug code and then
factors out the common code into plat-versatile. Finally, hotplug support is
added to mach-vexpress using the new platform code.
Taken against 2.6.35 and tested on RealView PB11MPCore and Versatile Express
[ct-ca9x4] boards.
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>
Will Deacon (3):
ARM: realview: fix CPU hotplug support for SMP platforms
ARM: plat-versatile: factor out common hotplug code
ARM: vexpress: add support for CPU hotplug to ct-ca9x4 tile
arch/arm/mach-realview/hotplug.c | 89 +++++++-----------------
arch/arm/mach-vexpress/Makefile | 1 +
arch/arm/mach-vexpress/ct-ca9x4.c | 43 +++++++++++
arch/arm/mach-vexpress/hotplug.c | 58 +++++++++++++++
arch/arm/plat-versatile/Makefile | 1 +
arch/arm/plat-versatile/hotplug.c | 57 +++++++++++++++
arch/arm/plat-versatile/include/plat/hotplug.h | 6 ++
7 files changed, 192 insertions(+), 63 deletions(-)
create mode 100644 arch/arm/mach-vexpress/hotplug.c
create mode 100644 arch/arm/plat-versatile/hotplug.c
create mode 100644 arch/arm/plat-versatile/include/plat/hotplug.h
next reply other threads:[~2010-08-17 15:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-17 15:58 Will Deacon [this message]
2010-08-17 15:58 ` [PATCH 1/3] ARM: realview: fix CPU hotplug support for SMP platforms Will Deacon
2010-08-17 15:58 ` [PATCH 2/3] ARM: plat-versatile: factor out common hotplug code Will Deacon
2010-08-17 15:58 ` [PATCH 3/3] ARM: vexpress: add support for CPU hotplug to ct-ca9x4 tile Will Deacon
2010-09-08 14:37 ` Russell King - ARM Linux
2010-09-08 16:46 ` Will Deacon
2010-09-08 16:51 ` Russell King - ARM Linux
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=1282060684-27761-1-git-send-email-will.deacon@arm.com \
--to=will.deacon@arm.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