mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: sram: Document qcom,shikra-imem compatible
@ 2026-04-30 12:38 Komal Bajaj
  2026-05-21 12:54 ` Konrad Dybcio
  2026-07-17  3:23 ` Bjorn Andersson
  0 siblings, 2 replies; 5+ messages in thread
From: Komal Bajaj @ 2026-04-30 12:38 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linux-kernel, Komal Bajaj

Add compatible for Shikra SoC IMEM.

Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/sram/sram.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/sram/sram.yaml b/Documentation/devicetree/bindings/sram/sram.yaml
index 8985f89170be..ce07e7e5c81b 100644
--- a/Documentation/devicetree/bindings/sram/sram.yaml
+++ b/Documentation/devicetree/bindings/sram/sram.yaml
@@ -38,6 +38,7 @@ properties:
         - qcom,kaanapali-imem
         - qcom,milos-imem
         - qcom,rpm-msg-ram
+        - qcom,shikra-imem
         - rockchip,rk3288-pmu-sram
 
   reg:

---
base-commit: 39704f00f747aba3144289870b5fd8ac230a9aaf
change-id: 20260430-shikra-imem-binding-a7bb9d2f16d2

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


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

* Re: [PATCH] dt-bindings: sram: Document qcom,shikra-imem compatible
  2026-04-30 12:38 [PATCH] dt-bindings: sram: Document qcom,shikra-imem compatible Komal Bajaj
@ 2026-05-21 12:54 ` Konrad Dybcio
  2026-05-26 17:49   ` Komal Bajaj
  2026-07-17  3:23 ` Bjorn Andersson
  1 sibling, 1 reply; 5+ messages in thread
From: Konrad Dybcio @ 2026-05-21 12:54 UTC (permalink / raw)
  To: Komal Bajaj, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linux-kernel

On 4/30/26 2:38 PM, Komal Bajaj wrote:
> Add compatible for Shikra SoC IMEM.
> 
> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad

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

* Re: [PATCH] dt-bindings: sram: Document qcom,shikra-imem compatible
  2026-05-21 12:54 ` Konrad Dybcio
@ 2026-05-26 17:49   ` Komal Bajaj
  0 siblings, 0 replies; 5+ messages in thread
From: Komal Bajaj @ 2026-05-26 17:49 UTC (permalink / raw)
  To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linux-kernel

On 5/21/2026 6:24 PM, Konrad Dybcio wrote:
> On 4/30/26 2:38 PM, Komal Bajaj wrote:
>> Add compatible for Shikra SoC IMEM.
>>
>> Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
>> ---
> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
>

Gentle ping — patches have Reviewed-by.

Thanks
Komal

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

* Re: [PATCH] dt-bindings: sram: Document qcom,shikra-imem compatible
  2026-04-30 12:38 [PATCH] dt-bindings: sram: Document qcom,shikra-imem compatible Komal Bajaj
  2026-05-21 12:54 ` Konrad Dybcio
@ 2026-07-17  3:23 ` Bjorn Andersson
  2026-07-17 18:02   ` Mukesh Ojha
  1 sibling, 1 reply; 5+ messages in thread
From: Bjorn Andersson @ 2026-07-17  3:23 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Komal Bajaj
  Cc: devicetree, linux-kernel


On Thu, 30 Apr 2026 18:08:04 +0530, Komal Bajaj wrote:
> Add compatible for Shikra SoC IMEM.
> 
> 

Applied, thanks!

[1/1] dt-bindings: sram: Document qcom,shikra-imem compatible
      commit: 26ead60b1a2722627759dc8c279ed336826bb5e1


Please make sure to Cc linux-arm-msm@vger.kernel.org, so changes like this
shows up in my inbox.

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

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

* Re: [PATCH] dt-bindings: sram: Document qcom,shikra-imem compatible
  2026-07-17  3:23 ` Bjorn Andersson
@ 2026-07-17 18:02   ` Mukesh Ojha
  0 siblings, 0 replies; 5+ messages in thread
From: Mukesh Ojha @ 2026-07-17 18:02 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Komal Bajaj,
	devicetree, linux-kernel

On Thu, Jul 16, 2026 at 10:23:26PM -0500, Bjorn Andersson wrote:
> 
> On Thu, 30 Apr 2026 18:08:04 +0530, Komal Bajaj wrote:
> > Add compatible for Shikra SoC IMEM.
> > 
> > 
> 
> Applied, thanks!
> 
> [1/1] dt-bindings: sram: Document qcom,shikra-imem compatible
>       commit: 26ead60b1a2722627759dc8c279ed336826bb5e1
> 
> 
> Please make sure to Cc linux-arm-msm@vger.kernel.org, so changes like this
> shows up in my inbox.

There is a very high chance it can get missed. Is there a better way, like
adding sram.yaml to the ARM/QUALCOMM mailing list in the MAINTAINERS file?

-- 
-Mukesh Ojha

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

end of thread, other threads:[~2026-07-17 18:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-30 12:38 [PATCH] dt-bindings: sram: Document qcom,shikra-imem compatible Komal Bajaj
2026-05-21 12:54 ` Konrad Dybcio
2026-05-26 17:49   ` Komal Bajaj
2026-07-17  3:23 ` Bjorn Andersson
2026-07-17 18:02   ` Mukesh Ojha

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