RE: [PATCH] scsi: ufs: Check for bkops in runtime suspend

2021-04-18 Thread Avri Altman
> On 18/04/21 10:21 am, Avri Altman wrote: > > The UFS driver allowed BKOPS and WB Flush operations to be completed on > > Runtime suspend. Adding the DeepSleep support, this is no longer true: > > the driver will ignore BKOPS and WB Flush states, and force a link state > > transition to

Re: [PATCH] scsi: ufs: Check for bkops in runtime suspend

2021-04-18 Thread Adrian Hunter
On 18/04/21 10:21 am, Avri Altman wrote: > The UFS driver allowed BKOPS and WB Flush operations to be completed on > Runtime suspend. Adding the DeepSleep support, this is no longer true: > the driver will ignore BKOPS and WB Flush states, and force a link state > transition to UIC_LINK_OFF_STATE.

[PATCH] scsi: ufs: Check for bkops in runtime suspend

2021-04-18 Thread Avri Altman
The UFS driver allowed BKOPS and WB Flush operations to be completed on Runtime suspend. Adding the DeepSleep support, this is no longer true: the driver will ignore BKOPS and WB Flush states, and force a link state transition to UIC_LINK_OFF_STATE. Do not ignore BKOPS and WB Flush on runtme