Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
scsi: ufs: disable auto hibern8 while entering suspend
If using auto hibern8 mode, need to disable auto hibern8 while entering suspend. When using auto hibern8 mode, it does not seem right to send a uic command for entry into hibern8 in the next line(ufshcd_lik_state_transition(..)) It seem right to send after disable auto hibern8. In addition, if the auto hibern8 mode supported, it is enabled in resume. So it seems that it will be paired only when auto hibern8 is disabled while entering suspend. Signed-off-by: SEO HOYOUNG <hy50.seo@samsung.com>
- Loading branch information