Linux Power Management development
 help / color / mirror / Atom feed
* [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
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ 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] 5+ 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
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ 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] 5+ 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
  2022-12-09 15:26 ` [thermal: thermal/next] " thermal-bot for Krzysztof Kozlowski
  3 siblings, 0 replies; 5+ 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] 5+ 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
  2022-12-09 15:26 ` [thermal: thermal/next] " thermal-bot for Krzysztof Kozlowski
  3 siblings, 0 replies; 5+ 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] 5+ messages in thread

* [thermal: thermal/next] 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
                   ` (2 preceding siblings ...)
  2022-12-04 16:43 ` Daniel Lezcano
@ 2022-12-09 15:26 ` thermal-bot for Krzysztof Kozlowski
  3 siblings, 0 replies; 5+ messages in thread
From: thermal-bot for Krzysztof Kozlowski @ 2022-12-09 15:26 UTC (permalink / raw)
  To: linux-pm
  Cc: Krzysztof Kozlowski, Daniel Lezcano, rui.zhang, daniel.lezcano,
	amitk

The following commit has been merged into the thermal/next branch of thermal:

Commit-ID:     37ab48c365e6f89d0e228725eeca66828f04a985
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//37ab48c365e6f89d0e228725eeca66828f04a985
Author:        Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
AuthorDate:    Wed, 16 Nov 2022 12:31:40 +01:00
Committer:     Daniel Lezcano <daniel.lezcano@kernel.org>
CommitterDate: Thu, 08 Dec 2022 14:30:44 +01:00

dt-bindings: thermal: qcom-tsens: narrow interrupts for SC8280XP, SM6350 and SM8450

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>
Link: https://lore.kernel.org/r/20221116113140.69587-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.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 f0bd4b9..5bcfddc 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:

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

end of thread, other threads:[~2022-12-09 15:26 UTC | newest]

Thread overview: 5+ 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
2022-12-09 15:26 ` [thermal: thermal/next] " thermal-bot for Krzysztof Kozlowski

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