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

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

Merge "msm: ipa4: gsi: Remove WA of resetting gsi channel"

parents bb76a6f2 f25edfbb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2236,6 +2236,10 @@ int gsi_reset_channel(unsigned long chan_hdl)
		BUG();
	}

	/* Hardware issue fixed from GSI 2.0 and no need for the WA */
	if (gsi_ctx->per.ver >= GSI_VER_2_0)
		reset_done = true;

	/* workaround: reset GSI producers again */
	if (ctx->props.dir == GSI_CHAN_DIR_FROM_GSI && !reset_done) {
		usleep_range(GSI_RESET_WA_MIN_SLEEP, GSI_RESET_WA_MAX_SLEEP);