From: Sudeep Holla <sudeep.holla@arm.com>
To: Sibi Sankar <quic_sibis@quicinc.com>
Cc: <cristian.marussi@arm.com>, <andersson@kernel.org>,
<konrad.dybcio@linaro.org>, <linux-kernel@vger.kernel.org>,
Sudeep Holla <sudeep.holla@arm.com>,
<linux-arm-msm@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<quic_rgottimu@quicinc.com>, <quic_kshivnan@quicinc.com>,
<arm-scmi@vger.kernel.org>
Subject: Re: [PATCH V5 0/2] arm_scmi: vendors: Qualcomm Generic Vendor Extensions
Date: Thu, 5 Dec 2024 16:35:33 +0000 [thread overview]
Message-ID: <Z1HWVfIS-w0OXQHl@bogus> (raw)
In-Reply-To: <20241115011515.1313447-1-quic_sibis@quicinc.com>
On Fri, Nov 15, 2024 at 06:45:13AM +0530, Sibi Sankar wrote:
> The QCOM SCMI vendor protocol provides a generic way of exposing a
> number of Qualcomm SoC specific features (like memory bus scaling)
> through a mixture of pre-determined algorithm strings and param_id
> pairs hosted on the SCMI controller. Introduce a client driver that
> uses the memlat algorithm string hosted on QCOM SCMI Vendor Protocol
> to detect memory latency workloads and control frequency/level of
> the various memory buses (DDR/LLCC/DDR_QOS).
>
> QCOM SCMI Generic Vendor protocol background:
> It was found that a lot of the vendor protocol used internally was
> for debug/internal development purposes that would either be super
> SoC specific or had to be disabled because of some features being
> fused out during production. This lead to a large number of vendor
> protocol numbers being quickly consumed and were never released
> either. Using a generic vendor protocol with functionality abstracted
> behind algorithm strings gave us the flexibility of allowing such
> functionality exist during initial development/debugging while
> still being able to expose functionality like memlat once they have
> matured enough. The param-ids are certainly expected to act as ABI
> for algorithms strings like MEMLAT.
>
> Thanks in advance for taking time to review the series.
>
> V4:
> * Splitting the series into vendor protocol and memlat client.
> Also the move the memlat client implementation back to RFC
> due to multiple opens.
Sorry if I missed the rationale for the split here from the previous
discussions, but I would like to see the DT bindings if any for all the
users first before I can merge this. I am happy to get this series reviewed
independently but my views might change looking at how it will be used as
I might get better idea looking at the users. I really don't like the
interface as well as the DT bindings that might be enforcing us to define.
I have given my initial comments there.
No need to respin it together immediately or even in future as along as
there is a reference for me to look at.
--
Regards,
Sudeep
prev parent reply other threads:[~2024-12-05 16:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-15 1:15 [PATCH V5 0/2] arm_scmi: vendors: Qualcomm Generic Vendor Extensions Sibi Sankar
2024-11-15 1:15 ` [PATCH V5 1/2] firmware: arm_scmi: Add QCOM Generic Vendor Protocol documentation Sibi Sankar
2024-12-04 11:48 ` Cristian Marussi
2024-12-05 11:07 ` Sibi Sankar
2024-12-05 11:37 ` Cristian Marussi
2024-12-05 15:32 ` Sudeep Holla
2024-12-05 15:53 ` Sudeep Holla
2024-11-15 1:15 ` [PATCH V5 2/2] firmware: arm_scmi: vendors: Add QCOM SCMI Generic Extensions Sibi Sankar
2024-12-04 13:01 ` Cristian Marussi
2024-12-05 10:16 ` Sibi Sankar
2024-12-05 16:35 ` Sudeep Holla [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z1HWVfIS-w0OXQHl@bogus \
--to=sudeep.holla@arm.com \
--cc=andersson@kernel.org \
--cc=arm-scmi@vger.kernel.org \
--cc=cristian.marussi@arm.com \
--cc=konrad.dybcio@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_kshivnan@quicinc.com \
--cc=quic_rgottimu@quicinc.com \
--cc=quic_sibis@quicinc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.