linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Highbank updates for 3.13
Date: Thu, 17 Oct 2013 13:58:21 -0500	[thread overview]
Message-ID: <5260334D.30009@gmail.com> (raw)

Kevin, Olof,

Please pull. Doing merge with arm-soc/for-next, there's a trivial merge
conflict with highbank.c includes.

Rob

The following changes since commit 15c03dd4859ab16f9212238f29dd315654aa94f6:

  Linux 3.12-rc3 (2013-09-29 15:02:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
tags/highbank-for-3.13

for you to fetch changes up to 78bbca1a54bd05f7c7d38a306073a3ee7f866e51:

  dts: calxeda: add ARM PSCI binding (2013-10-01 16:34:17 -0500)

----------------------------------------------------------------
Highbank platform updates for 3.13

- convert Calxeda cpuidle driver to a platform driver and to use PSCI
- convert highbank smp_ops and suspend to PSCI

----------------------------------------------------------------
Daniel Lezcano (1):
      ARM: highbank: cpuidle: convert to platform driver

Rob Herring (5):
      cpuidle: calxeda: add cpu_pm_enter/exit calls
      cpuidle: calxeda: add support to use PSCI calls
      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 | 24 ++++++--------
 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 | 61 +++++++++++++----------------------
 11 files changed, 50 insertions(+), 185 deletions(-)
 delete mode 100644 arch/arm/mach-highbank/hotplug.c
 delete mode 100644 arch/arm/mach-highbank/platsmp.c

             reply	other threads:[~2013-10-17 18:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-17 18:58 Rob Herring [this message]
2013-10-17 22:32 ` [GIT PULL] Highbank updates for 3.13 Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5260334D.30009@gmail.com \
    --to=robherring2@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).