From: Krzysztof Kozlowski <krzk@kernel.org>
To: Odelu Kukatla <odelu.kukatla@oss.qualcomm.com>,
Georgi Djakov <djakov@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>
Cc: Raviteja Laggyshetty <quic_rlaggysh@quicinc.com>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Mike Tipton <mike.tipton@oss.qualcomm.com>
Subject: Re: [PATCH 1/3] dt-bindings: interconnect: add clocks property to enable QoS on sa8775p
Date: Sun, 24 Aug 2025 11:08:14 +0200 [thread overview]
Message-ID: <00f50d92-e4ea-4805-b771-147fa5f5ebe4@kernel.org> (raw)
In-Reply-To: <7d3e5cf7-4167-4005-ba4b-c1915c254705@oss.qualcomm.com>
On 20/08/2025 10:51, Odelu Kukatla wrote:
>
>
> On 8/13/2025 11:32 AM, Krzysztof Kozlowski wrote:
>> On 13/08/2025 07:55, Odelu Kukatla wrote:
>>>
>>>
>>> On 8/12/2025 3:47 PM, Krzysztof Kozlowski wrote:
>>>> On 08/08/2025 16:02, Odelu Kukatla wrote:
>>>>> Add reg and clocks properties to enable the clocks required
>>>>> for accessing QoS configuration.
>>>>
>>>>
>>>> Nothing here explains why EXISTING hardware is being changed. I also
>>>> remember big discussions and big confusing patches regarding sa8775p
>>>> (its rename, dropping/changing all providers), and this patch feels like
>>>> pieces of it without proper justification.
>>>>
>>> Thanks for the review.
>>> I have added description in cover letter, i will add here as well in next revision.> And this is hidden ABI break, no justification, no mentioning either.
>>>> Again we are discussing basics of ABI breaking patches?
>>>>
>>> If you are talking ABI break if we load old DT which may lead to crash, we have .qos_requires_clocks flag which takes care of skipping QoS if required clocks are not enabled.we have addressed this issue through https://lore.kernel.org/all/20240704125515.22194-1-quic_okukatla@quicinc.com/
>>
>> Format your emails correctly, it's difficult to read.
>>
>> Your binding did not require reg and clocks. Now it requires reg and
>> clocks. This is called ABI break.
>>
>> Please follow Qualcomm extensive upstreaming guide, it explains this,
>> doesn't it? Or follow writing bindings...
>>
>
> Thanks for your review and guidance.
>
> I agree that adding reg and clocks properties to existing bindings is an
> ABI break. The sa8775p is a relatively older platform, and when the
> interconnect provider driver was initially upstreamed, QoS configuration
> support was not available in the framework. As a result, QoS was not
> enabled at that time.
That's irrelevant reason. Writing bindings since long time ask pretty
clearly to describe hardware completely, regardless whether Linux
supports this or not.
It does not matter if you enable QoS or not.
>
> The motivation for this change is that certain interconnect paths on
> sa8775p require specific clocks to be enabled to access QoS registers.
This does not look at all like existing device is completely broken.
You just add new feature, so no ABI break.
> QoS configuration is essential for managing latency and bandwidth across
> subsystems such as CPU, GPU, and multimedia engines. Without it, the
> system may experience performance degradation, especially under
So how was it working for the last 2 years?
> concurrent workloads. Enabling QoS improves system responsiveness and
> ensures more predictable behavior in high-throughput scenarios.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-08-24 9:08 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-08 14:02 [PATCH 0/3] Enable QoS configuration on SA8775P Odelu Kukatla
2025-08-08 14:02 ` [PATCH 1/3] dt-bindings: interconnect: add clocks property to enable QoS on sa8775p Odelu Kukatla
2025-08-12 10:17 ` Krzysztof Kozlowski
2025-08-13 5:55 ` Odelu Kukatla
2025-08-13 6:02 ` Krzysztof Kozlowski
2025-08-20 8:51 ` Odelu Kukatla
2025-08-24 9:08 ` Krzysztof Kozlowski [this message]
2025-08-28 18:16 ` Odelu Kukatla
2025-08-28 18:20 ` Krzysztof Kozlowski
2025-08-28 21:59 ` Georgi Djakov
2025-09-03 12:42 ` Konrad Dybcio
2025-09-03 18:01 ` Odelu Kukatla
2025-08-28 22:36 ` Dmitry Baryshkov
2025-08-08 14:02 ` [PATCH 2/3] interconnect: qcom: sa8775p: enable QoS configuration Odelu Kukatla
2025-08-09 7:35 ` Dmitry Baryshkov
2025-08-12 10:25 ` Odelu Kukatla
2025-08-08 14:03 ` [PATCH 3/3] arm64: dts: qcom: sa8775p: Add clocks for " Odelu Kukatla
2025-08-09 7:36 ` Dmitry Baryshkov
2025-08-12 9:51 ` Konrad Dybcio
2025-08-13 5:45 ` Odelu Kukatla
2025-08-15 13:11 ` Georgi Djakov
2025-08-19 9:10 ` Odelu Kukatla
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=00f50d92-e4ea-4805-b771-147fa5f5ebe4@kernel.org \
--to=krzk@kernel.org \
--cc=andersson@kernel.org \
--cc=bartosz.golaszewski@linaro.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=djakov@kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mike.tipton@oss.qualcomm.com \
--cc=odelu.kukatla@oss.qualcomm.com \
--cc=quic_rlaggysh@quicinc.com \
--cc=robh@kernel.org \
/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.