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

Commit 25674241 authored by Asutosh Das's avatar Asutosh Das Committed by Anjana
Browse files

scsi: ufs-qcom: add freeze-restore callback



Adds freeze-thaw-restore callbacks for Qualcomm UFS platform.

Change-Id: I5b1b0261bd0f9ccd2758d17be73dfcc67458b53d
Signed-off-by: default avatarAsutosh Das <asutoshd@codeaurora.org>
Signed-off-by: default avatarAnjana <ahari@codeaurora.org>
parent 0a4e7663
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2882,6 +2882,9 @@ static const struct dev_pm_ops ufs_qcom_pm_ops = {
	.runtime_suspend = ufshcd_pltfrm_runtime_suspend,
	.runtime_resume  = ufshcd_pltfrm_runtime_resume,
	.runtime_idle    = ufshcd_pltfrm_runtime_idle,
	.freeze		= ufshcd_pltfrm_freeze,
	.restore	= ufshcd_pltfrm_restore,
	.thaw		= ufshcd_pltfrm_thaw,
};

static struct platform_driver ufs_qcom_pltform = {