Skip to content
Snippets Groups Projects
Commit 7fbf06d6 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-msm: allow background operations during runtime suspend" into msm-3.10

parents d6e8772b 434c3f30
No related branches found
No related tags found
No related merge requests found
...@@ -2876,6 +2876,7 @@ static int msm_ufs_init(struct ufs_hba *hba) ...@@ -2876,6 +2876,7 @@ static int msm_ufs_init(struct ufs_hba *hba)
} }
hba->caps |= UFSHCD_CAP_CLK_GATING | UFSHCD_CAP_CLK_SCALING; hba->caps |= UFSHCD_CAP_CLK_GATING | UFSHCD_CAP_CLK_SCALING;
hba->caps |= UFSHCD_CAP_AUTO_BKOPS_SUSPEND;
msm_ufs_setup_clocks(hba, true); msm_ufs_setup_clocks(hba, true);
goto out; goto out;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment