Re: [PATCH V2 7/9] pm80xx : corrected SATA abort handling sequence.

2017-09-13 Thread Jinpu Wang
On Wed, Feb 18, 2015 at 12:36 AM, Viswas G wrote: > Modified SATA abort handling with following steps: > 1) Set device state as recovery. > 2) Send phy reset. > 3) Wait for reset completion. > 4) After successful reset, abort all IO's to the device. > 5) After aborting all

[PATCH V2 7/9] pm80xx : corrected SATA abort handling sequence.

2017-09-13 Thread Viswas G
Modified SATA abort handling with following steps: 1) Set device state as recovery. 2) Send phy reset. 3) Wait for reset completion. 4) After successful reset, abort all IO's to the device. 5) After aborting all IO's to device, set device state as operational. Signed-off-by: Deepak Ukey