Skip to content

Commit

Permalink
net: ipa: add IPA v3.1 configuration data
Browse files Browse the repository at this point in the history
Add support for the MSM8998 SoC, which includes IPA version 3.1.

Originally proposed by AngeloGioacchino Del Regno.

Link: https://lore.kernel.org/netdev/20210211175015.200772-6-angelogioacchino.delregno@somainline.org
Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: AngeloGioacchino Del Regno
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alex Elder authored and David S. Miller committed Jun 21, 2021
1 parent bae70a8 commit 1bb1a11
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/net/ipa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ipa-y := ipa_main.o ipa_clock.o ipa_reg.o ipa_mem.o \
ipa_resource.o ipa_qmi.o ipa_qmi_msg.o \
ipa_sysfs.o

ipa-y += ipa_data-v3.5.1.o ipa_data-v4.2.o \
ipa_data-v4.5.o ipa_data-v4.9.o \
ipa_data-v4.11.o
ipa-y += ipa_data-v3.1.o ipa_data-v3.5.1.o \
ipa_data-v4.2.o ipa_data-v4.5.o \
ipa_data-v4.9.o ipa_data-v4.11.o
Loading

0 comments on commit 1bb1a11

Please sign in to comment.