* [PATCH] dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and SM8450
@ 2022-11-16 11:31 Krzysztof Kozlowski
2022-11-17 8:11 ` Neil Armstrong
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-16 11:31 UTC (permalink / raw)
To: Amit Kucheria, Thara Gopinath, Andy Gross, Bjorn Andersson,
Konrad Dybcio, Rafael J. Wysocki, Daniel Lezcano, Zhang Rui,
Rob Herring, Krzysztof Kozlowski, linux-pm, linux-arm-msm,
devicetree, linux-kernel
Cc: Krzysztof Kozlowski, Neil Armstrong
Narrow number of interrupts per variants: SC8280XP, SM6350 and SM8450.
The compatibles are already used and described. They only missed the
constraints of number of interrupts.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
Cc: Neil Armstrong <neil.armstrong@linaro.org>
---
Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
index f0bd4b979e28..5bcfddc877d3 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -146,11 +146,14 @@ allOf:
- qcom,sc7180-tsens
- qcom,sc7280-tsens
- qcom,sc8180x-tsens
+ - qcom,sc8280xp-tsens
- qcom,sdm630-tsens
- qcom,sdm845-tsens
+ - qcom,sm6350-tsens
- qcom,sm8150-tsens
- qcom,sm8250-tsens
- qcom,sm8350-tsens
+ - qcom,sm8450-tsens
- qcom,tsens-v2
then:
properties:
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and SM8450
2022-11-16 11:31 [PATCH] dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and SM8450 Krzysztof Kozlowski
@ 2022-11-17 8:11 ` Neil Armstrong
2022-11-25 15:47 ` Krzysztof Kozlowski
2022-12-04 16:43 ` Daniel Lezcano
2 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2022-11-17 8:11 UTC (permalink / raw)
To: Krzysztof Kozlowski, Amit Kucheria, Thara Gopinath, Andy Gross,
Bjorn Andersson, Konrad Dybcio, Rafael J. Wysocki, Daniel Lezcano,
Zhang Rui, Rob Herring, Krzysztof Kozlowski, linux-pm,
linux-arm-msm, devicetree, linux-kernel
On 16/11/2022 12:31, Krzysztof Kozlowski wrote:
> Narrow number of interrupts per variants: SC8280XP, SM6350 and SM8450.
> The compatibles are already used and described. They only missed the
> constraints of number of interrupts.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
>
> Cc: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> index f0bd4b979e28..5bcfddc877d3 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -146,11 +146,14 @@ allOf:
> - qcom,sc7180-tsens
> - qcom,sc7280-tsens
> - qcom,sc8180x-tsens
> + - qcom,sc8280xp-tsens
> - qcom,sdm630-tsens
> - qcom,sdm845-tsens
> + - qcom,sm6350-tsens
> - qcom,sm8150-tsens
> - qcom,sm8250-tsens
> - qcom,sm8350-tsens
> + - qcom,sm8450-tsens
> - qcom,tsens-v2
> then:
> properties:
Thanks, I will rebase the SM8550 change on this patch,
Neil
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and SM8450
2022-11-16 11:31 [PATCH] dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and SM8450 Krzysztof Kozlowski
2022-11-17 8:11 ` Neil Armstrong
@ 2022-11-25 15:47 ` Krzysztof Kozlowski
2022-12-04 16:43 ` Daniel Lezcano
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-11-25 15:47 UTC (permalink / raw)
To: Daniel Lezcano
Cc: Neil Armstrong, linux-pm, Rafael J. Wysocki, Rob Herring,
Bjorn Andersson, Zhang Rui, Krzysztof Kozlowski, linux-arm-msm,
devicetree, Amit Kucheria, Thara Gopinath, Andy Gross,
Konrad Dybcio, linux-kernel
On 16/11/2022 12:31, Krzysztof Kozlowski wrote:
> Narrow number of interrupts per variants: SC8280XP, SM6350 and SM8450.
> The compatibles are already used and described. They only missed the
> constraints of number of interrupts.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
>
> Cc: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 3 +++
> 1 file changed, 3 insertions(+)
Hi Daniel,
Can you pick it up for upcoming merge window?
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and SM8450
2022-11-16 11:31 [PATCH] dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and SM8450 Krzysztof Kozlowski
2022-11-17 8:11 ` Neil Armstrong
2022-11-25 15:47 ` Krzysztof Kozlowski
@ 2022-12-04 16:43 ` Daniel Lezcano
2 siblings, 0 replies; 4+ messages in thread
From: Daniel Lezcano @ 2022-12-04 16:43 UTC (permalink / raw)
To: Krzysztof Kozlowski, Amit Kucheria, Thara Gopinath, Andy Gross,
Bjorn Andersson, Konrad Dybcio, Rafael J. Wysocki, Zhang Rui,
Rob Herring, Krzysztof Kozlowski, linux-pm, linux-arm-msm,
devicetree, linux-kernel
Cc: Neil Armstrong
On 16/11/2022 12:31, Krzysztof Kozlowski wrote:
> Narrow number of interrupts per variants: SC8280XP, SM6350 and SM8450.
> The compatibles are already used and described. They only missed the
> constraints of number of interrupts.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Applied, thanks
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-12-04 16:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 11:31 [PATCH] dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and SM8450 Krzysztof Kozlowski
2022-11-17 8:11 ` Neil Armstrong
2022-11-25 15:47 ` Krzysztof Kozlowski
2022-12-04 16:43 ` Daniel Lezcano
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).