linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/2] Add support for OCC command/response interface
@ 2017-06-21  8:06 Shilpasri G Bhat
  2017-06-21  8:06 ` [PATCH V4 1/2] powerpc/powernv: Get a unique token for async completions Shilpasri G Bhat
  2017-06-21  8:06 ` [PATCH V4 2/2] powerpc/powernv : Add support for OPAL-OCC command/response interface Shilpasri G Bhat
  0 siblings, 2 replies; 6+ messages in thread
From: Shilpasri G Bhat @ 2017-06-21  8:06 UTC (permalink / raw)
  To: linuxppc-dev, cyrilbur
  Cc: linux-kernel, benh, paulus, mpe, svaidy, ego, Shilpasri G Bhat

In P9, OCC(On Chip Controller) can be sent commands inband via shared
memory based command response interface.  This patch adds a platform
driver to support the OCC command-response interface.

The skiboot patch for the interface is posted here:
https://lists.ozlabs.org/pipermail/skiboot/2017-June/007705.html

Shilpasri G Bhat (2):
  powerpc/powernv: Get a unique token for async completions
  powerpc/powernv : Add support for OPAL-OCC command/response interface

 arch/powerpc/include/asm/opal-api.h            |  41 +++-
 arch/powerpc/include/asm/opal.h                |   4 +
 arch/powerpc/platforms/powernv/Makefile        |   2 +-
 arch/powerpc/platforms/powernv/opal-async.c    |  46 ++++
 arch/powerpc/platforms/powernv/opal-occ.c      | 313 +++++++++++++++++++++++++
 arch/powerpc/platforms/powernv/opal-wrappers.S |   1 +
 arch/powerpc/platforms/powernv/opal.c          |   8 +
 7 files changed, 413 insertions(+), 2 deletions(-)
 create mode 100644 arch/powerpc/platforms/powernv/opal-occ.c

-- 
1.8.3.1

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

end of thread, other threads:[~2017-06-22  6:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21  8:06 [PATCH V4 0/2] Add support for OCC command/response interface Shilpasri G Bhat
2017-06-21  8:06 ` [PATCH V4 1/2] powerpc/powernv: Get a unique token for async completions Shilpasri G Bhat
2017-06-21  8:06 ` [PATCH V4 2/2] powerpc/powernv : Add support for OPAL-OCC command/response interface Shilpasri G Bhat
2017-06-22  0:58   ` Cyril Bur
2017-06-22  4:27     ` Shilpasri G Bhat
2017-06-22  6:22       ` Cyril Bur

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