All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce PSCI-0.2 supports
@ 2014-10-01 20:02 suravee.suthikulpanit
  2014-10-01 20:02 ` [PATCH 1/2] xen/arm: Initial support for PSCI-0.2 suravee.suthikulpanit
  2014-10-01 20:02 ` [PATCH 2/2] xen/arm: Use PSCI-0.2 for machine_halt/restart by default suravee.suthikulpanit
  0 siblings, 2 replies; 14+ messages in thread
From: suravee.suthikulpanit @ 2014-10-01 20:02 UTC (permalink / raw)
  To: stefano.stabellini, julien.grall, ian.campbell
  Cc: Suravee Suthikulpanit, xen-devel

From: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>

This patch series introduce PSCI-0.2 supports for:
  * PSCI_VERSION
  * CPU_ON
  * SYSTEM_OFF
  * SYSTEM_RESET

Then, it modifies the shutdown/restart logic to use PSCI-0.2 interface
by default when available.

Suravee Suthikulpanit (2):
  xen/arm: Initial support for PSCI-0.2 (cpu_on, system_off,
    system_reset)
  xen/arm: Use PSCI-0.2 for machine_halt/restart by default

 xen/arch/arm/arm64/smpboot.c |  2 +-
 xen/arch/arm/platform.c      |  2 +-
 xen/arch/arm/psci.c          | 72 +++++++++++++++++++++++++++++++++++++++-----
 xen/arch/arm/shutdown.c      | 23 ++++++++++----
 xen/include/asm-arm/psci.h   |  4 ++-
 5 files changed, 86 insertions(+), 17 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-10-03  0:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-01 20:02 [PATCH 0/2] Introduce PSCI-0.2 supports suravee.suthikulpanit
2014-10-01 20:02 ` [PATCH 1/2] xen/arm: Initial support for PSCI-0.2 suravee.suthikulpanit
2014-10-02  9:07   ` Stefano Stabellini
2014-10-02 10:51   ` Julien Grall
2014-10-02 14:19     ` Ian Campbell
2014-10-02 20:17       ` Suravee Suthikulpanit
2014-10-02 14:21   ` Ian Campbell
2014-10-02 19:43     ` Suravee Suthikulpanit
2014-10-01 20:02 ` [PATCH 2/2] xen/arm: Use PSCI-0.2 for machine_halt/restart by default suravee.suthikulpanit
2014-10-02  9:04   ` Stefano Stabellini
2014-10-02 10:54   ` Julien Grall
2014-10-02 19:51     ` Suravee Suthikulpanit
2014-10-02 21:50       ` Julien Grall
2014-10-03  0:00         ` Suravee Suthikulpanit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.