linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] CPU hotplug support for Versatile platforms
@ 2010-09-17 13:12 Will Deacon
  2010-09-17 13:12 ` [PATCH 1/4] ARM: vexpress: add support for multiple core tiles Will Deacon
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Will Deacon @ 2010-09-17 13:12 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series fixes some issues with the RealView CPU hotplug code and then
factors out the common code into plat-versatile. Finally, support for multiple
tiles is added to the Versatile Express BSP in order to decouple the
tile-specific functions from the motherboard and hotplug support is
added to the ct-ca9x4 tile 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 (4):
  ARM: vexpress: add support for multiple core tiles
  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                  |   91 +++++++--------------
 arch/arm/mach-vexpress/Makefile                   |    1 +
 arch/arm/mach-vexpress/core.h                     |    5 -
 arch/arm/mach-vexpress/ct-ca9x4.c                 |   91 +++++++++++++++++---
 arch/arm/mach-vexpress/hotplug.c                  |   39 +++++++++
 arch/arm/mach-vexpress/include/mach/ct-ca9x4.h    |    2 +
 arch/arm/mach-vexpress/include/mach/motherboard.h |   26 ++++++
 arch/arm/mach-vexpress/platsmp.c                  |   12 +---
 arch/arm/mach-vexpress/v2m.c                      |   61 +++++++++++---
 arch/arm/plat-versatile/Makefile                  |    1 +
 arch/arm/plat-versatile/hotplug.c                 |   57 +++++++++++++
 arch/arm/plat-versatile/include/plat/hotplug.h    |    6 ++
 12 files changed, 289 insertions(+), 103 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-09-22 17:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-17 13:12 [PATCH 0/4] CPU hotplug support for Versatile platforms Will Deacon
2010-09-17 13:12 ` [PATCH 1/4] ARM: vexpress: add support for multiple core tiles Will Deacon
2010-09-17 13:12 ` [PATCH 2/4] ARM: realview: fix CPU hotplug support for SMP platforms Will Deacon
2010-09-17 13:12 ` [PATCH 3/4] ARM: plat-versatile: factor out common hotplug code Will Deacon
2010-09-17 13:12 ` [PATCH 4/4] ARM: vexpress: add support for CPU hotplug to ct-ca9x4 tile Will Deacon
2010-09-17 21:21 ` [PATCH 0/4] CPU hotplug support for Versatile platforms Rob Herring
2010-09-17 23:01   ` Russell King - ARM Linux
2010-09-18 20:58     ` Rob Herring
2010-09-22 17:45       ` Will Deacon

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).