linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/6] PSCI support for highbank
@ 2013-09-27  2:24 Rob Herring
  2013-09-27  2:24 ` [PATCH 1/6] cpuidle: calxeda: add support to use PSCI calls Rob Herring
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Rob Herring @ 2013-09-27  2:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Rob Herring <rob.herring@calxeda.com>

This series converts highbank to use PSCI calls for smp_ops, suspend and
cpuidle. I've dropped system reset and poweroff until we can finalize
PSCI 0.2 bindings. Otherwise, this is mostly unchanged from the previous
posting.

New in this posting is enabling cpuidle on ecx-2000.

Rob Herring (6):
  cpuidle: calxeda: add support to use PSCI calls
  cpuidle: calxeda: add cpu_pm_enter/exit calls
  cpuidle: calxeda: add ecx-2000 support
  ARM: PSCI: remove unnecessary include of arm-gic.h
  ARM: highbank: adapt to use ARM PSCI calls
  dts: calxeda: add ARM PSCI binding

 arch/arm/boot/dts/ecx-common.dtsi |  8 +++++
 arch/arm/kernel/psci_smp.c        |  1 -
 arch/arm/mach-highbank/Kconfig    |  1 +
 arch/arm/mach-highbank/Makefile   |  2 --
 arch/arm/mach-highbank/core.h     |  4 ---
 arch/arm/mach-highbank/highbank.c | 16 +--------
 arch/arm/mach-highbank/hotplug.c  | 37 ---------------------
 arch/arm/mach-highbank/platsmp.c  | 68 ---------------------------------------
 arch/arm/mach-highbank/pm.c       | 27 ++++++----------
 drivers/cpuidle/Kconfig.arm       |  2 +-
 drivers/cpuidle/cpuidle-calxeda.c | 46 +++++++-------------------
 11 files changed, 32 insertions(+), 180 deletions(-)
 delete mode 100644 arch/arm/mach-highbank/hotplug.c
 delete mode 100644 arch/arm/mach-highbank/platsmp.c

-- 
1.8.1.2

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

end of thread, other threads:[~2013-09-27 12:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27  2:24 [PATCH v4 0/6] PSCI support for highbank Rob Herring
2013-09-27  2:24 ` [PATCH 1/6] cpuidle: calxeda: add support to use PSCI calls Rob Herring
2013-09-27  8:44   ` Daniel Lezcano
2013-09-27  2:24 ` [PATCH 2/6] cpuidle: calxeda: add cpu_pm_enter/exit calls Rob Herring
2013-09-27  8:45   ` Daniel Lezcano
2013-09-27  2:24 ` [PATCH 3/6] cpuidle: calxeda: add ecx-2000 support Rob Herring
2013-09-27  8:47   ` Daniel Lezcano
2013-09-27 12:14     ` Rob Herring
2013-09-27  2:24 ` [PATCH 4/6] ARM: PSCI: remove unnecessary include of arm-gic.h Rob Herring
2013-09-27  2:24 ` [PATCH 5/6] ARM: highbank: adapt to use ARM PSCI calls Rob Herring
2013-09-27  2:24 ` [PATCH 6/6] dts: calxeda: add ARM PSCI binding Rob Herring

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