Skip to content

Commit

Permalink
Merge branch 'net-ipa-enable-ipa-v4-7-support'
Browse files Browse the repository at this point in the history
Alex Elder says:

====================
net: ipa: enable IPA v4.7 support

The first patch in this series adds "qcom,sm6350-ipa" as a possible
IPA compatible string, for the Qualcomm SM6350 SoC.  That SoC uses
IPA v4.7

The second patch in this series adds code that enables support for
IPA v4.7.  DTS updates that make use of these will be merged later.
====================

Link: https://lore.kernel.org/r/20221208211529.757669-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Jakub Kicinski committed Dec 12, 2022
2 parents b6488b1 + b310de7 commit c4b7a29
Show file tree
Hide file tree
Showing 9 changed files with 923 additions and 1 deletion.
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/net/qcom,ipa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ properties:
- qcom,sc7280-ipa
- qcom,sdm845-ipa
- qcom,sdx55-ipa
- qcom,sm6350-ipa
- qcom,sm8350-ipa

reg:
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ipa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Makefile for the Qualcomm IPA driver.

IPA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.9 4.11
IPA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11

obj-$(CONFIG_QCOM_IPA) += ipa.o

Expand Down
Loading

0 comments on commit c4b7a29

Please sign in to comment.