linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/8] SMP support for CNS3xxx + some SMP SCU cleanups
@ 2010-11-30 17:16 Anton Vorontsov
  2010-11-30 17:16 ` [PATCH 1/8] ARM: SCU: Add common routines for secondary CPU bootup Anton Vorontsov
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Anton Vorontsov @ 2010-11-30 17:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hello everyone,

This is a reincarnation of my old series that was posted some time
ago, i.e. http://www.spinics.net/lists/arm-kernel/msg94291.html

The main change is that boot protocol routines were split into
its own file, i.e. smp_scu_boot.c. And now there are all platforms
converted to the common SCU routines (where possible).

Russell suggested to get rid of the holding pen thing, I believe
this is doable, but for now I don't want to change code behaviour.
Just consolidate it as much as possible.

For convenience, the patches are available in GIT repository (based
on Russell's devel tree):

  git://git.infradead.org/users/cbou/linux-cns3xxx.git smp

Diffstat looks quite good, I think. Especially, considering that
the series contains SMP addition for a platform, :-)

 arch/arm/Kconfig                                   |    2 +-
 arch/arm/include/asm/smp_scu.h                     |    9 +
 arch/arm/kernel/Makefile                           |    2 +-
 arch/arm/kernel/smp_scu_boot.c                     |  149 ++++++++++++++++++
 .../headsmp.S => kernel/smp_scu_head.S}            |   11 +-
 arch/arm/mach-cns3xxx/Kconfig                      |    1 +
 arch/arm/mach-cns3xxx/Makefile                     |    1 +
 arch/arm/mach-cns3xxx/include/mach/smp.h           |   28 ++++
 arch/arm/mach-cns3xxx/platsmp.c                    |   69 +++++++++
 arch/arm/mach-omap2/omap-smp.c                     |   64 +--------
 arch/arm/mach-realview/Makefile                    |    2 +-
 arch/arm/mach-realview/hotplug.c                   |    5 +-
 arch/arm/mach-realview/platsmp.c                   |  161 ++------------------
 arch/arm/mach-s5pv310/Makefile                     |    2 +-
 arch/arm/mach-s5pv310/headsmp.S                    |   41 -----
 arch/arm/mach-s5pv310/hotplug.c                    |    5 +-
 arch/arm/mach-s5pv310/platsmp.c                    |  125 +---------------
 arch/arm/mach-tegra/platsmp.c                      |   36 +----
 arch/arm/mach-ux500/Makefile                       |    2 +-
 arch/arm/mach-ux500/headsmp.S                      |   38 -----
 arch/arm/mach-ux500/hotplug.c                      |    5 +-
 arch/arm/mach-ux500/include/mach/smp.h             |    3 -
 arch/arm/mach-ux500/platsmp.c                      |  115 +-------------
 arch/arm/mach-vexpress/Makefile                    |    2 +-
 arch/arm/mach-vexpress/headsmp.S                   |   39 -----
 arch/arm/mach-vexpress/platsmp.c                   |  150 ++-----------------
 26 files changed, 318 insertions(+), 749 deletions(-)
 create mode 100644 arch/arm/kernel/smp_scu_boot.c
 rename arch/arm/{mach-realview/headsmp.S => kernel/smp_scu_head.S} (81%)
 create mode 100644 arch/arm/mach-cns3xxx/include/mach/smp.h
 create mode 100644 arch/arm/mach-cns3xxx/platsmp.c
 delete mode 100644 arch/arm/mach-s5pv310/headsmp.S
 delete mode 100644 arch/arm/mach-ux500/headsmp.S
 delete mode 100644 arch/arm/mach-vexpress/headsmp.S

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

end of thread, other threads:[~2010-12-06  7:28 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 17:16 [PATCH v4 0/8] SMP support for CNS3xxx + some SMP SCU cleanups Anton Vorontsov
2010-11-30 17:16 ` [PATCH 1/8] ARM: SCU: Add common routines for secondary CPU bootup Anton Vorontsov
2010-11-30 22:24   ` Russell King - ARM Linux
2010-11-30 23:32   ` Russell King - ARM Linux
2010-12-01  0:25     ` Russell King - ARM Linux
2010-12-02 15:19       ` Catalin Marinas
2010-12-02 15:24         ` Russell King - ARM Linux
2010-12-02 16:28           ` Catalin Marinas
2010-12-02 17:38             ` Russell King - ARM Linux
2010-12-02 17:55               ` Catalin Marinas
2010-12-02 18:01               ` Russell King - ARM Linux
2010-12-04  8:48                 ` Russell King - ARM Linux
2010-12-06  7:28                   ` [PATCH 1/8] ARM: SCU: Add common routines for secondary CPUbootup Santosh Shilimkar
2010-12-01  6:21     ` [PATCH 1/8] ARM: SCU: Add common routines for secondary CPU bootup Srinidhi Kasagar
2010-11-30 17:17 ` [PATCH 2/8] ARM: cns3xxx: Add support for SMP Anton Vorontsov
2010-11-30 18:14   ` Russell King - ARM Linux
2010-11-30 17:17 ` [PATCH 3/8] ARM: VExpress: Switch to generic SCU routines Anton Vorontsov
2010-11-30 23:27   ` Russell King - ARM Linux
2010-11-30 17:17 ` [PATCH 4/8] ARM: RealView: " Anton Vorontsov
2010-11-30 17:17 ` [PATCH 5/8] ARM: S5PV310: " Anton Vorontsov
2010-11-30 17:17 ` [PATCH 6/8] ARM: ux500: " Anton Vorontsov
2010-11-30 17:17 ` [PATCH 7/8] ARM: tegra: " Anton Vorontsov
2010-11-30 17:17 ` [PATCH 8/8] ARM: OMAP2: " Anton Vorontsov

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