Skip to content

Commit

Permalink
net: ipa: add IPA v4.7 support
Browse files Browse the repository at this point in the history
Add the necessary register and data definitions needed for IPA v4.7,
which is found on the SM6350 SoC.

Co-developed-by: Luca Weiss <luca.weiss@fairphone.com>
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Alex Elder authored and Jakub Kicinski committed Dec 12, 2022
1 parent 5071429 commit b310de7
Show file tree
Hide file tree
Showing 8 changed files with 922 additions and 1 deletion.
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 b310de7

Please sign in to comment.