linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 v8] arm: introduce psci_smp_ops
@ 2013-04-24 18:38 Stefano Stabellini
  2013-04-24 18:40 ` [PATCH v8 1/2] " Stefano Stabellini
  2013-04-24 18:40 ` [PATCH v8 2/2] ARM: Enable selection of SMP operations at boot time Stefano Stabellini
  0 siblings, 2 replies; 16+ messages in thread
From: Stefano Stabellini @ 2013-04-24 18:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,
this is the eighth version of the patch series to move virt_smp_ops out
of mach-virt and make it a generic set of reusable PSCI based smp_ops.
psci_smp_ops are preferred over the platform smp_ops.
The last patch introduces smp_init.


Jon Medhurst (1):
      ARM: Enable selection of SMP operations at boot time

Stefano Stabellini (1):
      arm: introduce psci_smp_ops

 arch/arm/include/asm/mach/arch.h |    4 ++
 arch/arm/include/asm/psci.h      |   29 ++++++++++++++++
 arch/arm/kernel/Makefile         |    5 ++-
 arch/arm/kernel/psci.c           |    7 ++--
 arch/arm/kernel/psci_smp.c       |   67 ++++++++++++++++++++++++++++++++++++++
 arch/arm/kernel/setup.c          |    9 ++++-
 arch/arm/mach-virt/Makefile      |    1 -
 arch/arm/mach-virt/platsmp.c     |   58 --------------------------------
 arch/arm/mach-virt/virt.c        |    3 --
 9 files changed, 115 insertions(+), 68 deletions(-)

git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git 3.9-rc3-psci-ops-8-tag

Cheers,

Stefano

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

end of thread, other threads:[~2013-04-26 16:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24 18:38 [PATCH 0/2 v8] arm: introduce psci_smp_ops Stefano Stabellini
2013-04-24 18:40 ` [PATCH v8 1/2] " Stefano Stabellini
2013-04-25  8:47   ` Will Deacon
2013-04-25 10:12     ` Stefano Stabellini
2013-04-25 10:45       ` Will Deacon
2013-04-25 11:08         ` Stefano Stabellini
2013-04-25 11:11           ` Will Deacon
2013-04-25 11:13             ` Stefano Stabellini
2013-04-25 14:58         ` Nicolas Pitre
2013-04-26 15:36           ` Stefano Stabellini
2013-04-26 16:10             ` Will Deacon
2013-04-24 18:40 ` [PATCH v8 2/2] ARM: Enable selection of SMP operations at boot time Stefano Stabellini
2013-04-25  8:49   ` Will Deacon
2013-04-25 10:25     ` Stefano Stabellini
2013-04-25 14:42     ` Nicolas Pitre
2013-04-26 15:36       ` Stefano Stabellini

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