linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] Add interconnect support to the SCM interface
@ 2022-05-23  7:00 Sibi Sankar
  2022-05-23  7:00 ` [RFC 1/3] dt-bindings: firmware: qcom-scm: Add interconnects property Sibi Sankar
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Sibi Sankar @ 2022-05-23  7:00 UTC (permalink / raw)
  To: bjorn.andersson
  Cc: agross, linux-arm-msm, devicetree, linux-kernel,
	krzysztof.kozlowski+dt, robh+dt, quic_psodagud, eberman,
	Sibi Sankar

Some of the SMC calls required by remoteproc PAS driver on SM8450 SoCs
get a performance benefit from having a max vote to the crypto->ddr path.
Add support for bandwidth (bw) voting for those SMC calls when the
interconnects property is specified. Marking this as an RFC since the path
could either be specified in the individual remoteprocs or directly in the
scm interface.

Sibi Sankar (3):
  dt-bindings: firmware: qcom-scm: Add interconnects property
  firmware: qcom_scm: Add bw voting support to the SCM interface
  arm64: dts: qcom: sm8450: Add interconnect requirements for SCM

 .../devicetree/bindings/firmware/qcom,scm.txt      |  1 +
 arch/arm64/boot/dts/qcom/sm8450.dtsi               |  1 +
 drivers/firmware/qcom_scm.c                        | 69 ++++++++++++++++++++++
 3 files changed, 71 insertions(+)

-- 
2.7.4


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

end of thread, other threads:[~2022-07-03  4:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23  7:00 [RFC 0/3] Add interconnect support to the SCM interface Sibi Sankar
2022-05-23  7:00 ` [RFC 1/3] dt-bindings: firmware: qcom-scm: Add interconnects property Sibi Sankar
2022-06-02 13:03   ` Rob Herring
2022-05-23  7:00 ` [RFC 2/3] firmware: qcom_scm: Add bw voting support to the SCM interface Sibi Sankar
2022-05-23  7:00 ` [RFC 3/3] arm64: dts: qcom: sm8450: Add interconnect requirements for SCM Sibi Sankar
2022-06-30  2:47 ` [RFC 0/3] Add interconnect support to the SCM interface Bjorn Andersson
2022-07-03  3:56 ` (subset) " Bjorn Andersson

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