devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] dt-bindings: mfd: qcom,tcsr: document support for SA8255p
@ 2024-09-05 19:47 Nikunj Kela
  2024-09-16 14:25 ` Nikunj Kela
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nikunj Kela @ 2024-09-05 19:47 UTC (permalink / raw)
  To: lee, robh, krzk+dt, conor+dt
  Cc: linux-arm-msm, devicetree, linux-kernel, kernel, quic_psodagud,
	Nikunj Kela, Krzysztof Kozlowski, Shazad Hussain

Add compatible for tcsr representing support on SA8255p SoC.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
---

Changes in v3:
	- Removed the patch from original series[1]

Changes in v2:
	- Added Reviewed-by tag

[1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/
---
 Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
index c6bd14ec5aa0..88f804bd7581 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
@@ -21,6 +21,7 @@ properties:
           - qcom,msm8998-tcsr
           - qcom,qcm2290-tcsr
           - qcom,qcs404-tcsr
+          - qcom,sa8255p-tcsr
           - qcom,sc7180-tcsr
           - qcom,sc7280-tcsr
           - qcom,sc8280xp-tcsr
-- 
2.34.1


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

* Re: [PATCH v3] dt-bindings: mfd: qcom,tcsr: document support for SA8255p
  2024-09-05 19:47 [PATCH v3] dt-bindings: mfd: qcom,tcsr: document support for SA8255p Nikunj Kela
@ 2024-09-16 14:25 ` Nikunj Kela
  2024-09-17  8:01   ` Lee Jones
  2024-10-02 14:07 ` Lee Jones
  2024-10-02 15:24 ` (subset) " Lee Jones
  2 siblings, 1 reply; 5+ messages in thread
From: Nikunj Kela @ 2024-09-16 14:25 UTC (permalink / raw)
  To: lee, robh, krzk+dt, conor+dt
  Cc: linux-arm-msm, devicetree, linux-kernel, kernel, quic_psodagud,
	Krzysztof Kozlowski, Shazad Hussain

Gentle ping...

On 9/5/2024 12:47 PM, Nikunj Kela wrote:
> Add compatible for tcsr representing support on SA8255p SoC.
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
> Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
> ---
>
> Changes in v3:
> 	- Removed the patch from original series[1]
>
> Changes in v2:
> 	- Added Reviewed-by tag
>
> [1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/
> ---
>  Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> index c6bd14ec5aa0..88f804bd7581 100644
> --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> @@ -21,6 +21,7 @@ properties:
>            - qcom,msm8998-tcsr
>            - qcom,qcm2290-tcsr
>            - qcom,qcs404-tcsr
> +          - qcom,sa8255p-tcsr
>            - qcom,sc7180-tcsr
>            - qcom,sc7280-tcsr
>            - qcom,sc8280xp-tcsr

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

* Re: [PATCH v3] dt-bindings: mfd: qcom,tcsr: document support for SA8255p
  2024-09-16 14:25 ` Nikunj Kela
@ 2024-09-17  8:01   ` Lee Jones
  0 siblings, 0 replies; 5+ messages in thread
From: Lee Jones @ 2024-09-17  8:01 UTC (permalink / raw)
  To: Nikunj Kela
  Cc: robh, krzk+dt, conor+dt, linux-arm-msm, devicetree, linux-kernel,
	kernel, quic_psodagud, Krzysztof Kozlowski, Shazad Hussain

On Mon, 16 Sep 2024, Nikunj Kela wrote:

> Gentle ping...

Please don't do that!

No top posting, no contentless pings, and be aware of the merge-cycle.

You're on the list (which since it's in reverse chronological order
based on the last message, you've just put yourself at the bottom of the
list).

> On 9/5/2024 12:47 PM, Nikunj Kela wrote:
> > Add compatible for tcsr representing support on SA8255p SoC.
> >
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
> > Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
> > ---
> >
> > Changes in v3:
> > 	- Removed the patch from original series[1]
> >
> > Changes in v2:
> > 	- Added Reviewed-by tag
> >
> > [1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/
> > ---
> >  Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> > index c6bd14ec5aa0..88f804bd7581 100644
> > --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> > +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
> > @@ -21,6 +21,7 @@ properties:
> >            - qcom,msm8998-tcsr
> >            - qcom,qcm2290-tcsr
> >            - qcom,qcs404-tcsr
> > +          - qcom,sa8255p-tcsr
> >            - qcom,sc7180-tcsr
> >            - qcom,sc7280-tcsr
> >            - qcom,sc8280xp-tcsr

-- 
Lee Jones [李琼斯]

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

* Re: [PATCH v3] dt-bindings: mfd: qcom,tcsr: document support for SA8255p
  2024-09-05 19:47 [PATCH v3] dt-bindings: mfd: qcom,tcsr: document support for SA8255p Nikunj Kela
  2024-09-16 14:25 ` Nikunj Kela
@ 2024-10-02 14:07 ` Lee Jones
  2024-10-02 15:24 ` (subset) " Lee Jones
  2 siblings, 0 replies; 5+ messages in thread
From: Lee Jones @ 2024-10-02 14:07 UTC (permalink / raw)
  To: Nikunj Kela
  Cc: robh, krzk+dt, conor+dt, linux-arm-msm, devicetree, linux-kernel,
	kernel, quic_psodagud, Krzysztof Kozlowski, Shazad Hussain

On Thu, 05 Sep 2024, Nikunj Kela wrote:

> Add compatible for tcsr representing support on SA8255p SoC.
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
> Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
> ---
> 
> Changes in v3:
> 	- Removed the patch from original series[1]
> 
> Changes in v2:
> 	- Added Reviewed-by tag
> 
> [1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/
> ---
>  Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

-- 
Lee Jones [李琼斯]

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

* Re: (subset) [PATCH v3] dt-bindings: mfd: qcom,tcsr: document support for SA8255p
  2024-09-05 19:47 [PATCH v3] dt-bindings: mfd: qcom,tcsr: document support for SA8255p Nikunj Kela
  2024-09-16 14:25 ` Nikunj Kela
  2024-10-02 14:07 ` Lee Jones
@ 2024-10-02 15:24 ` Lee Jones
  2 siblings, 0 replies; 5+ messages in thread
From: Lee Jones @ 2024-10-02 15:24 UTC (permalink / raw)
  To: lee, robh, krzk+dt, conor+dt, Nikunj Kela
  Cc: linux-arm-msm, devicetree, linux-kernel, kernel, quic_psodagud,
	Krzysztof Kozlowski, Shazad Hussain

On Thu, 05 Sep 2024 12:47:41 -0700, Nikunj Kela wrote:
> Add compatible for tcsr representing support on SA8255p SoC.
> 
> 

Applied, thanks!

[1/1] dt-bindings: mfd: qcom,tcsr: document support for SA8255p
      commit: 0dbf6d4496b3f2966f71410768c36a379877f958

--
Lee Jones [李琼斯]


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 19:47 [PATCH v3] dt-bindings: mfd: qcom,tcsr: document support for SA8255p Nikunj Kela
2024-09-16 14:25 ` Nikunj Kela
2024-09-17  8:01   ` Lee Jones
2024-10-02 14:07 ` Lee Jones
2024-10-02 15:24 ` (subset) " Lee Jones

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