* [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
@ 2026-06-02 6:54 Yijie Yang
2026-06-08 8:02 ` Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Yijie Yang @ 2026-06-02 6:54 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>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
2026-06-02 6:54 [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible Yijie Yang
@ 2026-06-08 8:02 ` Krzysztof Kozlowski
2026-07-15 1:51 ` Yijie Yang
2026-08-11 3:27 ` Jingyi Wang
2 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-08 8:02 UTC (permalink / raw)
To: Yijie Yang
Cc: Georgi Djakov, Rob Herring, Conor Dooley, linux-arm-msm, linux-pm,
devicetree, linux-kernel
On Tue, Jun 02, 2026 at 02:54:13PM +0800, 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
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
2026-06-02 6:54 [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible Yijie Yang
2026-06-08 8:02 ` Krzysztof Kozlowski
@ 2026-07-15 1:51 ` Yijie Yang
2026-08-11 3:27 ` Jingyi Wang
2 siblings, 0 replies; 5+ messages in thread
From: Yijie Yang @ 2026-07-15 1:51 UTC (permalink / raw)
To: Krzysztof Kozlowski, Georgi Djakov, Rob Herring, Conor Dooley
Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel
On 6/2/2026 2:54 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>
Gentle ping: could you please applying this patch?
>
--
Best Regards,
Yijie
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
2026-06-02 6:54 [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible Yijie Yang
2026-06-08 8:02 ` Krzysztof Kozlowski
2026-07-15 1:51 ` Yijie Yang
@ 2026-08-11 3:27 ` Jingyi Wang
2026-08-11 5:43 ` Krzysztof Kozlowski
2 siblings, 1 reply; 5+ messages in thread
From: Jingyi Wang @ 2026-08-11 3:27 UTC (permalink / raw)
To: Yijie Yang, Krzysztof Kozlowski, Georgi Djakov, Rob Herring,
Conor Dooley
Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel
On 6/2/2026 2:54 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>
>
>
This change applies cleanly on linux-next.
Reviewed-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
Thanks,
Jingyi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible
2026-08-11 3:27 ` Jingyi Wang
@ 2026-08-11 5:43 ` Krzysztof Kozlowski
0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-11 5:43 UTC (permalink / raw)
To: Jingyi Wang, Yijie Yang, Georgi Djakov, Rob Herring, Conor Dooley
Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel
On 11/08/2026 05:27, Jingyi Wang wrote:
>
>
> On 6/2/2026 2:54 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>
>>
>>
>
> This change applies cleanly on linux-next.
>
> Reviewed-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
Such one liners do not need more review. They are pending not because of
lack of reviews. This should have been resent.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-08-11 5:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-02 6:54 [PATCH v2] dt-bindings: interconnect: qcom-bwmon: Add Maili cpu-bwmon compatible Yijie Yang
2026-06-08 8:02 ` Krzysztof Kozlowski
2026-07-15 1:51 ` Yijie Yang
2026-08-11 3:27 ` Jingyi Wang
2026-08-11 5:43 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox