Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1699784

[RESEND][PATCH V10 0/3] powernv : Add support for OPAL-OCC command/response interface

From Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [RESEND][PATCH V10 0/3] powernv : Add support for OPAL-OCC command/response interface
Date 2017-07-31 09:50 +0200
Message-ID <u9dCG-3sb-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Changes from V9:
- Fixed return after erroring from mutex_lock_interruptible()
- Added documentation
- [RESEND] Fixed the version number of the patch-set in Subject

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

 .../ABI/testing/sysfs-firmware-opal-powercap       |  31 +++
 Documentation/ABI/testing/sysfs-firmware-opal-psr  |  18 ++
 .../bindings/powerpc/opal/sensor-groups.txt        |  23 ++
 arch/powerpc/include/asm/opal-api.h                |   8 +-
 arch/powerpc/include/asm/opal.h                    |   9 +
 arch/powerpc/include/uapi/asm/opal-occ.h           |  23 ++
 arch/powerpc/platforms/powernv/Makefile            |   2 +-
 arch/powerpc/platforms/powernv/opal-occ.c          | 116 ++++++++++
 arch/powerpc/platforms/powernv/opal-powercap.c     | 244 +++++++++++++++++++++
 arch/powerpc/platforms/powernv/opal-psr.c          | 175 +++++++++++++++
 arch/powerpc/platforms/powernv/opal-wrappers.S     |   5 +
 arch/powerpc/platforms/powernv/opal.c              |  10 +
 12 files changed, 662 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-firmware-opal-powercap
 create mode 100644 Documentation/ABI/testing/sysfs-firmware-opal-psr
 create mode 100644 Documentation/devicetree/bindings/powerpc/opal/sensor-groups.txt
 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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RESEND][PATCH V10 0/3] powernv : Add support for OPAL-OCC command/response interface Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com> - 2017-07-31 09:50 +0200
  [RESEND][PATCH V10 3/3] powernv: Add support to clear sensor groups data Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com> - 2017-07-31 09:50 +0200
  [RESEND][PATCH V10 1/3] powernv: powercap: Add support for powercap framework Shilpasri G Bhat <shilpa.bhat@linux.vnet.ibm.com> - 2017-07-31 09:50 +0200
  RE: [RESEND][PATCH V10 0/3] powernv : Add support for OPAL-OCC  command/response interface David Laight <David.Laight@ACULAB.COM> - 2017-08-01 11:20 +0200

csiph-web