Re: [RESEND][PATCH 0/20][SCSI] mpt3sas: Driver submission v01.100.00.00

2012-10-07 Thread James Bottomley
On Sat, 2012-09-29 at 19:48 +0530, sreekanth.re...@lsi.com wrote:
 This is new scsi lld device driver from LSI supporting the SAS 3.0
 standard.
 
 Here is list of new 12gb host controllers:
 
   LSI SAS3004
   LSI SAS3008
   LSI SAS3108
 
 Signed-off-by: Sreekanth Reddy sreekanth.re...@lsi.com
 Reviewed-by: Nagalakshmi Nandigama nagalakshmi.nandig...@lsi.com

This doesn't seem to compile:

drivers/scsi/mpt3sas/mpt3sas_scsih.c: In function
‘_scsih_sas_broadcast_primitive_event’:
drivers/scsi/mpt3sas/mpt3sas_scsih.c:5368:2: error: ‘event_data’
undeclared (first use in this function)
drivers/scsi/mpt3sas/mpt3sas_scsih.c:5368:2: note: each undeclared
identifier is reported only once for each function it appears in
drivers/scsi/mpt3sas/mpt3sas_ctl.c: In function
‘mpt3sas_ctl_reset_handler’:
drivers/scsi/mpt3sas/mpt3sas_ctl.c:475:3: error: expected ‘)’ before
‘MPT3SAS_FMT9’
make[3]: *** [drivers/scsi/mpt3sas/mpt3sas_scsih.o] Error 1
make[3]: *** Waiting for unfinished jobs
make[3]: *** [drivers/scsi/mpt3sas/mpt3sas_ctl.o] Error 1
make[2]: *** [drivers/scsi/mpt3sas] Error 2
make[2]: *** Waiting for unfinished jobs
make[1]: *** [drivers/scsi] Error 2
make: *** [drivers] Error 2

Did you miss something in the split?

James


--
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


[RESEND][PATCH 0/20][SCSI] mpt3sas: Driver submission v01.100.00.00

2012-09-29 Thread sreekanth.reddy
This is new scsi lld device driver from LSI supporting the SAS 3.0
standard.

Here is list of new 12gb host controllers:

  LSI SAS3004
  LSI SAS3008
  LSI SAS3108

Signed-off-by: Sreekanth Reddy sreekanth.re...@lsi.com
Reviewed-by: Nagalakshmi Nandigama nagalakshmi.nandig...@lsi.com
---
Here is the brief description of patches:
[PATCH 01/20] [SCSI] mpt3sas : Makefile, Kconfig and scsi_transport_sas file 
changes to support new driver mpt3sas
[PATCH 02/20] [SCSI] mpt3sas : MPI API headers. This patch is part 1 of MPI API 
headers.
[PATCH 03/20] [SCSI] mpt3sas : MPI API headers. This patch is part 2 of MPI API 
headers.
[PATCH 04/20] [SCSI] mpt3sas : MPI API headers. This patch is part 3 of MPI API 
headers.
[PATCH 05/20] [SCSI] mpt3sas : MPI API headers. This patch is part 4 of MPI API 
headers.
[PATCH 06/20] [SCSI] mpt3sas : MPI API headers. This patch is part 5 of MPI API 
headers.
[PATCH 07/20] [SCSI] mpt3sas : Fusion MPT base driver providing common API 
layer interface
for access to MPT (Message 
Passing Technology) firmware.
This patch is part 1 of 
mpt3sas_base.c
[PATCH 08/20] [SCSI] mpt3sas : This patch is part 2 of mpt3sas_base.c
[PATCH 09/20] [SCSI] mpt3sas : Fusion MPT base driver providing common API 
layer interface
headers for access to MPT 
(Message Passing Technology) firmware.
[PATCH 10/20] [SCSI] mpt3sas : Common API for accessing firmware configuration 
pages
[PATCH 11/20] [SCSI] mpt3sas : Ioctl Support for MPT (Message Passing 
Technology)
based controller
[PATCH 12/20] [SCSI] mpt3sas : Ioctl Module Support headers for MPT (Message 
Passing Technology)
based controllers
[PATCH 13/20] [SCSI] mpt3sas : Logging Support for MPT (Message Passing 
Technology)
based controllers
[PATCH 14/20] [SCSI] mpt3sas : Code related to Scsi Host Layer for
MPT (Message Passing 
Technology) based controllers
This patch is part 1 of 
mpt3sas_scsih.c
[PATCH 15/20] [SCSI] mpt3sas : This patch is part 2 of mpt3sas_scsih.c
[PATCH 16/20] [SCSI] mpt3sas : This patch is part 3 of mpt3sas_scsih.c
[PATCH 17/20] [SCSI] mpt3sas : Code related to SAS Transport Layer for
MPT (Message Passing Technology) based 
controllers
[PATCH 18/20] [SCSI] mpt3sas : Common API to set Diagnostic trigger for MPT
(Message Passing Technology) based 
controllers
[PATCH 19/20] [SCSI] mpt3sas : Common API headers to set Diagnostic trigger for 
MPT
(Message Passing Technology) based 
controllers
[PATCH 20/20] [SCSI] mpt3sas : Adding support for MPT3SAS_MINOR(222)
--
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