public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add SCMI v3.2 Powercap disable support
@ 2023-03-09 14:07 Cristian Marussi
  2023-03-09 14:07 ` [PATCH v2 1/3] firmware: arm_scmi: Refactor powercap get/set helpers Cristian Marussi
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Cristian Marussi @ 2023-03-09 14:07 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, linux-pm
  Cc: sudeep.holla, james.quinlan, Jonathan.Cameron, f.fainelli,
	vincent.guittot, tarek.el-sherbiny, nicola.mazzucato,
	souvik.chakravarty, wleavitt, wbartczak, Cristian Marussi

Hi,

Upcoming SCMI v3.2 specification (publicly available as BETA at [1])
introduces support to disable powercapping as a whole on the desired
zones.

This small series at first add the needed support to the core SCMI Powercap
protocol, exposing a couple more enable/disable protocol operations, and
then wires such new ops in the related Powercap framework helpers.

Based on v6.3-rc1.

Thanks,
Cristian

[1]: https://developer.arm.com/documentation/den0056/e 

---

v1 -> v2
- rebased on v6.3-rc1
- simplified enable status check logic

Cristian Marussi (3):
  firmware: arm_scmi: Refactor powercap get/set helpers
  firmware: arm_scmi: Add Powercap protocol enable support
  powercap: arm_scmi: Add support for disabling powercaps on a zone

 drivers/firmware/arm_scmi/powercap.c | 173 +++++++++++++++++++++++----
 drivers/powercap/arm_scmi_powercap.c |  16 +++
 include/linux/scmi_protocol.h        |  18 +++
 3 files changed, 182 insertions(+), 25 deletions(-)

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-05-24 15:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-09 14:07 [PATCH v2 0/3] Add SCMI v3.2 Powercap disable support Cristian Marussi
2023-03-09 14:07 ` [PATCH v2 1/3] firmware: arm_scmi: Refactor powercap get/set helpers Cristian Marussi
2023-03-27 17:06   ` Rafael J. Wysocki
2023-03-27 17:28     ` Cristian Marussi
2023-03-29 12:04     ` Sudeep Holla
2023-05-24 15:12       ` Rafael J. Wysocki
2023-03-09 14:07 ` [PATCH v2 2/3] firmware: arm_scmi: Add Powercap protocol enable support Cristian Marussi
2023-03-09 14:07 ` [PATCH v2 3/3] powercap: arm_scmi: Add support for disabling powercaps on a zone Cristian Marussi
2023-05-24 15:11   ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox