xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL for 3.11] arm: introduce psci_smp_ops
@ 2013-05-21 14:38 Stefano Stabellini
  2013-05-21 14:38 ` [PATCH v11 1/2] " Stefano Stabellini
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stefano Stabellini @ 2013-05-21 14:38 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, will.deacon@arm.com,
	Arnd Bergmann, Nicolas Pitre, Stefano Stabellini,
	rob.herring@calxeda.com, Olof Johansson, xen-devel

Russell,
please pull (based on v3.10-rc2):

git://git.kernel.org/pub/scm/linux/kernel/git/sstabellini/xen.git 3.10-rc2-psci-ops-11-tag


It contains the generic PSCI patch and the smp_init patch that we
discussed so much about.
I think it would be helpful for other people if you could create a
stable branch with these patches so that SoC devs can base their work on
it.


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 |    5 ++
 arch/arm/include/asm/psci.h      |    9 ++++
 arch/arm/kernel/Makefile         |    5 ++-
 arch/arm/kernel/psci.c           |    7 +--
 arch/arm/kernel/psci_smp.c       |   84 ++++++++++++++++++++++++++++++++++++++
 arch/arm/kernel/setup.c          |    9 ++++-
 arch/arm/mach-virt/Makefile      |    1 -
 arch/arm/mach-virt/platsmp.c     |   50 ----------------------
 arch/arm/mach-virt/virt.c        |    3 -
 9 files changed, 113 insertions(+), 60 deletions(-)
 create mode 100644 arch/arm/kernel/psci_smp.c
 delete mode 100644 arch/arm/mach-virt/platsmp.c

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

end of thread, other threads:[~2013-05-28 11:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21 14:38 [GIT PULL for 3.11] arm: introduce psci_smp_ops Stefano Stabellini
2013-05-21 14:38 ` [PATCH v11 1/2] " Stefano Stabellini
2013-05-21 14:38 ` [PATCH v11 2/2] ARM: Enable selection of SMP operations at boot time Stefano Stabellini
2013-05-28 11:05 ` [GIT PULL for 3.11] arm: introduce psci_smp_ops Stefano Stabellini
2013-05-28 11:08   ` 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).