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

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

Merge "usb: dwc3: gsi: Disable GSI wrapper on clearing run_stop"

parents 2e38812e 746930bd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2165,6 +2165,9 @@ static void dwc3_msm_notify_event(struct dwc3 *dwc, unsigned int event,
		dwc3_msm_write_reg_field(mdwc->base,
			GSI_GENERAL_CFG_REG(mdwc->gsi_reg),
			BLOCK_GSI_WR_GO_MASK, true);
		dwc3_msm_write_reg_field(mdwc->base,
			GSI_GENERAL_CFG_REG(mdwc->gsi_reg),
			GSI_EN_MASK, 0);
		break;
	default:
		dev_dbg(mdwc->dev, "unknown dwc3 event\n");