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

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

Merge "scsi: ufs: enable hibern8 during clk gating"

parents 6b6ea4c7 7ab404bd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -2478,13 +2478,6 @@ static void ufshcd_init_clk_gating(struct ufs_hba *hba)
	if (!ufshcd_is_clkgating_allowed(hba))
		return;

	/*
	 * Disable hibern8 during clk gating if
	 * auto hibern8 is supported
	 */
	if (ufshcd_is_auto_hibern8_supported(hba))
		hba->caps &= ~UFSHCD_CAP_HIBERN8_WITH_CLK_GATING;

	INIT_WORK(&gating->gate_work, ufshcd_gate_work);
	INIT_WORK(&gating->ungate_work, ufshcd_ungate_work);
	/*