linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] dt-binding patches for sm6350
@ 2021-12-13  8:26 Luca Weiss
  2021-12-13  8:26 ` [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible Luca Weiss
  2021-12-15 22:27 ` (subset) [PATCH 00/10] dt-binding patches for sm6350 Bjorn Andersson
  0 siblings, 2 replies; 7+ messages in thread
From: Luca Weiss @ 2021-12-13  8:26 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: ~postmarketos/upstreaming, phone-devel, Luca Weiss, Amit Kucheria,
	AngeloGioacchino Del Regno, Bartlomiej Zolnierkiewicz,
	Bjorn Andersson, de Goede, devicetree, dri-devel, Konrad Dybcio,
	linux-fbdev, linux-kernel, linux-phy, linux-pm, linux-usb,
	linux-watchdog, Manivannan Sadhasivam, Manu Gautam,
	Prakash Ranjan, Rishabh Bhatnagar, Rob Herring, Zhang Rui

This series adds compatibles to the dt-bindings documentation where it
was missed before.

Finally, the last patch solves some further dtbs_check errors by
modifying the sm6350.dtsi to match the binding docs more closely.

Please note, that the first patch from Konrad is a resend that wasn't
picked up when sent to the lists in August 2021.

Konrad Dybcio (1):
  dt-bindings: arm: msm: Add LLCC for SM6350

Luca Weiss (9):
  dt-bindings: firmware: scm: Add SM6350 compatible
  dt-bindings: qcom,pdc: Add SM6350 compatible
  dt-bindings: phy: qcom,qusb2: Add SM6350 compatible
  dt-bindings: thermal: tsens: Add SM6350 compatible
  dt-bindings: usb: qcom,dwc3: Add SM6350 compatible
  dt-bindings: watchdog: Add SM6350 and SM8250 compatible
  dt-bindings: arm: msm: Don't mark LLCC interrupt as required
  dt-bindings: simple-framebuffer: allow standalone compatible
  arm64: dts: qcom: sm6350: Fix validation errors

 .../devicetree/bindings/arm/msm/qcom,llcc.yaml   |  2 +-
 .../bindings/display/simple-framebuffer.yaml     | 12 +++++++-----
 .../devicetree/bindings/firmware/qcom,scm.txt    |  1 +
 .../bindings/interrupt-controller/qcom,pdc.txt   |  5 +++--
 .../devicetree/bindings/phy/qcom,qusb2-phy.yaml  |  1 +
 .../devicetree/bindings/thermal/qcom-tsens.yaml  |  1 +
 .../devicetree/bindings/usb/qcom,dwc3.yaml       |  1 +
 .../devicetree/bindings/watchdog/qcom-wdt.yaml   |  2 ++
 arch/arm64/boot/dts/qcom/sm6350.dtsi             | 16 ++++++++--------
 9 files changed, 25 insertions(+), 16 deletions(-)

-- 
2.34.1


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

