All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] psci client-side implementation for 3.9
@ 2013-01-23 18:05 Will Deacon
  2013-01-23 22:45 ` Russell King - ARM Linux
  2013-01-28  6:47 ` Olof Johansson
  0 siblings, 2 replies; 3+ messages in thread
From: Will Deacon @ 2013-01-23 18:05 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2013-01-28  6:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23 18:05 [GIT PULL] psci client-side implementation for 3.9 Will Deacon
2013-01-23 22:45 ` Russell King - ARM Linux
2013-01-28  6:47 ` Olof Johansson

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.