RE: [PATCH V5 1/4] scsi: ufs: Fix broken task management command implementation

2013-08-13 Thread Yaniv Gardi
] On Behalf Of Dolev Raviv = Sent: Monday, August 12, 2013 4:01 PM = To: Sujit Reddy Thumma = Cc: Vinayak Holikatti; Santosh Y; James E.J. Bottomley; linux- = s...@vger.kernel.org; Sujit Reddy Thumma; linux-arm- = m...@vger.kernel.org = Subject: Re: [PATCH V5 1/4] scsi: ufs: Fix broken task

Re: [PATCH V5 1/4] scsi: ufs: Fix broken task management command implementation

2013-08-12 Thread Dolev Raviv
Tested-by: Dolev Raviv dra...@codeaurora.org Currently, sending Task Management (TM) command to the card might be broken in some scenarios as listed below: Problem: If there are more than 8 TM commands the implementation returns error to the caller. Fix: Wait for one of the

[PATCH V5 1/4] scsi: ufs: Fix broken task management command implementation

2013-07-29 Thread Sujit Reddy Thumma
Currently, sending Task Management (TM) command to the card might be broken in some scenarios as listed below: Problem: If there are more than 8 TM commands the implementation returns error to the caller. Fix: Wait for one of the slots to be emptied and send the command. Problem: