[PATCH 0/3] Grab IPA IMEM slice through DT

Konrad Dybcio posted 3 patches 6 months, 3 weeks ago
There is a newer version of this series
Documentation/devicetree/bindings/net/qcom,ipa.yaml   |  7 +++++++
Documentation/devicetree/bindings/sram/qcom,imem.yaml |  3 +++
drivers/net/ipa/ipa_data.h                            |  3 +++
drivers/net/ipa/ipa_mem.c                             | 18 ++++++++++++++++++
4 files changed, 31 insertions(+)
[PATCH 0/3] Grab IPA IMEM slice through DT
Posted by Konrad Dybcio 6 months, 3 weeks ago
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>
---
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 +++++++
 Documentation/devicetree/bindings/sram/qcom,imem.yaml |  3 +++
 drivers/net/ipa/ipa_data.h                            |  3 +++
 drivers/net/ipa/ipa_mem.c                             | 18 ++++++++++++++++++
 4 files changed, 31 insertions(+)
---
base-commit: 460178e842c7a1e48a06df684c66eb5fd630bcf7
change-id: 20250523-topic-ipa_imem-def66cca88e5

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