devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH v2 0/3] Grab IPA IMEM slice through DT
@ 2025-05-27 11:26 Konrad Dybcio
  2025-05-27 11:26 ` [PATCH net-next v2 1/3] dt-bindings: sram: qcom,imem: Allow modem-tables Konrad Dybcio
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Konrad Dybcio @ 2025-05-27 11:26 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
	Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Alex Elder
  Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel, netdev,
	Konrad Dybcio, Alex Elder, Dmitry Baryshkov

This adds the necessary driver change to migrate over from
hardcoded-per-IPA-version-but-varying-per-implementation numbers, while
unfortunately keeping them in there for backwards compatibility.

The DT changes will be submitted in a separate series, this one is OK
to merge independently.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
Changes in v2:
- Actually pass the retrieved data to the target function
- Re-wrap comments to match net/ style
- Mention next-next in the mail subjects
- Pick up tags
- Link to v1: https://lore.kernel.org/r/20250523-topic-ipa_imem-v1-0-b5d536291c7f@oss.qualcomm.com

---
Konrad Dybcio (3):
      dt-bindings: sram: qcom,imem: Allow modem-tables
      dt-bindings: net: qcom,ipa: Add sram property for describing IMEM slice
      net: ipa: Grab IMEM slice base/size from DTS

 Documentation/devicetree/bindings/net/qcom,ipa.yaml |  7 +++++++
 .../devicetree/bindings/sram/qcom,imem.yaml         |  3 +++
 drivers/net/ipa/ipa_data.h                          |  4 ++++
 drivers/net/ipa/ipa_mem.c                           | 21 ++++++++++++++++++++-
 4 files changed, 34 insertions(+), 1 deletion(-)
---
base-commit: 460178e842c7a1e48a06df684c66eb5fd630bcf7
change-id: 20250523-topic-ipa_imem-def66cca88e5

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>


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

end of thread, other threads:[~2025-08-03  9:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27 11:26 [net-next PATCH v2 0/3] Grab IPA IMEM slice through DT Konrad Dybcio
2025-05-27 11:26 ` [PATCH net-next v2 1/3] dt-bindings: sram: qcom,imem: Allow modem-tables Konrad Dybcio
2025-05-27 11:35   ` Krzysztof Kozlowski
2025-05-27 11:36     ` Konrad Dybcio
2025-05-27 11:42       ` Krzysztof Kozlowski
2025-07-14 17:53         ` Konrad Dybcio
2025-07-15  6:37           ` Krzysztof Kozlowski
2025-07-30 12:07             ` Konrad Dybcio
2025-07-30 13:14               ` Krzysztof Kozlowski
2025-07-31  9:47                 ` Konrad Dybcio
2025-08-03  9:20                   ` Krzysztof Kozlowski
2025-05-27 11:26 ` [PATCH net-next v2 2/3] dt-bindings: net: qcom,ipa: Add sram property for describing IMEM slice Konrad Dybcio
2025-05-27 11:35   ` Krzysztof Kozlowski
2025-05-27 11:26 ` [PATCH net-next v2 3/3] net: ipa: Grab IMEM slice base/size from DTS Konrad Dybcio
2025-05-28 15:08   ` Simon Horman

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