RE: [PATCH v3 17/18] megaraid_sas : fix megasas_fire_cmd_fusion calling convention

2015-05-19 Thread Sumit Saxena
>-Original Message- >From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] >Sent: Tuesday, May 19, 2015 11:53 AM >To: sumit.sax...@avagotech.com >Cc: linux-scsi@vger.kernel.org; the...@redhat.com; >martin.peter...@oracle.com; h...@infradead.org; >kashyap.de...@avagotech.com >

RE: [PATCH v3 4/18] megaraid_sas : Move controller's queue depth calculation in adapter specific function

2015-05-19 Thread Sumit Saxena
>-Original Message- >From: James Bottomley [mailto:james.bottom...@hansenpartnership.com] >Sent: Tuesday, May 19, 2015 11:52 AM >To: sumit.sax...@avagotech.com >Cc: linux-scsi@vger.kernel.org; the...@redhat.com; >martin.peter...@oracle.com; h...@infradead.org; >kashyap.de...@avagotech.com >

[PATCH] [RESEND] SCSI: initio: remove duplicate module device table

2015-05-19 Thread Arnd Bergmann
The initio driver has for many years had two copies of the same module device table. One of them is also used for registering the other driver, the other one is entirely useless after the large scale cleanup that Alan Cox did back in 2007. The compiler warns about this whenever the driver is built

[PATCH v1 3/3] scsi: ufs-qcom: update configuration option of SCSI_UFS_QCOM component

2015-05-19 Thread Yaniv Gardi
This change is required in order to be able to build the component as a module. Signed-off-by: Yaniv Gardi --- drivers/scsi/ufs/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig index e945383..5f45307 100644 --- a/dri

[PATCH v1 2/3] scsi: ufs-qcom: fix compilation warning if compiled as a module

2015-05-19 Thread Yaniv Gardi
This change fixes a compilation warning that happens if SCSI_UFS_QCOM is compiled as a module. Signed-off-by: Yaniv Gardi --- drivers/scsi/ufs/ufs-qcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/ufs/ufs-qcom.c b/drivers/scsi/ufs/ufs-qcom.c index 6652a81..

Re: [PATCH] [RESEND] SCSI: ips: remove pointless #warning

2015-05-19 Thread James Bottomley
On Tue, 2015-05-19 at 15:56 +0200, Arnd Bergmann wrote: > On Tuesday 19 May 2015 06:52:52 James Bottomley wrote: > > On Tue, 2015-05-19 at 15:33 +0200, Arnd Bergmann wrote: > > > The ips driver contains > > > > > > #warning "This driver has only been tested on the x86/ia64/x86_64 > > > platforms

RE: [PATCH 2/2] cciss: correct the non-resettable board list

2015-05-19 Thread Don Brace
-Original Message- > From: Don Brace > Sent: Tuesday, May 19, 2015 1:56 PM > To: 'Tomas Henzl'; linux-scsi@vger.kernel.org > Cc: linux-ker...@vger.kernel.org; ax...@kernel.dk > Subject: RE: [PATCH 2/2] cciss: correct the non-resettable board list > > > -Original Message- > > From:

RE: [PATCH] hpsa: dont meddle with hw which isn't ours (cciss)

2015-05-19 Thread Don Brace
> -Original Message- > From: Tomas Henzl [mailto:the...@redhat.com] > Sent: Thursday, April 02, 2015 8:26 AM > To: linux-scsi@vger.kernel.org > Cc: Don Brace; Scott Teel; Justin Lindley; Kevin Barnett > Subject: [PATCH] hpsa: dont meddle with hw which isn't ours (cciss) > > The hpsa driv

[PATCH 00/12] treewide: Use DECLARE_BITMAP

2015-05-19 Thread Joe Perches
Use the standard method to declare a bitmap array. Joe Perches (12): ARM: mach-imx: iomux-imx31: Use DECLARE_BITMAP dmaengine: rcar-dmac: Use DECLARE_BITMAP drm/amdkfd: Use DECLARE_BITMAP drm/radeon: Use DECLARE_BITMAP IB/ehca: Use DECLARE_BITMAP bcache: Use DECLARE_BITMAP spider_net

Re: [PATCH 10/12] scsi: Use DECLARE_BITMAP

2015-05-19 Thread Bart Van Assche
On 05/20/15 03:37, Joe Perches wrote: Use the generic mechanism to declare a bitmap instead of unsigned long. Signed-off-by: Joe Perches --- drivers/scsi/sr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/sr.c b/drivers/scsi/sr.c index 8bd54a6..f40c957 1006