* [RESEND][PATCH 0/20][SCSI] mpt3sas: Driver submission v01.100.00.00
@ 2012-09-29 14:18 sreekanth.reddy
2012-10-07 12:07 ` James Bottomley
0 siblings, 1 reply; 2+ messages in thread
From: sreekanth.reddy @ 2012-09-29 14:18 UTC (permalink / raw)
To: linux-scsi, jejb, Nagalakshmi.Nandigama, sreekanth.reddy; +Cc: Sathya.Prakash
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.Reddy@lsi.com>
Reviewed-by: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [RESEND][PATCH 0/20][SCSI] mpt3sas: Driver submission v01.100.00.00
2012-09-29 14:18 [RESEND][PATCH 0/20][SCSI] mpt3sas: Driver submission v01.100.00.00 sreekanth.reddy
@ 2012-10-07 12:07 ` James Bottomley
0 siblings, 0 replies; 2+ messages in thread
From: James Bottomley @ 2012-10-07 12:07 UTC (permalink / raw)
To: sreekanth.reddy; +Cc: linux-scsi, jejb, Nagalakshmi.Nandigama, Sathya.Prakash
On Sat, 2012-09-29 at 19:48 +0530, sreekanth.reddy@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.Reddy@lsi.com>
> Reviewed-by: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-07 12:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-29 14:18 [RESEND][PATCH 0/20][SCSI] mpt3sas: Driver submission v01.100.00.00 sreekanth.reddy
2012-10-07 12:07 ` James Bottomley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).