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

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

Merge "scsi: ufs: perform full reset at initialization"

parents 75fa0c77 c1f300ea
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9419,6 +9419,9 @@ int ufshcd_init(struct ufs_hba *hba, void __iomem *mmio_base, unsigned int irq)
		goto exit_gating;
	}

	/* Reset controller to power on reset (POR) state */
	ufshcd_vops_full_reset(hba);

	/* Host controller enable */
	err = ufshcd_hba_enable(hba);
	if (err) {