RE: [PATCH V3 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

2013-07-19 Thread Seungwon Jeon
On Thursday, July 18, 2013, Dolev Raviv wrote: > > Hi, > > > > Sorry for the late response. I had a few days off. > > > > On Thu, July 11, 2013, Dolev Raviv wrote: > >> > On Tuesday, July 09, 2013, Sujit Reddy Thumma wrote: > >> >> From: Dolev Raviv > >> >> Allow UFS device to complete its initial

RE: [PATCH V3 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

2013-07-18 Thread Dolev Raviv
> Hi, > > Sorry for the late response. I had a few days off. > > On Thu, July 11, 2013, Dolev Raviv wrote: >> > On Tuesday, July 09, 2013, Sujit Reddy Thumma wrote: >> >> From: Dolev Raviv >> >> Allow UFS device to complete its initialization and accept >> >> SCSI commands by setting fDeviceInit

RE: [PATCH V3 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

2013-07-17 Thread Seungwon Jeon
Hi, Sorry for the late response. I had a few days off. On Thu, July 11, 2013, Dolev Raviv wrote: > > On Tuesday, July 09, 2013, Sujit Reddy Thumma wrote: > >> From: Dolev Raviv > >> Allow UFS device to complete its initialization and accept > >> SCSI commands by setting fDeviceInit flag. The dev

RE: [PATCH V3 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

2013-07-10 Thread Dolev Raviv
> On Tuesday, July 09, 2013, Sujit Reddy Thumma wrote: >> From: Dolev Raviv >> Allow UFS device to complete its initialization and accept >> SCSI commands by setting fDeviceInit flag. The device may take >> time for this operation and hence the host should poll until >> fDeviceInit flag is toggled

RE: [PATCH V3 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

2013-07-10 Thread Seungwon Jeon
On Tuesday, July 09, 2013, Sujit Reddy Thumma wrote: > From: Dolev Raviv > > Allow UFS device to complete its initialization and accept > SCSI commands by setting fDeviceInit flag. The device may take > time for this operation and hence the host should poll until > fDeviceInit flag is toggled to

Re: [PATCH V3 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

2013-07-09 Thread merez
Tested-by: Maya Erez > From: Dolev Raviv > > Allow UFS device to complete its initialization and accept > SCSI commands by setting fDeviceInit flag. The device may take > time for this operation and hence the host should poll until > fDeviceInit flag is toggled to zero. This step is mandated by

[PATCH V3 2/2] scsi: ufs: Set fDeviceInit flag to initiate device initialization

2013-07-09 Thread Sujit Reddy Thumma
From: Dolev Raviv Allow UFS device to complete its initialization and accept SCSI commands by setting fDeviceInit flag. The device may take time for this operation and hence the host should poll until fDeviceInit flag is toggled to zero. This step is mandated by UFS device specification for devic