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

[PATCH] MAINTAINERS: Update for qla4xxx

2013-07-10 Thread vikas.chaudhary
From: Vikas Chaudhary Signed-off-by: Vikas Chaudhary --- MAINTAINERS |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9aef120..e9c7df1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6568,11 +6568,11 @@ F: Documentation/scsi/LICENSE.q

[GIT PULL] target updates for v3.11-rc1

2013-07-10 Thread Nicholas A. Bellinger
Hello Linus! Here are the target pending patches for the v3.11-rc1 merge window. Please go ahead and pull from: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next Lots of activity this round on performance improvements in target-core while benchmarking the prototype

Re: [PATCHv2 0/7] Limit overall SCSI EH runtime

2013-07-10 Thread Ewan Milne
On Mon, 2013-07-01 at 08:50 +0200, Hannes Reinecke wrote: > This patchset implements a new 'eh_deadline' attribute to the > SCSI host. It will limit the overall SCSI EH runtime by a given > timeout. If the timeout is reached all intermediate EH steps > will be skipped and host reset will be schedul

Re: [PATCH] [SCSI] sd: fix crash when UA received on DIF enabled device

2013-07-10 Thread Ewan Milne
On Tue, 2012-11-06 at 17:48 -0500, Martin K. Petersen wrote: > > "Ewan" == Ewan D Milne writes: > > Ewan> sd_prep_fn will allocate a larger CDB for the command via > Ewan> mempool_alloc for devices using DIF type 2 protection. This CDB > Ewan> was being freed in sd_done, which results in a k

[PATCH 1/1] ipr: Add sereral new CCIN definitions for new adapters support

2013-07-10 Thread wenxiong
Add the appropriate definitions and table entries for new adapter support. Signed-off-by: Wen Xiong --- drivers/scsi/ipr.c | 14 ++ drivers/scsi/ipr.h |7 +++ 2 files changed, 21 insertions(+) Index: b/drivers/scsi/ipr.c ===

[PATCH 0/1] Update new CCIN

2013-07-10 Thread wenxiong
This patch updates new CCIN in ipr driver. Thanks for your help! Wendy -- -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

RE: [PATCH V3 2/2] scsi: ufs: Add runtime PM support for UFS host controller driver

2013-07-10 Thread Seungwon Jeon
On Tue, July 09, 2013, Sujit Reddy Thumma wrote: > Add runtime PM helpers to suspend/resume UFS controller at runtime. > Enable runtime PM by default for pci and platform drivers as the > initialized hardware can suspend if it is not used after bootup. > > Signed-off-by: Sujit Reddy Thumma > ---

RE: [PATCH V3 1/2] scsi: ufs: Add support for host assisted background operations

2013-07-10 Thread Seungwon Jeon
I'm not sure that BKOPS with runtime-pm associates. Do you think it's helpful for power management? How about hibernation scheme for runtime-pm? I'm testing and I can introduce soon. On Tue, July 09, 2013, Sujit Reddy Thumma wrote: > Background operations in the UFS device can be disabled by > the

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 1/2] scsi: ufs: Add support for sending NOP OUT UPIU

2013-07-10 Thread Seungwon Jeon
On Tue, July 09, 2013, Sujit Reddy Thumma wrote: > 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 comman

Re: [PATCH 2/2] scsi: qla2xxx: change some variables to hexadecimal string via %*phN format

2013-07-10 Thread Andy Shevchenko
[ - bunch of QLogic people from Cc list, I don't know why you put them there, but I think my comments are not to bother people personally, so, I left few and SCSI ML] First of all, didn't you notice the http://www.spinics.net/lists/linux-scsi/msg66798.html ? I think there is subject is wrong a bit

Re: [PATCH 1/1] scsi: qla4xxx: change some variables to hexadecimal string via %pm, %pmR and %pM formats

2013-07-10 Thread Vikas Chaudhary
-Original Message- From: Oleksandr Khoshaba Date: Saturday 6 July 2013 12:10 PM To: scsi , Dept-Eng Linux Driver , "James E.J. Bottomley" , Saurav Kashyap Cc: Andy Shevchenko , Oleksandr Khoshaba Subject: [PATCH 1/1] scsi: qla4xxx: change some variables to hexadecimal string via %pm, %pm