* [PATCH RESEND 0/2] Lost tsens compatibles
@ 2023-05-16 11:53 Konrad Dybcio
2023-05-16 11:53 ` [PATCH RESEND 1/2] dt-bindings: thermal: tsens: Add QCM2290 Konrad Dybcio
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Konrad Dybcio @ 2023-05-16 11:53 UTC (permalink / raw)
To: Amit Kucheria, Thara Gopinath, Andy Gross, Bjorn Andersson,
Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Marijn Suijten, linux-pm, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio, Krzysztof Kozlowski
Resending what's been lost in the following series:
https://lore.kernel.org/linux-arm-msm/f7f38099-f183-d7b6-f542-1bdac6652a77@linaro.org/
https://lore.kernel.org/linux-arm-msm/20230314-topic-2290_compats-v1-0-47e26c3c0365@linaro.org/
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
dt-bindings: thermal: tsens: Add QCM2290
dt-bindings: thermal: tsens: Add compatible for SM6375
Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++
1 file changed, 2 insertions(+)
---
base-commit: 885df05bf634d589fbf030c3751614eaa453fb5d
change-id: 20230516-topic-lost_tsens_bindings-29d6be3d7f2a
Best regards,
--
Konrad Dybcio <konrad.dybcio@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH RESEND 1/2] dt-bindings: thermal: tsens: Add QCM2290
2023-05-16 11:53 [PATCH RESEND 0/2] Lost tsens compatibles Konrad Dybcio
@ 2023-05-16 11:53 ` Konrad Dybcio
2023-05-16 11:53 ` [PATCH RESEND 2/2] dt-bindings: thermal: tsens: Add compatible for SM6375 Konrad Dybcio
2023-05-30 15:47 ` [PATCH RESEND 0/2] Lost tsens compatibles Daniel Lezcano
2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2023-05-16 11:53 UTC (permalink / raw)
To: Amit Kucheria, Thara Gopinath, Andy Gross, Bjorn Andersson,
Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Marijn Suijten, linux-pm, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio, Krzysztof Kozlowski
Add the TSENS v2.x controller found on QCM2290.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
index d1ec963a6834..2739b2bead7b 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -48,6 +48,7 @@ properties:
- qcom,msm8953-tsens
- qcom,msm8996-tsens
- qcom,msm8998-tsens
+ - qcom,qcm2290-tsens
- qcom,sc7180-tsens
- qcom,sc7280-tsens
- qcom,sc8180x-tsens
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH RESEND 2/2] dt-bindings: thermal: tsens: Add compatible for SM6375
2023-05-16 11:53 [PATCH RESEND 0/2] Lost tsens compatibles Konrad Dybcio
2023-05-16 11:53 ` [PATCH RESEND 1/2] dt-bindings: thermal: tsens: Add QCM2290 Konrad Dybcio
@ 2023-05-16 11:53 ` Konrad Dybcio
2023-05-30 15:47 ` [PATCH RESEND 0/2] Lost tsens compatibles Daniel Lezcano
2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2023-05-16 11:53 UTC (permalink / raw)
To: Amit Kucheria, Thara Gopinath, Andy Gross, Bjorn Andersson,
Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Marijn Suijten, linux-pm, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio, Krzysztof Kozlowski
The Qualcomm SM6375 platform has two instances of the tsens v2.8.0 block,
add a compatible for these instances.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
index 2739b2bead7b..d9aa54c11663 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -57,6 +57,7 @@ properties:
- qcom,sdm845-tsens
- qcom,sm6115-tsens
- qcom,sm6350-tsens
+ - qcom,sm6375-tsens
- qcom,sm8150-tsens
- qcom,sm8250-tsens
- qcom,sm8350-tsens
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH RESEND 0/2] Lost tsens compatibles
2023-05-16 11:53 [PATCH RESEND 0/2] Lost tsens compatibles Konrad Dybcio
2023-05-16 11:53 ` [PATCH RESEND 1/2] dt-bindings: thermal: tsens: Add QCM2290 Konrad Dybcio
2023-05-16 11:53 ` [PATCH RESEND 2/2] dt-bindings: thermal: tsens: Add compatible for SM6375 Konrad Dybcio
@ 2023-05-30 15:47 ` Daniel Lezcano
2 siblings, 0 replies; 4+ messages in thread
From: Daniel Lezcano @ 2023-05-30 15:47 UTC (permalink / raw)
To: Konrad Dybcio, Amit Kucheria, Thara Gopinath, Andy Gross,
Bjorn Andersson, Rafael J. Wysocki, Zhang Rui, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Marijn Suijten, linux-pm, linux-arm-msm, devicetree, linux-kernel,
Krzysztof Kozlowski
On 16/05/2023 13:53, Konrad Dybcio wrote:
> Resending what's been lost in the following series:
>
> https://lore.kernel.org/linux-arm-msm/f7f38099-f183-d7b6-f542-1bdac6652a77@linaro.org/
> https://lore.kernel.org/linux-arm-msm/20230314-topic-2290_compats-v1-0-47e26c3c0365@linaro.org/
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@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:[~2023-05-30 15:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-16 11:53 [PATCH RESEND 0/2] Lost tsens compatibles Konrad Dybcio
2023-05-16 11:53 ` [PATCH RESEND 1/2] dt-bindings: thermal: tsens: Add QCM2290 Konrad Dybcio
2023-05-16 11:53 ` [PATCH RESEND 2/2] dt-bindings: thermal: tsens: Add compatible for SM6375 Konrad Dybcio
2023-05-30 15:47 ` [PATCH RESEND 0/2] Lost tsens compatibles 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).