Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eedba665 authored by Praveen Kurapati's avatar Praveen Kurapati
Browse files

msm: ipa: Add support of IPA2 driver



Add support of IPAv2 driver for sdm660 target
Make following changes:
	- Fix copyright info.
	- Fix checkpatch warnings and errors (Require some changes
	  in indentation)

Change-Id: I831beb3f9b6e376803001a37d022914735dc7bf8
Signed-off-by: default avatarPraveen Kurapati <pkurapat@codeaurora.org>
parent 699bd58b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_IPA) += ipa_v2/ ipa_clients/ ipa_common
obj-$(CONFIG_IPA3) += ipa_v3/ ipa_clients/ ipa_common
obj-$(CONFIG_IPA_UT) += test/

+7 −0
Original line number Diff line number Diff line
obj-$(CONFIG_IPA) += ipat.o
ipat-y := ipa.o ipa_debugfs.o ipa_hdr.o ipa_flt.o ipa_rt.o ipa_dp.o ipa_client.o \
	ipa_utils.o ipa_nat.o ipa_intf.o teth_bridge.o ipa_interrupts.o \
	ipa_uc.o ipa_uc_wdi.o ipa_dma.o ipa_uc_mhi.o ipa_mhi.o ipa_uc_ntn.o \
	ipa_wdi3_i.o

obj-$(CONFIG_RMNET_IPA) += rmnet_ipa.o ipa_qmi_service_v01.o ipa_qmi_service.o rmnet_ipa_fd_ioctl.o
+5136 −0

File added.

Preview size limit exceeded, changes collapsed.

+937 −0

File added.

Preview size limit exceeded, changes collapsed.

+2272 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading