linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V7 0/3] powernv : Add support for OPAL-OCC command/response interface
@ 2017-07-19 18:39 Shilpasri G Bhat
  2017-07-19 18:39 ` [PATCH V7 1/3] powernv: powercap: Add support for powercap framework Shilpasri G Bhat
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shilpasri G Bhat @ 2017-07-19 18:39 UTC (permalink / raw)
  To: stewart, cyrilbur
  Cc: linuxppc-dev, linux-kernel, benh, paulus, mpe, ego, svaidy,
	Shilpasri G Bhat

In P9, OCC (On-Chip-Controller) supports shared memory based
commad-response interface. Within the shared memory there is an OPAL
command buffer and OCC response buffer that can be used to send
inband commands to OCC. The following commands are supported:

1) Set system powercap
2) Set CPU-GPU power shifting ratio
3) Clear min/max for OCC sensor groups

The skiboot patch for this interface is posted here:
https://lists.ozlabs.org/pipermail/skiboot/2017-July/008293.html

Shilpasri G Bhat (3):
  powernv: powercap: Add support for powercap framework
  powernv: Add support to set power-shifting-ratio
  powernv : Add support to clear sensor groups data

 arch/powerpc/include/asm/opal-api.h            |   8 +-
 arch/powerpc/include/asm/opal.h                |   8 +
 arch/powerpc/include/uapi/asm/opal-occ.h       |  23 +++
 arch/powerpc/platforms/powernv/Makefile        |   2 +-
 arch/powerpc/platforms/powernv/opal-occ.c      | 108 +++++++++++
 arch/powerpc/platforms/powernv/opal-powercap.c | 237 +++++++++++++++++++++++++
 arch/powerpc/platforms/powernv/opal-psr.c      | 169 ++++++++++++++++++
 arch/powerpc/platforms/powernv/opal-wrappers.S |   5 +
 arch/powerpc/platforms/powernv/opal.c          |  10 ++
 9 files changed, 568 insertions(+), 2 deletions(-)
 create mode 100644 arch/powerpc/include/uapi/asm/opal-occ.h
 create mode 100644 arch/powerpc/platforms/powernv/opal-occ.c
 create mode 100644 arch/powerpc/platforms/powernv/opal-powercap.c
 create mode 100644 arch/powerpc/platforms/powernv/opal-psr.c

-- 
1.8.3.1

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

end of thread, other threads:[~2017-07-19 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19 18:39 [PATCH V7 0/3] powernv : Add support for OPAL-OCC command/response interface Shilpasri G Bhat
2017-07-19 18:39 ` [PATCH V7 1/3] powernv: powercap: Add support for powercap framework Shilpasri G Bhat
2017-07-19 18:39 ` [PATCH V7 2/3] powernv: Add support to set power-shifting-ratio Shilpasri G Bhat
2017-07-19 18:39 ` [PATCH V7 3/3] powernv : Add support to clear sensor groups data Shilpasri G Bhat

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