[PATCH] scsi: ufs: read door bell register after clearing interrupt aggregation

2013-08-25 Thread Dolev Raviv
In interrupt context, after reading and comparing the UTRLDBR to hba-outstanding_request and before resetting the interrupt aggregation, there might be completion of another transfer request (TR). Such TRs might get stuck, pending, until the next interrupt is generated. The fix reads the UTRLDBR

Re: [PATCH v2 0/6] scsi: ufs: some fixes and updates

2013-08-25 Thread Dolev Raviv
Hi Jeon, Can you specify your dependencies pleas. I was having trouble applying it above scsi/misc branch with the following patches: Sujit Reddy Thumma (4): scsi: ufs: Fix broken task management command implementation scsi: ufs: Fix hardware race conditions while aborting a command scsi:

Re: [PATCH 05/16] megaraid: clean up unnecessary MSI/MSI-X capability find

2013-08-25 Thread Yijing Wang
PCI_MSIX_FLAGS, control ~PCI_MSIX_FLAGS_ENABLE); } -- 1.7.1 Acked-by: Sumit Saxena sumit.sax...@lsi.com Hi James, Can you merge this patch? Thanks! Yijing.

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 sthu...@codeaurora.org As part of device initialization sequence, sending NOP OUT UPIU and waiting for NOP IN UPIU response is mandatory. This confirms that the device

[PATCH 1/3] arcmsr: Support Areca new SATA Raid Adapter ARC1214/1224/1264/1284

2013-08-25 Thread 黃清隆
From: Ching ching2...@areca.com.tw Support Areca new SATA Raid adapter ARC1214/1224/1264/1284. Modify maximum outstanding command number, notify command complete with auto request sense Signed-off-by: Ching ching2...@areca.com.tw -- To unsubscribe from this list: send the line unsubscribe

[PATCH 2/3] arcmsr: Fix command throttling for ARC188x series

2013-08-25 Thread 黃清隆
From: Ching ching2...@areca.com.tw Fix command throttling for ARC188x series adapter. Signed-off-by: Ching ching2...@areca.com.tw --- patch2 Description: Binary data

[PATCH 3/3] arcmsr: Fix bug of updating adapter firmware through ioctl(ARCHTTP) interface

2013-08-25 Thread 黃清隆
From: Ching ching2...@areca.com.tw Fix bug of updating adapter firmware through ioctl(ARCHTTP) interface. Signed-off-by: Ching ching2...@areca.com.tw --- patch3 Description: Binary data