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

Commit 11b501f7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ipa3: Support wdi3 over gsi on msmnile APQ target"

parents 1b58d242 313724d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -143,6 +143,8 @@ int ipa_wdi_cleanup(void)
	struct ipa_wdi_intf_info *entry;
	struct ipa_wdi_intf_info *entry;
	struct ipa_wdi_intf_info *next;
	struct ipa_wdi_intf_info *next;


	ipa_uc_dereg_rdyCB();

	/* clear interface list */
	/* clear interface list */
	list_for_each_entry_safe(entry, next,
	list_for_each_entry_safe(entry, next,
		&ipa_wdi_ctx->head_intf_list, link) {
		&ipa_wdi_ctx->head_intf_list, link) {
+12 −0
Original line number Original line Diff line number Diff line
@@ -2005,6 +2005,12 @@ static const struct ipa_ep_configuration ipa3_ep_mapping
			IPA_DPS_HPS_REP_SEQ_TYPE_2PKT_PROC_PASS_NO_DEC_UCP_DMAP,
			IPA_DPS_HPS_REP_SEQ_TYPE_2PKT_PROC_PASS_NO_DEC_UCP_DMAP,
			QMB_MASTER_SELECT_DDR,
			QMB_MASTER_SELECT_DDR,
			{ 9, 0, 8, 16, IPA_EE_UC } },
			{ 9, 0, 8, 16, IPA_EE_UC } },
	[IPA_4_1_APQ][IPA_CLIENT_WLAN2_PROD] = {
			true, IPA_v4_0_GROUP_UL_DL,
			true,
			IPA_DPS_HPS_REP_SEQ_TYPE_2PKT_PROC_PASS_NO_DEC_UCP_DMAP,
			QMB_MASTER_SELECT_DDR,
			{ 7, 9, 8, 16, IPA_EE_AP } },
	/* Only for test purpose */
	/* Only for test purpose */
	[IPA_4_1_APQ][IPA_CLIENT_TEST_PROD]           = {
	[IPA_4_1_APQ][IPA_CLIENT_TEST_PROD]           = {
			true, IPA_v4_0_GROUP_UL_DL,
			true, IPA_v4_0_GROUP_UL_DL,
@@ -2061,6 +2067,12 @@ static const struct ipa_ep_configuration ipa3_ep_mapping
			IPA_DPS_HPS_SEQ_TYPE_INVALID,
			IPA_DPS_HPS_SEQ_TYPE_INVALID,
			QMB_MASTER_SELECT_DDR,
			QMB_MASTER_SELECT_DDR,
			{ 22, 1, 9, 9, IPA_EE_UC } },
			{ 22, 1, 9, 9, IPA_EE_UC } },
	[IPA_4_1_APQ][IPA_CLIENT_WLAN2_CONS] = {
			true, IPA_v4_0_GROUP_UL_DL,
			false,
			IPA_DPS_HPS_SEQ_TYPE_INVALID,
			QMB_MASTER_SELECT_DDR,
			{ 17, 1, 8, 13, IPA_EE_AP } },
	/* Only for test purpose */
	/* Only for test purpose */
	/* MBIM aggregation test pipes should have the same QMB as USB_CONS */
	/* MBIM aggregation test pipes should have the same QMB as USB_CONS */
	[IPA_4_1_APQ][IPA_CLIENT_TEST_CONS]           = {
	[IPA_4_1_APQ][IPA_CLIENT_TEST_CONS]           = {