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

Commit 670dc321 authored by Ashok Raj Deenadayalan's avatar Ashok Raj Deenadayalan Committed by Swetha Chikkaboraiah
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>
Signed-off-by: default avatarAshok Raj Deenadayalan <adeenada@codeaurora.org>
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent a467ac73
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

obj-$(CONFIG_IPA) += ipa_v2/ ipa_clients/ ipa_common
obj-$(CONFIG_IPA3) += ipa_v3/ ipa_clients/ ipa_common
obj-$(CONFIG_IPA_UT) += test/

+9 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only

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
+5120 −0

File added.

Preview size limit exceeded, changes collapsed.

+930 −0

File added.

Preview size limit exceeded, changes collapsed.

+2327 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading