linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550
@ 2023-01-27 13:25 Abel Vesa
  2023-02-15  9:25 ` Neil Armstrong
  2023-02-15 12:10 ` Abel Vesa
  0 siblings, 2 replies; 4+ messages in thread
From: Abel Vesa @ 2023-01-27 13:25 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Thomas Gleixner, Marc Zyngier
  Cc: devicetree, Linux Kernel Mailing List, linux-arm-msm,
	Krzysztof Kozlowski

Document the compatible for SM8550 PDC.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---

The v1 is here:
https://lore.kernel.org/all/20221116114210.2673902-1-abel.vesa@linaro.org/

Changes since v1:
 * rebased on next-20230125
 * added Krzysztof's R-b tag

 .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml       | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
index 94791e261c42..5a733bd76b57 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
+++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
@@ -37,6 +37,7 @@ properties:
           - qcom,sm8250-pdc
           - qcom,sm8350-pdc
           - qcom,sm8450-pdc
+          - qcom,sm8550-pdc
       - const: qcom,pdc
 
   reg:
-- 
2.34.1


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

* Re: [PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550
  2023-01-27 13:25 [PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550 Abel Vesa
@ 2023-02-15  9:25 ` Neil Armstrong
  2023-02-15 11:38   ` Marc Zyngier
  2023-02-15 12:10 ` Abel Vesa
  1 sibling, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2023-02-15  9:25 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Andy Gross, Abel Vesa, devicetree, Linux Kernel Mailing List,
	linux-arm-msm, Thomas Gleixner, Krzysztof Kozlowski, Rob Herring,
	Krzysztof Kozlowski, Bjorn Andersson, Konrad Dybcio

Hi Mark,

On 27/01/2023 14:25, Abel Vesa wrote:
> Document the compatible for SM8550 PDC.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> 
> The v1 is here:
> https://lore.kernel.org/all/20221116114210.2673902-1-abel.vesa@linaro.org/
> 
> Changes since v1:
>   * rebased on next-20230125
>   * added Krzysztof's R-b tag
> 
>   .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml       | 1 +
>   1 file changed, 1 insertion(+)

Do you think you can pick it for v6.3 ?

Thanks,
Neil

> 
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
> index 94791e261c42..5a733bd76b57 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
> @@ -37,6 +37,7 @@ properties:
>             - qcom,sm8250-pdc
>             - qcom,sm8350-pdc
>             - qcom,sm8450-pdc
> +          - qcom,sm8550-pdc
>         - const: qcom,pdc
>   
>     reg:


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

* Re: [PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550
  2023-02-15  9:25 ` Neil Armstrong
@ 2023-02-15 11:38   ` Marc Zyngier
  0 siblings, 0 replies; 4+ messages in thread
From: Marc Zyngier @ 2023-02-15 11:38 UTC (permalink / raw)
  To: neil.armstrong
  Cc: Andy Gross, Abel Vesa, devicetree, Linux Kernel Mailing List,
	linux-arm-msm, Thomas Gleixner, Krzysztof Kozlowski, Rob Herring,
	Krzysztof Kozlowski, Bjorn Andersson, Konrad Dybcio

On Wed, 15 Feb 2023 09:25:37 +0000,
Neil Armstrong <neil.armstrong@linaro.org> wrote:
> 
> Hi Mark,

Was this intended for me?

> 
> On 27/01/2023 14:25, Abel Vesa wrote:
> > Document the compatible for SM8550 PDC.
> > 
> > Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > ---
> > 
> > The v1 is here:
> > https://lore.kernel.org/all/20221116114210.2673902-1-abel.vesa@linaro.org/
> > 
> > Changes since v1:
> >   * rebased on next-20230125
> >   * added Krzysztof's R-b tag
> > 
> >   .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml       | 1 +
> >   1 file changed, 1 insertion(+)
> 
> Do you think you can pick it for v6.3 ?

In general, I don't take standalone DT updates. I'm happy to take them
when they result in something material. But this is only churn, as
nothing relies on these extra compatible strings.

This really should be routed via someone who cares (i.e not me).

Thanks,

	M.

-- 
Without deviation from the norm, progress is not possible.

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

* Re: [PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550
  2023-01-27 13:25 [PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550 Abel Vesa
  2023-02-15  9:25 ` Neil Armstrong
@ 2023-02-15 12:10 ` Abel Vesa
  1 sibling, 0 replies; 4+ messages in thread
From: Abel Vesa @ 2023-02-15 12:10 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Thomas Gleixner, Marc Zyngier
  Cc: devicetree, Linux Kernel Mailing List, linux-arm-msm,
	Krzysztof Kozlowski

On 23-01-27 15:25:58, Abel Vesa wrote:
> Document the compatible for SM8550 PDC.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---

Rob, will you pick this up yourself?

Thanks.

> 
> The v1 is here:
> https://lore.kernel.org/all/20221116114210.2673902-1-abel.vesa@linaro.org/
> 
> Changes since v1:
>  * rebased on next-20230125
>  * added Krzysztof's R-b tag
> 
>  .../devicetree/bindings/interrupt-controller/qcom,pdc.yaml       | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
> index 94791e261c42..5a733bd76b57 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/qcom,pdc.yaml
> @@ -37,6 +37,7 @@ properties:
>            - qcom,sm8250-pdc
>            - qcom,sm8350-pdc
>            - qcom,sm8450-pdc
> +          - qcom,sm8550-pdc
>        - const: qcom,pdc
>  
>    reg:
> -- 
> 2.34.1
> 

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

end of thread, other threads:[~2023-02-15 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27 13:25 [PATCH v2] dt-bindings: qcom,pdc: Add compatible for SM8550 Abel Vesa
2023-02-15  9:25 ` Neil Armstrong
2023-02-15 11:38   ` Marc Zyngier
2023-02-15 12:10 ` Abel Vesa

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