RE: [PATCH 2/2] scsi: ufs: Workaround UFS devices that object to DeepSleep IMMED

2020-10-05 Thread Avri Altman
> > The UFS specification says to set the IMMED (immediate) flag for the > Start/Stop Unit command when entering DeepSleep. However some UFS > devices object to that. Workaround that by retrying without IMMED. > Whichever possibility works, the result is recorded for the next > time. As

[PATCH 2/2] scsi: ufs: Workaround UFS devices that object to DeepSleep IMMED

2020-10-02 Thread Adrian Hunter
The UFS specification says to set the IMMED (immediate) flag for the Start/Stop Unit command when entering DeepSleep. However some UFS devices object to that. Workaround that by retrying without IMMED. Whichever possibility works, the result is recorded for the next time. Signed-off-by: Adrian