All of lore.kernel.org
 help / color / mirror / Atom feed
From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] psci client-side implementation for 3.9
Date: Wed, 23 Jan 2013 18:05:07 +0000	[thread overview]
Message-ID: <20130123180507.GH26811@mudshark.cambridge.arm.com> (raw)

Hello again guys,

Please pull my PSCI client-side implementation for 3.9. This is used by
the mach-virt platform, for which I'll send another pull request later
on (since there are some timer dependencies that need resolving first).

As before, I'll keep this branch stable so others can base against it.

Thanks,

Will

--->8

The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:

  Linux 3.8-rc3 (2013-01-09 18:59:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git for-rmk/virt/psci

for you to fetch changes up to 2bdd424f26be1c98b6e3d9acfffb5559c131c888:

  ARM: psci: add support for PSCI invocations from the kernel (2013-01-10 21:10:20 +0000)

----------------------------------------------------------------
Will Deacon (4):
      ARM: opcodes: add missing include of linux/linkage.h
      ARM: opcodes: add opcodes definitions for ARM security extensions
      ARM: psci: add devicetree binding for describing PSCI firmware
      ARM: psci: add support for PSCI invocations from the kernel

 Documentation/devicetree/bindings/arm/psci.txt |  55 ++++++++++++++++++++++++++++++++++++++++++++++++
 arch/arm/Kconfig                               |  10 +++++++++
 arch/arm/include/asm/opcodes-sec.h             |  24 +++++++++++++++++++++
 arch/arm/include/asm/opcodes.h                 |   1 +
 arch/arm/include/asm/psci.h                    |  36 +++++++++++++++++++++++++++++++
 arch/arm/kernel/Makefile                       |   1 +
 arch/arm/kernel/psci.c                         | 211 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 338 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/psci.txt
 create mode 100644 arch/arm/include/asm/opcodes-sec.h
 create mode 100644 arch/arm/include/asm/psci.h
 create mode 100644 arch/arm/kernel/psci.c

             reply	other threads:[~2013-01-23 18:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23 18:05 Will Deacon [this message]
2013-01-23 22:45 ` [GIT PULL] psci client-side implementation for 3.9 Russell King - ARM Linux
2013-01-28  6:47 ` Olof Johansson

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=20130123180507.GH26811@mudshark.cambridge.arm.com \
    --to=will.deacon@arm.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 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.