* [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible
  2021-12-13  8:26 [PATCH 00/10] dt-binding patches for sm6350 Luca Weiss
@ 2021-12-13  8:26 ` Luca Weiss
  2021-12-15 20:10   ` Rob Herring
  2021-12-15 22:27 ` (subset) [PATCH 00/10] dt-binding patches for sm6350 Bjorn Andersson
  1 sibling, 1 reply; 7+ messages in thread
From: Luca Weiss @ 2021-12-13  8:26 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: ~postmarketos/upstreaming, phone-devel, Luca Weiss, Konrad Dybcio,
	Amit Kucheria, Thara Gopinath, Andy Gross, Bjorn Andersson,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, Rob Herring,
	linux-pm, devicetree, linux-kernel

Add devicetree compatible for tsens on SM6350 SoC.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Acked-by: Konrad Dybcio <konrad.dybcio@somainline.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 d3b9e9b600a2..6d48c5ff6bda 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -50,6 +50,7 @@ properties:
               - qcom,sc8180x-tsens
               - qcom,sdm630-tsens
               - qcom,sdm845-tsens
+              - qcom,sm6350-tsens
               - qcom,sm8150-tsens
               - qcom,sm8250-tsens
               - qcom,sm8350-tsens
-- 
2.34.1


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

* Re: [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible
  2021-12-13  8:26 ` [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible Luca Weiss
@ 2021-12-15 20:10   ` Rob Herring
  2022-04-08 11:25     ` Luca Weiss
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2021-12-15 20:10 UTC (permalink / raw)
  To: Luca Weiss
  Cc: Konrad Dybcio, Rob Herring, ~postmarketos/upstreaming,
	linux-arm-msm, Bjorn Andersson, Amit Kucheria, linux-kernel,
	Rafael J. Wysocki, Zhang Rui, devicetree, Thara Gopinath,
	Daniel Lezcano, linux-pm, phone-devel, Andy Gross

On Mon, 13 Dec 2021 09:26:06 +0100, Luca Weiss wrote:
> Add devicetree compatible for tsens on SM6350 SoC.
> 
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: (subset) [PATCH 00/10] dt-binding patches for sm6350
  2021-12-13  8:26 [PATCH 00/10] dt-binding patches for sm6350 Luca Weiss
  2021-12-13  8:26 ` [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible Luca Weiss
@ 2021-12-15 22:27 ` Bjorn Andersson
  1 sibling, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2021-12-15 22:27 UTC (permalink / raw)
  To: linux-arm-msm, Luca Weiss
  Cc: Konrad Dybcio, de Goede, linux-phy, linux-fbdev,
	AngeloGioacchino Del Regno, Rishabh Bhatnagar, Rob Herring,
	Prakash Ranjan, Amit Kucheria, phone-devel, linux-usb, Zhang Rui,
	~postmarketos/upstreaming, Bartlomiej Zolnierkiewicz, dri-devel,
	linux-kernel, Manivannan Sadhasivam, linux-pm, devicetree,
	linux-watchdog, Manu Gautam

On Mon, 13 Dec 2021 09:26:01 +0100, Luca Weiss wrote:
> This series adds compatibles to the dt-bindings documentation where it
> was missed before.
> 
> Finally, the last patch solves some further dtbs_check errors by
> modifying the sm6350.dtsi to match the binding docs more closely.
> 
> Please note, that the first patch from Konrad is a resend that wasn't
> picked up when sent to the lists in August 2021.
> 
> [...]

Applied, thanks!

[10/10] arm64: dts: qcom: sm6350: Fix validation errors
        commit: f56498fc6a9364a35dd74af791bd1251467e9cc1

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

* Re: [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible
  2021-12-15 20:10   ` Rob Herring
@ 2022-04-08 11:25     ` Luca Weiss
  2022-04-08 14:28       ` Rob Herring
  0 siblings, 1 reply; 7+ messages in thread
From: Luca Weiss @ 2022-04-08 11:25 UTC (permalink / raw)
  To: Rob Herring
  Cc: Konrad Dybcio, Rob Herring, ~postmarketos/upstreaming,
	linux-arm-msm, Bjorn Andersson, Amit Kucheria, linux-kernel,
	Rafael J. Wysocki, Zhang Rui, devicetree, Thara Gopinath,
	Daniel Lezcano, linux-pm, phone-devel, Andy Gross

Hi all,

On Wed Dec 15, 2021 at 9:10 PM CET, Rob Herring wrote:
> On Mon, 13 Dec 2021 09:26:06 +0100, Luca Weiss wrote:
> > Add devicetree compatible for tsens on SM6350 SoC.
> > 
> > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> > Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> > ---
> >  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> > 
>
> Acked-by: Rob Herring <robh@kernel.org>

It looks like this patch hasn't been applied yet. Could the responsible
maintainer please pick it up?

Regards
Luca

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

* Re: [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible
  2022-04-08 11:25     ` Luca Weiss
@ 2022-04-08 14:28       ` Rob Herring
  2022-04-08 14:44         ` Daniel Lezcano
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2022-04-08 14:28 UTC (permalink / raw)
  To: Luca Weiss
  Cc: Konrad Dybcio, ~postmarketos/upstreaming, linux-arm-msm,
	Bjorn Andersson, Amit Kucheria, linux-kernel, Rafael J. Wysocki,
	Zhang Rui, devicetree, Thara Gopinath, Daniel Lezcano, linux-pm,
	phone-devel, Andy Gross

On Fri, Apr 08, 2022 at 01:25:26PM +0200, Luca Weiss wrote:
> Hi all,
> 
> On Wed Dec 15, 2021 at 9:10 PM CET, Rob Herring wrote:
> > On Mon, 13 Dec 2021 09:26:06 +0100, Luca Weiss wrote:
> > > Add devicetree compatible for tsens on SM6350 SoC.
> > > 
> > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> > > Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> > > ---
> > >  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> >
> > Acked-by: Rob Herring <robh@kernel.org>
> 
> It looks like this patch hasn't been applied yet. Could the responsible
> maintainer please pick it up?

Normally that should be the thermal maintainers, but I've applied this.

Rob

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

* Re: [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible
  2022-04-08 14:28       ` Rob Herring
@ 2022-04-08 14:44         ` Daniel Lezcano
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Lezcano @ 2022-04-08 14:44 UTC (permalink / raw)
  To: Rob Herring, Luca Weiss
  Cc: Konrad Dybcio, ~postmarketos/upstreaming, linux-arm-msm,
	Bjorn Andersson, Amit Kucheria, linux-kernel, Rafael J. Wysocki,
	Zhang Rui, devicetree, Thara Gopinath, linux-pm, phone-devel,
	Andy Gross

On 08/04/2022 16:28, Rob Herring wrote:
> On Fri, Apr 08, 2022 at 01:25:26PM +0200, Luca Weiss wrote:
>> Hi all,
>>
>> On Wed Dec 15, 2021 at 9:10 PM CET, Rob Herring wrote:
>>> On Mon, 13 Dec 2021 09:26:06 +0100, Luca Weiss wrote:
>>>> Add devicetree compatible for tsens on SM6350 SoC.
>>>>
>>>> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
>>>> Acked-by: Konrad Dybcio <konrad.dybcio@somainline.org>
>>>> ---
>>>>   Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>>>>   1 file changed, 1 insertion(+)
>>>>
>>>
>>> Acked-by: Rob Herring <robh@kernel.org>
>>
>> It looks like this patch hasn't been applied yet. Could the responsible
>> maintainer please pick it up?
> 
> Normally that should be the thermal maintainers, but I've applied this.

Right, I missed it, thanks for taking care of the patch.

-- 
<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] 7+ messages in thread

end of thread, other threads:[~2022-04-08 14:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-13  8:26 [PATCH 00/10] dt-binding patches for sm6350 Luca Weiss
2021-12-13  8:26 ` [PATCH 05/10] dt-bindings: thermal: tsens: Add SM6350 compatible Luca Weiss
2021-12-15 20:10   ` Rob Herring
2022-04-08 11:25     ` Luca Weiss
2022-04-08 14:28       ` Rob Herring
2022-04-08 14:44         ` Daniel Lezcano
2021-12-15 22:27 ` (subset) [PATCH 00/10] dt-binding patches for sm6350 Bjorn Andersson

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).