linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Convert highbank to use PSCI calls
@ 2013-02-27  3:42 Rob Herring
  2013-02-27  3:42 ` [PATCH 1/4] ARM: highbank: clean-up some unused includes Rob Herring
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Rob Herring @ 2013-02-27  3:42 UTC (permalink / raw)
  To: linux-arm-kernel

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

This series converts highbank to use PSCI calls for secondary core boot,
hotplug, cpuidle, suspend/resume, reset, and poweroff. Doing this removes
about 200 lines of platform code (1/3 of it) and abstracts out the A9 and
A15 differences (some of which are not yet in place).

Will, I'm using the id field to specify system level events which are
highbank specific. I worry that the id field will be abused for things
that could be standardized. Having standard PSCI calls for reset and
poweroff would avoid this for highbank.

Rob

Rob Herring (4):
  ARM: highbank: clean-up some unused includes
  dts: calxeda: add ARM PSCI binding
  cpuidle: calxeda: add support to use PSCI calls
  ARM: highbank: adapt to use ARM PSCI calls

 arch/arm/boot/dts/ecx-common.dtsi |    8 +++++
 arch/arm/mach-highbank/Kconfig    |    2 +-
 arch/arm/mach-highbank/Makefile   |    2 +-
 arch/arm/mach-highbank/core.h     |    3 --
 arch/arm/mach-highbank/highbank.c |   53 +++++------------------------
 arch/arm/mach-highbank/hotplug.c  |   12 +------
 arch/arm/mach-highbank/platsmp.c  |   42 ++++-------------------
 arch/arm/mach-highbank/pm.c       |   25 +++++---------
 arch/arm/mach-highbank/sysregs.h  |   67 ++++++-------------------------------
 arch/arm/mach-highbank/system.c   |   32 ------------------
 drivers/cpuidle/cpuidle-calxeda.c |   54 ++++--------------------------
 drivers/mailbox/pl320-ipc.c       |    2 +-
 12 files changed, 53 insertions(+), 249 deletions(-)
 delete mode 100644 arch/arm/mach-highbank/system.c

-- 
1.7.10.4

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

end of thread, other threads:[~2013-02-28 16:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-27  3:42 [PATCH 0/4] Convert highbank to use PSCI calls Rob Herring
2013-02-27  3:42 ` [PATCH 1/4] ARM: highbank: clean-up some unused includes Rob Herring
2013-02-27  3:42 ` [PATCH 2/4] dts: calxeda: add ARM PSCI binding Rob Herring
2013-02-27  3:42 ` [PATCH 3/4] cpuidle: calxeda: add support to use PSCI calls Rob Herring
2013-02-27  3:42 ` [PATCH 4/4] ARM: highbank: adapt to use ARM " Rob Herring
2013-02-27  8:58 ` [PATCH 0/4] Convert highbank to use " Arnd Bergmann
2013-02-27 13:51   ` Rob Herring
2013-02-27 17:14     ` Will Deacon
2013-02-27 20:25       ` Arnd Bergmann
2013-02-28 16:10         ` Will Deacon
2013-02-27 17:18 ` Will Deacon
2013-02-27 17:25   ` Rob Herring
2013-02-28 16:14     ` Will Deacon

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