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

Commit 157ea76b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mhi_dev: Add UCI channel"

parents 822f6be9 4a3e9d4d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -779,6 +779,7 @@ static void mhi_dev_process_cmd_ring(struct mhi_dev *mhi,

		/* set the channel to running */
		mhi->ch_ctx_cache[ch_id].ch_state = MHI_DEV_CH_STATE_RUNNING;
		mhi->ch[ch_id].state = MHI_DEV_CH_STARTED;
		mhi->ch[ch_id].ch_id = ch_id;
		mhi->ch[ch_id].ring = &mhi->ring[mhi->ch_ring_start + ch_id];
		mhi->ch[ch_id].ch_type = mhi->ch_ctx_cache[ch_id].ch_type;
+2 −0
Original line number Diff line number Diff line
@@ -702,6 +702,8 @@ static int uci_init_client_attributes(struct mhi_uci_ctxt_t *uci_ctxt)
		case MHI_CLIENT_SAHARA_IN:
		case MHI_CLIENT_EFS_OUT:
		case MHI_CLIENT_EFS_IN:
		case MHI_CLIENT_MBIM_OUT:
		case MHI_CLIENT_MBIM_IN:
		case MHI_CLIENT_QMI_OUT:
		case MHI_CLIENT_QMI_IN:
		case MHI_CLIENT_IP_CTRL_0_OUT: