All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/2] Introduce PSCI-0.2 supports
@ 2014-10-03 14:31 suravee.suthikulpanit
  2014-10-03 14:31 ` [PATCH V3 1/2] xen/arm: Initial support for PSCI-0.2 suravee.suthikulpanit
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: suravee.suthikulpanit @ 2014-10-03 14:31 UTC (permalink / raw)
  To: stefano.stabellini, julien.grall, konrad.wilk, 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.

Note: This probably do not need to target the 4.5 release.

Changes in V3:
        - Updated commit messages
 
Changes in V2:
    * 1/2:
        - Use "uint32_t" instead of "int" for psci_ver. (Julien, Ian)
        - In psci_init(), modify logic to first try PSCI-0.2, and fallback to 0.1
          when not supports (Julien, Ian).
        - Fix call_psci_system_off() and psci_system_reset()
        - Rewording of error messages (Julien, Ian)


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          | 80 +++++++++++++++++++++++++++++++++++++++-----
 xen/arch/arm/shutdown.c      | 25 ++++++++++----
 xen/include/asm-arm/psci.h   |  4 ++-
 5 files changed, 95 insertions(+), 18 deletions(-)

-- 
1.9.3

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-03 14:31 [PATCH V3 0/2] Introduce PSCI-0.2 supports suravee.suthikulpanit
2014-10-03 14:31 ` [PATCH V3 1/2] xen/arm: Initial support for PSCI-0.2 suravee.suthikulpanit
2014-10-03 14:31 ` [PATCH V3 2/2] xen/arm: Use PSCI-0.2 for machine_halt/restart by default suravee.suthikulpanit
2014-10-08 11:59 ` [PATCH V3 0/2] Introduce PSCI-0.2 supports Ian Campbell
2014-10-08 12:47   ` Konrad Rzeszutek Wilk
2014-10-14 10:00     ` Ian Campbell

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.