Re: [PATCH V6 Resend2 2/2] [SCSI] ufs: Correct the expected data transfersize

2013-04-30 Thread merez
Hi James, Can this patch be poushed to 3.9+ merge window? Thnaks, Maya > This patch corrects the expected data transfer size of the > command UPIU. The current implementation of cmd->transfersize > is wrong as it probably equal to sector size. With this > implementation the transfer size is updat

Re: [PATCH V6 Resend2 1/2] [SCSI] ufs: Add Platform glue driver for ufshcd

2013-04-30 Thread merez
Hi James, Can this patch be poushed to 3.9+ merge window? Thnaks, Maya > This patch adds Platform glue driver for ufshcd. > > Reviewed-by: Arnd Bergmann > Reviewed-by: Namjae Jeon > Reviewed-by: Subhash Jadavani > Reviewed-by: Sujit Reddy Thumma > Tested-by: Maya Erez > Signed-off-by: Vinaya

Re: [PATCH] ISCI: add more PCI IDs

2013-04-30 Thread Dave Jiang
On 04/30/2013 11:26 AM, Evgeni Golov wrote: On 04/30/2013 07:33 PM, Dave Jiang wrote: These are found in e.g. the R2000GZ/GL machines. Nack. These PCI device IDs are reserved for third party device drivers. Most likely that machine has a third party OROM as well. OROM = option ROM? Yes, it has

Re: [PATCH] ISCI: add more PCI IDs

2013-04-30 Thread Evgeni Golov
On 04/30/2013 07:33 PM, Dave Jiang wrote: >> These are found in e.g. the R2000GZ/GL machines. > > Nack. These PCI device IDs are reserved for third party device drivers. > Most likely that machine has a third party OROM as well. OROM = option ROM? Yes, it has the "white" C600 expansion pack, so w

[GIT PULL] First round of SCSI updates for the 3.9+ merge window

2013-04-30 Thread James Bottomley
This is the first round, consisting mostly of drivers and patches submitted 3 weeks ago. Since I've been travelling quite a bit, there will be a second round just before the merge window closes for all the patches three weeks or newer, or which got flagged for my attention after 10 April. The pat

Re: [PATCH] ISCI: add more PCI IDs

2013-04-30 Thread Dave Jiang
On 04/30/2013 06:12 AM, Evgeni Golov wrote: These are found in e.g. the R2000GZ/GL machines. Nack. These PCI device IDs are reserved for third party device drivers. Most likely that machine has a third party OROM as well. --- drivers/scsi/isci/init.c |4 1 files changed, 4 inse

LPC2013: File and Storage Systems uconf Approved

2013-04-30 Thread Ric Wheeler
Just a heads up, Linux Plumbers has approved the FS & Storage micro-conf for this year. Please have a look at the wiki for details: http://www.linuxplumbersconf.org/2013/ I have posted some suggested topics at the site, let's get the planning rolling so we can get people registered in time f

[PATCH] ISCI: add more PCI IDs

2013-04-30 Thread Evgeni Golov
These are found in e.g. the R2000GZ/GL machines. --- drivers/scsi/isci/init.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/isci/init.c b/drivers/scsi/isci/init.c index 2839baa..d1ec2bd 100644 --- a/drivers/scsi/isci/init.c +++ b/drivers/scsi/isci/init.c

Re: [PATCH 3/5] scsi: ufs: amend interrupt configuration

2013-04-30 Thread Subhash Jadavani
Patch looks good but one minor comment below. On 4/24/2013 9:36 PM, Seungwon Jeon wrote: It makes interrupt setting more flexible especially for disabling. And wrong bit mask is fixed for ver 1.0. [17:16] is added for mask. Signed-off-by: Seungwon Jeon --- drivers/scsi/ufs/ufshcd.c | 86 ++

Re: [PATCH 2/5] scsi: ufs: wrap the i/o access operations

2013-04-30 Thread Subhash Jadavani
On 4/26/2013 10:36 AM, Seungwon Jeon wrote: Hi, On Thursday, April 25, 2013, Sujit Reddy Thumma wrote: On 4/24/2013 9:36 PM, Seungwon Jeon wrote: Simplify operations with hiding mmio_base. Signed-off-by: Seungwon Jeon --- drivers/scsi/ufs/ufshcd.c | 106 +++--

Re: [PATCH 1/5] scsi: ufs: move the ufshcd_hba_stop to ufshcd.c

2013-04-30 Thread Subhash Jadavani
Looks good. Reviewed-by: Subhash Jadavani On 4/24/2013 9:36 PM, Seungwon Jeon wrote: > Move the ufshcd_hba_stop from header file. > > Signed-off-by: Seungwon Jeon > --- > drivers/scsi/ufs/ufshcd.c |9 + > drivers/scsi/ufs/ufshcd.h |9 - > 2 files changed, 9 insertions(+

Re: [PATCH 4/5] scsi: ufs: rework link start-up process

2013-04-30 Thread Sujit Reddy Thumma
On 4/30/2013 12:03 PM, Seungwon Jeon wrote: On Monday, April 29, 2013, Sujit Reddy Thumma wrote: On 4/29/2013 3:54 PM, Seungwon Jeon wrote: On Monday, April 29, 2013, Sujit Reddy Thumma wrote: On 4/26/2013 10:44 AM, Seungwon Jeon wrote: On Thursday, April 25, 2013 , Sujit Reddy Thumma wrote:

Re: "WRITE SAME failed. Manually zeroing" with 3w-xxxx driver

2013-04-30 Thread Florian Westphal
Martin K. Petersen wrote: > > "Florian" == Florian Westphal writes: > > Florian> After update to 3.8 dmesg is spammed with: kernel: [ > Florian> 280.272094] 3w-: scsi8: Unknown scsi opcode: 0x41 kernel: [ > Florian> 280.272107] sd 8:0:0:0: [sda] Unhandled error code kernel: > > Could y