The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: interconnect: qcom-bwmon: Add Hawi cpu-bwmon compatible
@ 2026-04-27 18:22 Mukesh Ojha
  2026-04-27 20:16 ` Krzysztof Kozlowski
  2026-05-18 11:29 ` Mukesh Ojha
  0 siblings, 2 replies; 4+ messages in thread
From: Mukesh Ojha @ 2026-04-27 18:22 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Georgi Djakov, Rob Herring, Conor Dooley
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel, Mukesh Ojha

Add the Qualcomm Hawi SoC compatible string for the CPU bandwidth
monitor and there is single instance present globally to monitor
the traffic from CPU to LLCC.

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
 .../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 ce79521bb1ef..82b1d94d3010 100644
--- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
+++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
@@ -26,6 +26,7 @@ properties:
       - items:
           - enum:
               - qcom,glymur-cpu-bwmon
+              - qcom,hawi-cpu-bwmon
               - qcom,kaanapali-cpu-bwmon
               - qcom,qcm2290-cpu-bwmon
               - qcom,qcs615-cpu-bwmon
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: interconnect: qcom-bwmon: Add Hawi cpu-bwmon compatible
  2026-04-27 18:22 [PATCH] dt-bindings: interconnect: qcom-bwmon: Add Hawi cpu-bwmon compatible Mukesh Ojha
@ 2026-04-27 20:16 ` Krzysztof Kozlowski
  2026-05-18 11:29 ` Mukesh Ojha
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-27 20:16 UTC (permalink / raw)
  To: Mukesh Ojha, Georgi Djakov, Rob Herring, Conor Dooley
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel

On 27/04/2026 20:22, Mukesh Ojha wrote:
> Add the Qualcomm Hawi SoC compatible string for the CPU bandwidth
> monitor and there is single instance present globally to monitor
> the traffic from CPU to LLCC.
> 
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---
>  .../devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml     | 1 +
>  1 file changed, 1 insertion(+)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: interconnect: qcom-bwmon: Add Hawi cpu-bwmon compatible
  2026-04-27 18:22 [PATCH] dt-bindings: interconnect: qcom-bwmon: Add Hawi cpu-bwmon compatible Mukesh Ojha
  2026-04-27 20:16 ` Krzysztof Kozlowski
@ 2026-05-18 11:29 ` Mukesh Ojha
  2026-05-18 12:28   ` Georgi Djakov
  1 sibling, 1 reply; 4+ messages in thread
From: Mukesh Ojha @ 2026-05-18 11:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Georgi Djakov, Rob Herring, Conor Dooley
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel

Hi Georgi,

On Mon, Apr 27, 2026 at 11:52:55PM +0530, Mukesh Ojha wrote:
> Add the Qualcomm Hawi SoC compatible string for the CPU bandwidth
> monitor and there is single instance present globally to monitor
> the traffic from CPU to LLCC.
> 
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---
>  .../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 ce79521bb1ef..82b1d94d3010 100644
> --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
> @@ -26,6 +26,7 @@ properties:
>        - items:
>            - enum:
>                - qcom,glymur-cpu-bwmon
> +              - qcom,hawi-cpu-bwmon
>                - qcom,kaanapali-cpu-bwmon
>                - qcom,qcm2290-cpu-bwmon
>                - qcom,qcs615-cpu-bwmon
> -- 
> 2.53.0
> 

I am hoping, you would be picking this., let me know.

-- 
-Mukesh Ojha

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: interconnect: qcom-bwmon: Add Hawi cpu-bwmon compatible
  2026-05-18 11:29 ` Mukesh Ojha
@ 2026-05-18 12:28   ` Georgi Djakov
  0 siblings, 0 replies; 4+ messages in thread
From: Georgi Djakov @ 2026-05-18 12:28 UTC (permalink / raw)
  To: Mukesh Ojha, Krzysztof Kozlowski, Rob Herring, Conor Dooley
  Cc: linux-arm-msm, linux-pm, devicetree, linux-kernel

On 5/18/26 2:29 PM, Mukesh Ojha wrote:
> Hi Georgi,
> 
> On Mon, Apr 27, 2026 at 11:52:55PM +0530, Mukesh Ojha wrote:
>> Add the Qualcomm Hawi SoC compatible string for the CPU bandwidth
>> monitor and there is single instance present globally to monitor
>> the traffic from CPU to LLCC.
>>
>> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
>> ---
>>   .../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 ce79521bb1ef..82b1d94d3010 100644
>> --- a/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
>> +++ b/Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
>> @@ -26,6 +26,7 @@ properties:
>>         - items:
>>             - enum:
>>                 - qcom,glymur-cpu-bwmon
>> +              - qcom,hawi-cpu-bwmon
>>                 - qcom,kaanapali-cpu-bwmon
>>                 - qcom,qcm2290-cpu-bwmon
>>                 - qcom,qcs615-cpu-bwmon
>> -- 
>> 2.53.0
>>
> 
> I am hoping, you would be picking this., let me know.

Yes, i applied it.

Thanks,
Georgi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-18 12:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-27 18:22 [PATCH] dt-bindings: interconnect: qcom-bwmon: Add Hawi cpu-bwmon compatible Mukesh Ojha
2026-04-27 20:16 ` Krzysztof Kozlowski
2026-05-18 11:29 ` Mukesh Ojha
2026-05-18 12:28   ` Georgi Djakov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox