Devicetree
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Shikra
@ 2026-05-01 18:01 Komal Bajaj
  2026-05-04 11:07 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Komal Bajaj @ 2026-05-01 18:01 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Bjorn Andersson
  Cc: linux-arm-msm, devicetree, linux-kernel, Komal Bajaj

Document the qcom,shikra-tcsr compatible.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.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 14ae3f00ef7e..51d0dcab5706 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml
@@ -33,6 +33,7 @@ properties:
           - qcom,sdx55-tcsr
           - qcom,sdx65-tcsr
           - qcom,sdx75-tcsr
+          - qcom,shikra-tcsr
           - qcom,sm4450-tcsr
           - qcom,sm6115-tcsr
           - qcom,sm8150-tcsr

---
base-commit: 39704f00f747aba3144289870b5fd8ac230a9aaf
change-id: 20260501-shikra-tcsr-binding-fff1689e4097

Best regards,
-- 
Komal Bajaj <komal.bajaj@oss.qualcomm.com>


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

* Re: [PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Shikra
  2026-05-01 18:01 [PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Shikra Komal Bajaj
@ 2026-05-04 11:07 ` Krzysztof Kozlowski
  2026-05-26 17:53   ` Komal Bajaj
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-05-04 11:07 UTC (permalink / raw)
  To: Komal Bajaj
  Cc: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Bjorn Andersson, linux-arm-msm, devicetree, linux-kernel

On Fri, May 01, 2026 at 11:31:17PM +0530, Komal Bajaj wrote:
> Document the qcom,shikra-tcsr compatible.
> 
> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Shikra
  2026-05-04 11:07 ` Krzysztof Kozlowski
@ 2026-05-26 17:53   ` Komal Bajaj
  2026-05-27  6:19     ` Lee Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Komal Bajaj @ 2026-05-26 17:53 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Lee Jones, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Bjorn Andersson, linux-arm-msm, devicetree, linux-kernel

On 5/4/2026 4:37 PM, Krzysztof Kozlowski wrote:
> On Fri, May 01, 2026 at 11:31:17PM +0530, Komal Bajaj wrote:
>> Document the qcom,shikra-tcsr compatible.
>>
>> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
>> ---
>>   Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
>>   1 file changed, 1 insertion(+)
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Gentle ping — patches have Reviewed-by.

Thanks
Komal

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

* Re: [PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Shikra
  2026-05-26 17:53   ` Komal Bajaj
@ 2026-05-27  6:19     ` Lee Jones
  0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2026-05-27  6:19 UTC (permalink / raw)
  To: Komal Bajaj
  Cc: Krzysztof Kozlowski, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Bjorn Andersson, linux-arm-msm, devicetree,
	linux-kernel

On Tue, 26 May 2026, Komal Bajaj wrote:

> On 5/4/2026 4:37 PM, Krzysztof Kozlowski wrote:
> > On Fri, May 01, 2026 at 11:31:17PM +0530, Komal Bajaj wrote:
> > > Document the qcom,shikra-tcsr compatible.
> > > 
> > > Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
> > > ---
> > >   Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 +
> > >   1 file changed, 1 insertion(+)
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> 
> Gentle ping — patches have Reviewed-by.

Please do not send contentless pings.

Since I traverse my inbox in reverse chronological order, the only thing
you achieved here is putting yourself at the back of the queue.

-- 
Lee Jones

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

end of thread, other threads:[~2026-05-27  6:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-01 18:01 [PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Shikra Komal Bajaj
2026-05-04 11:07 ` Krzysztof Kozlowski
2026-05-26 17:53   ` Komal Bajaj
2026-05-27  6:19     ` Lee Jones

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