* [PATCH v2] dt-bindings: interconnect: qcom-bwmon: document SM8550 compatibles
@ 2022-11-18 8:29 Neil Armstrong
2023-01-09 10:09 ` Neil Armstrong
0 siblings, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2022-11-18 8:29 UTC (permalink / raw)
To: Georgi Djakov, Bjorn Andersson, Andy Gross, Rob Herring,
Konrad Dybcio
Cc: devicetree, linux-pm, Neil Armstrong, linux-arm-msm,
Krzysztof Kozlowski, linux-kernel
Document the compatibles used to describe the Bandwidth Monitors
present on the SM8550 platform.
A BWMON v4 IP monitors the CPU bandwidth, and a v5 does the LLCC
bandwidth monitoring.
This is described by adding "llcc" and "cpu" into the compatible
strings to differentiate the BWMON IPs.
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Andy Gross <agross@kernel.org>
To: Bjorn Andersson <andersson@kernel.org>
To: Konrad Dybcio <konrad.dybcio@somainline.org>
To: Georgi Djakov <djakov@kernel.org>
To: Rob Herring <robh+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org
Cc: linux-pm@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
Changes in v2:
- Reworded commit message
- Added Reviewed-by from Krzysztof
- Link to v1: https://lore.kernel.org/r/20221114-narmstrong-sm8550-upstream-bwmon-v1-0-b6dd08927f35@linaro.org
---
.../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
index be29e0b80995..00b635662697 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
@@ -26,8 +26,13 @@ properties:
- enum:
- qcom,sc7280-cpu-bwmon
- qcom,sdm845-bwmon
+ - qcom,sm8550-cpu-bwmon
- const: qcom,msm8998-bwmon
- const: qcom,msm8998-bwmon # BWMON v4
+ - items:
+ - enum:
+ - qcom,sm8550-llcc-bwmon
+ - const: qcom,sc7280-llcc-bwmon
- const: qcom,sc7280-llcc-bwmon # BWMON v5
- const: qcom,sdm845-llcc-bwmon # BWMON v5
---
base-commit: 3aec1f3082a7f388d04a1fa1a351aa25fd6335f0
change-id: 20221114-narmstrong-sm8550-upstream-bwmon-a7c6227fab6d
Best regards,
--
Neil Armstrong <neil.armstrong@linaro.org>
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v2] dt-bindings: interconnect: qcom-bwmon: document SM8550 compatibles
2022-11-18 8:29 [PATCH v2] dt-bindings: interconnect: qcom-bwmon: document SM8550 compatibles Neil Armstrong
@ 2023-01-09 10:09 ` Neil Armstrong
2023-01-09 11:18 ` Georgi Djakov
0 siblings, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2023-01-09 10:09 UTC (permalink / raw)
To: Georgi Djakov, Bjorn Andersson, Andy Gross, Rob Herring,
Konrad Dybcio
Cc: devicetree, linux-pm, linux-arm-msm, Krzysztof Kozlowski,
linux-kernel
Hi Georgi,
On 18/11/2022 09:29, Neil Armstrong wrote:
> Document the compatibles used to describe the Bandwidth Monitors
> present on the SM8550 platform.
>
> A BWMON v4 IP monitors the CPU bandwidth, and a v5 does the LLCC
> bandwidth monitoring.
>
> This is described by adding "llcc" and "cpu" into the compatible
> strings to differentiate the BWMON IPs.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> To: Andy Gross <agross@kernel.org>
> To: Bjorn Andersson <andersson@kernel.org>
> To: Konrad Dybcio <konrad.dybcio@somainline.org>
> To: Georgi Djakov <djakov@kernel.org>
> To: Rob Herring <robh+dt@kernel.org>
> Cc: linux-arm-msm@vger.kernel.org
> Cc: linux-pm@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> ---
> Changes in v2:
> - Reworded commit message
> - Added Reviewed-by from Krzysztof
> - Link to v1: https://lore.kernel.org/r/20221114-narmstrong-sm8550-upstream-bwmon-v1-0-b6dd08927f35@linaro.org
> ---
> .../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
<snip>
Gentle ping,
Thanks,
Neil
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] dt-bindings: interconnect: qcom-bwmon: document SM8550 compatibles
2023-01-09 10:09 ` Neil Armstrong
@ 2023-01-09 11:18 ` Georgi Djakov
2023-01-09 12:09 ` neil.armstrong
0 siblings, 1 reply; 4+ messages in thread
From: Georgi Djakov @ 2023-01-09 11:18 UTC (permalink / raw)
To: neil.armstrong, Bjorn Andersson, Andy Gross, Rob Herring,
Konrad Dybcio
Cc: devicetree, linux-pm, linux-arm-msm, Krzysztof Kozlowski,
linux-kernel
Hi Neil,
On 9.01.23 12:09, Neil Armstrong wrote:
> Hi Georgi,
>
> On 18/11/2022 09:29, Neil Armstrong wrote:
>> Document the compatibles used to describe the Bandwidth Monitors
>> present on the SM8550 platform.
>>
>> A BWMON v4 IP monitors the CPU bandwidth, and a v5 does the LLCC
>> bandwidth monitoring.
>>
>> This is described by adding "llcc" and "cpu" into the compatible
>> strings to differentiate the BWMON IPs.
>>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> ---
>> To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>> To: Andy Gross <agross@kernel.org>
>> To: Bjorn Andersson <andersson@kernel.org>
>> To: Konrad Dybcio <konrad.dybcio@somainline.org>
>> To: Georgi Djakov <djakov@kernel.org>
>> To: Rob Herring <robh+dt@kernel.org>
>> Cc: linux-arm-msm@vger.kernel.org
>> Cc: linux-pm@vger.kernel.org
>> Cc: devicetree@vger.kernel.org
>> Cc: linux-kernel@vger.kernel.org
>> ---
>> Changes in v2:
>> - Reworded commit message
>> - Added Reviewed-by from Krzysztof
>> - Link to v1:
>> https://lore.kernel.org/r/20221114-narmstrong-sm8550-upstream-bwmon-v1-0-b6dd08927f35@linaro.org
>> ---
>> .../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>
> <snip>
>
>
> Gentle ping,
Thanks for the patch! Could you please rebase and resend?
BR,
Georgi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2] dt-bindings: interconnect: qcom-bwmon: document SM8550 compatibles
2023-01-09 11:18 ` Georgi Djakov
@ 2023-01-09 12:09 ` neil.armstrong
0 siblings, 0 replies; 4+ messages in thread
From: neil.armstrong @ 2023-01-09 12:09 UTC (permalink / raw)
To: Georgi Djakov, Bjorn Andersson, Andy Gross, Rob Herring,
Konrad Dybcio
Cc: devicetree, linux-pm, linux-arm-msm, Krzysztof Kozlowski,
linux-kernel
On 09/01/2023 12:18, Georgi Djakov wrote:
> Hi Neil,
>
> On 9.01.23 12:09, Neil Armstrong wrote:
>> Hi Georgi,
>>
>> On 18/11/2022 09:29, Neil Armstrong wrote:
>>> Document the compatibles used to describe the Bandwidth Monitors
>>> present on the SM8550 platform.
>>>
>>> A BWMON v4 IP monitors the CPU bandwidth, and a v5 does the LLCC
>>> bandwidth monitoring.
>>>
>>> This is described by adding "llcc" and "cpu" into the compatible
>>> strings to differentiate the BWMON IPs.
>>>
>>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>>> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>> ---
>>> To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>> To: Andy Gross <agross@kernel.org>
>>> To: Bjorn Andersson <andersson@kernel.org>
>>> To: Konrad Dybcio <konrad.dybcio@somainline.org>
>>> To: Georgi Djakov <djakov@kernel.org>
>>> To: Rob Herring <robh+dt@kernel.org>
>>> Cc: linux-arm-msm@vger.kernel.org
>>> Cc: linux-pm@vger.kernel.org
>>> Cc: devicetree@vger.kernel.org
>>> Cc: linux-kernel@vger.kernel.org
>>> ---
>>> Changes in v2:
>>> - Reworded commit message
>>> - Added Reviewed-by from Krzysztof
>>> - Link to v1: https://lore.kernel.org/r/20221114-narmstrong-sm8550-upstream-bwmon-v1-0-b6dd08927f35@linaro.org
>>> ---
>>> .../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 5 +++++
>>> 1 file changed, 5 insertions(+)
>>>
>>
>> <snip>
>>
>>
>> Gentle ping,
>
> Thanks for the patch! Could you please rebase and resend?
Sure
Thanks,
Neil
>
> BR,
> Georgi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-01-09 12:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-18 8:29 [PATCH v2] dt-bindings: interconnect: qcom-bwmon: document SM8550 compatibles Neil Armstrong
2023-01-09 10:09 ` Neil Armstrong
2023-01-09 11:18 ` Georgi Djakov
2023-01-09 12:09 ` neil.armstrong
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).