* [PATCH RESEND v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
@ 2026-08-11 8:46 Yijie Yang
2026-08-11 8:50 ` Krzysztof Kozlowski
2026-08-11 8:53 ` Yijie Yang
0 siblings, 2 replies; 5+ messages in thread
From: Yijie Yang @ 2026-08-11 8:46 UTC (permalink / raw)
To: Krzysztof Kozlowski, Georgi Djakov, Rob Herring, Conor Dooley
Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel, Yijie Yang
Add the Qualcomm Maili SoC compatible string for the CPU bandwidth
monitor (BWMONv4). This falls back to the sdm845-bwmon compatible,
consistent with the existing pattern used by other recent SoCs such as
sm8750 and kaanapali.
Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
---
Changes in v2:
- Drop Assisted-by tag; no functional change.
- Link to v1: https://patch.msgid.link/20260525-bwmon-v1-1-b8f6e189c3e3@oss.qualcomm.com
---
Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
index 82b1d94d3010..7989db1aa774 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
@@ -28,6 +28,7 @@ properties:
- qcom,glymur-cpu-bwmon
- qcom,hawi-cpu-bwmon
- qcom,kaanapali-cpu-bwmon
+ - qcom,maili-cpu-bwmon
- qcom,qcm2290-cpu-bwmon
- qcom,qcs615-cpu-bwmon
- qcom,qcs8300-cpu-bwmon
---
base-commit: 550604d6c9b9efc8d068aff94dc301694a7afdee
change-id: 20260512-bwmon-ecb43fda63c9
Best regards,
--
Yijie Yang <yijie.yang@oss.qualcomm.com>
--
Yijie Yang <yijie.yang@oss.qualcomm.com>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH RESEND v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
2026-08-11 8:46 [PATCH RESEND v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible Yijie Yang
@ 2026-08-11 8:50 ` Krzysztof Kozlowski
2026-08-11 8:53 ` Yijie Yang
1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-11 8:50 UTC (permalink / raw)
To: Yijie Yang, Georgi Djakov, Rob Herring, Conor Dooley
Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel
On 11/08/2026 10:46, Yijie Yang wrote:
> Add the Qualcomm Maili SoC compatible string for the CPU bandwidth
> monitor (BWMONv4). This falls back to the sdm845-bwmon compatible,
> consistent with the existing pattern used by other recent SoCs such as
> sm8750 and kaanapali.
>
> Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
> ---
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH RESEND v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
2026-08-11 8:46 [PATCH RESEND v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible Yijie Yang
2026-08-11 8:50 ` Krzysztof Kozlowski
@ 2026-08-11 8:53 ` Yijie Yang
2026-08-11 8:57 ` Krzysztof Kozlowski
1 sibling, 1 reply; 5+ messages in thread
From: Yijie Yang @ 2026-08-11 8:53 UTC (permalink / raw)
To: Krzysztof Kozlowski, Georgi Djakov, Rob Herring, Conor Dooley
Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel
On 8/11/2026 4:46 PM, Yijie Yang wrote:
> Add the Qualcomm Maili SoC compatible string for the CPU bandwidth
> monitor (BWMONv4). This falls back to the sdm845-bwmon compatible,
> consistent with the existing pattern used by other recent SoCs such as
> sm8750 and kaanapali.
>
> Signed-off-by: Yijie Yang <yijie.yang@oss.qualcomm.com>
> ---
> Changes in v2:
> - Drop Assisted-by tag; no functional change.
> - Link to v1: https://patch.msgid.link/20260525-bwmon-v1-1-b8f6e189c3e3@oss.qualcomm.com
> ---
> Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> index 82b1d94d3010..7989db1aa774 100644
> --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> @@ -28,6 +28,7 @@ properties:
> - qcom,glymur-cpu-bwmon
> - qcom,hawi-cpu-bwmon
> - qcom,kaanapali-cpu-bwmon
> + - qcom,maili-cpu-bwmon
> - qcom,qcm2290-cpu-bwmon
> - qcom,qcs615-cpu-bwmon
> - qcom,qcs8300-cpu-bwmon
>
> ---
> base-commit: 550604d6c9b9efc8d068aff94dc301694a7afdee
> change-id: 20260512-bwmon-ecb43fda63c9
>
> Best regards,
> --
> Yijie Yang <yijie.yang@oss.qualcomm.com>
Sorry for missing the previous Reviewed-by and Acked-by tags. I'll send
a v3 update to include them.
--
Best Regards,
Yijie
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH RESEND v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
2026-08-11 8:53 ` Yijie Yang
@ 2026-08-11 8:57 ` Krzysztof Kozlowski
2026-08-11 9:10 ` Yijie Yang
0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-11 8:57 UTC (permalink / raw)
To: Yijie Yang, Georgi Djakov, Rob Herring, Conor Dooley
Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel
On 11/08/2026 10:53, Yijie Yang wrote:
>> ---
>> base-commit: 550604d6c9b9efc8d068aff94dc301694a7afdee
>> change-id: 20260512-bwmon-ecb43fda63c9
>>
>> Best regards,
>> --
>> Yijie Yang <yijie.yang@oss.qualcomm.com>
>
> Sorry for missing the previous Reviewed-by and Acked-by tags. I'll send
> a v3 update to include them.
>
So how is this resend actually helping to get the code merged. :/
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH RESEND v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
2026-08-11 8:57 ` Krzysztof Kozlowski
@ 2026-08-11 9:10 ` Yijie Yang
0 siblings, 0 replies; 5+ messages in thread
From: Yijie Yang @ 2026-08-11 9:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Georgi Djakov, Rob Herring, Conor Dooley
Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel
On 8/11/2026 4:57 PM, Krzysztof Kozlowski wrote:
> On 11/08/2026 10:53, Yijie Yang wrote:
>>> ---
>>> base-commit: 550604d6c9b9efc8d068aff94dc301694a7afdee
>>> change-id: 20260512-bwmon-ecb43fda63c9
>>>
>>> Best regards,
>>> --
>>> Yijie Yang <yijie.yang@oss.qualcomm.com>
>>
>> Sorry for missing the previous Reviewed-by and Acked-by tags. I'll send
>> a v3 update to include them.
>>
>
> So how is this resend actually helping to get the code merged. :/
>
> Best regards,
> Krzysztof
Fair point. The patch itself hasn't changed. I only realized after
sending the RESEND that I had dropped the previously received
Reviewed-by and Acked-by tags. I won't spinning a new version just for that.
Previously received trailers:
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
--
Best Regards,
Yijie
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-08-11 9:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 8:46 [PATCH RESEND v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible Yijie Yang
2026-08-11 8:50 ` Krzysztof Kozlowski
2026-08-11 8:53 ` Yijie Yang
2026-08-11 8:57 ` Krzysztof Kozlowski
2026-08-11 9:10 ` Yijie Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox