linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm: psci: implement cpuidle_ops
@ 2015-07-08 10:13 Jisheng Zhang
  2015-07-08 10:13 ` [PATCH 1/4] arm: psci: rename psci_smp.c to psci.c Jisheng Zhang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Jisheng Zhang @ 2015-07-08 10:13 UTC (permalink / raw)
  To: linux-arm-kernel

We'd like to use cpuidle-arm.c for both arm and arm64 with psci as backend.
For arm64, it works. But for arm, we miss cpuidle_ops, these patches try to
address this issue.

Has been tested on Marvell Berlin SoCs. These patches are rebased on the Mark
Rutland's latest psci unification work and Lorenzo Pieralisi's psci related
work[1].

[PATCH 1/4] renames psci_smp.c to psci.c to prepare for the next two changes.
[PATCH 2/4] enables PSCI on UP systems
[PATCH 3/4] move psci's cpu_suspend handling to generic code as suggested
	    by Lorenzo.
[PATCH 4/4] implement cpuidle_ops with psci finally.

[1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-May/347352.html

Jisheng Zhang (4):
  arm: psci: rename psci_smp.c to psci.c
  arm: psci: enable PSCI on UP systems
  firmware: psci: move cpu_suspend handling to generic code
  arm: psci: add cpuidle_ops support

 arch/arm/kernel/Makefile               |  5 +-
 arch/arm/kernel/{psci_smp.c => psci.c} | 22 ++++++++
 arch/arm64/kernel/psci.c               | 95 ----------------------------------
 drivers/firmware/psci.c                | 95 ++++++++++++++++++++++++++++++++++
 include/linux/psci.h                   |  2 +
 5 files changed, 120 insertions(+), 99 deletions(-)
 rename arch/arm/kernel/{psci_smp.c => psci.c} (86%)

-- 
2.1.4

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

end of thread, other threads:[~2015-07-08 12:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-08 10:13 [PATCH 0/4] arm: psci: implement cpuidle_ops Jisheng Zhang
2015-07-08 10:13 ` [PATCH 1/4] arm: psci: rename psci_smp.c to psci.c Jisheng Zhang
2015-07-08 10:13 ` [PATCH 2/4] arm: psci: enable PSCI on UP systems Jisheng Zhang
2015-07-08 10:13 ` [PATCH 3/4] firmware: psci: move cpu_suspend handling to generic code Jisheng Zhang
2015-07-08 10:13 ` [PATCH 4/4] arm: psci: add cpuidle_ops support Jisheng Zhang
2015-07-08 10:34   ` Russell King - ARM Linux
2015-07-08 11:38     ` Jisheng Zhang
2015-07-08 12:42       ` Jisheng Zhang

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