Re: [PATCH 1/9] scsi: ufs: Add support for sending NOP OUT UPIU

2013-08-26 Thread James Bottomley
On Mon, 2013-08-26 at 08:41 +0530, Sujit Reddy Thumma wrote: > On 8/23/2013 11:47 PM, James Bottomley wrote: > > > > On Tue, 2013-07-30 at 00:35 +0530, Santosh Y wrote: > >> From: Sujit Reddy Thumma > >> > >> As part of device initialization sequence, sending NOP OUT UPIU and > >> waiting for NOP

Re: [PATCH 1/9] scsi: ufs: Add support for sending NOP OUT UPIU

2013-08-25 Thread Sujit Reddy Thumma
On 8/23/2013 11:47 PM, James Bottomley wrote: On Tue, 2013-07-30 at 00:35 +0530, Santosh Y wrote: From: Sujit Reddy Thumma As part of device initialization sequence, sending NOP OUT UPIU and waiting for NOP IN UPIU response is mandatory. This confirms that the device UFS Transport (UTP) layer

Re: [PATCH 1/9] scsi: ufs: Add support for sending NOP OUT UPIU

2013-08-23 Thread James Bottomley
On Tue, 2013-07-30 at 00:35 +0530, Santosh Y wrote: > From: Sujit Reddy Thumma > > As part of device initialization sequence, sending NOP OUT UPIU and > waiting for NOP IN UPIU response is mandatory. This confirms that the > device UFS Transport (UTP) layer is functional and the host can configu

[PATCH 1/9] scsi: ufs: Add support for sending NOP OUT UPIU

2013-07-29 Thread Santosh Y
From: Sujit Reddy Thumma As part of device initialization sequence, sending NOP OUT UPIU and waiting for NOP IN UPIU response is mandatory. This confirms that the device UFS Transport (UTP) layer is functional and the host can configure the device with further commands. Add support for sending NO

[PATCH 1/9] scsi: ufs: Add support for sending NOP OUT UPIU

2013-07-28 Thread Santosh Y
From: Sujit Reddy Thumma As part of device initialization sequence, sending NOP OUT UPIU and waiting for NOP IN UPIU response is mandatory. This confirms that the device UFS Transport (UTP) layer is functional and the host can configure the device with further commands. Add support for sending NO