linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Ewan D. Milne" <emilne@redhat.com>
To: Don Brace <don.brace@microsemi.com>
Cc: jejb@linux.vnet.ibm.com, Viswas.G@microsemi.com,
	Mahesh.Rajashekhara@microsemi.com, hch@infradead.org,
	scott.teel@microsemi.com, Kevin.Barnett@microsemi.com,
	Justin.Lindley@microsemi.com, scott.benesh@microsemi.com,
	elliott@hpe.com, linux-scsi@vger.kernel.org
Subject: Re: [PATCH V4 1/2] smartpqi: initial commit of Microsemi smartpqi driver
Date: Wed, 10 Aug 2016 12:12:31 -0400	[thread overview]
Message-ID: <1470845551.12971.19.camel@localhost.localdomain> (raw)
In-Reply-To: <146706366077.29152.2433812429429846745.stgit@brunhilda>

On Mon, 2016-06-27 at 16:41 -0500, Don Brace wrote:
> From: Kevin Barnett <kevin.barnett@microsemi.com>
> 
> This initial commit contains WIP of Microsemi's smartpqi module.
> 
> Reviewed-by: Scott Benesh <scott.benesh@microsemi.com>
> Reviewed-by: Kevin Barnett <kevin.barnett@microsemi.com>
> Signed-off-by: Kevin Barnett <kevin.barnett@microsemi.com>
> Signed-off-by: Don Brace <don.brace@microsemi.com>
> ---
>  MAINTAINERS                                    |   11 
>  drivers/scsi/Kconfig                           |    1 
>  drivers/scsi/Makefile                          |    1 
>  drivers/scsi/smartpqi/Kconfig                  |   50 
>  drivers/scsi/smartpqi/Makefile                 |    3 
>  drivers/scsi/smartpqi/smartpqi.h               | 1133 ++++
>  drivers/scsi/smartpqi/smartpqi_init.c          | 6306 ++++++++++++++++++++++++
>  drivers/scsi/smartpqi/smartpqi_sas_transport.c |  350 +
>  drivers/scsi/smartpqi/smartpqi_sis.c           |  394 +
>  drivers/scsi/smartpqi/smartpqi_sis.h           |   32 
>  10 files changed, 8281 insertions(+)
>  create mode 100644 drivers/scsi/smartpqi/Kconfig
>  create mode 100644 drivers/scsi/smartpqi/Makefile
>  create mode 100644 drivers/scsi/smartpqi/smartpqi.h
>  create mode 100644 drivers/scsi/smartpqi/smartpqi_init.c
>  create mode 100644 drivers/scsi/smartpqi/smartpqi_sas_transport.c
>  create mode 100644 drivers/scsi/smartpqi/smartpqi_sis.c
>  create mode 100644 drivers/scsi/smartpqi/smartpqi_sis.h
> 

Reviewed-by: Ewan D. Milne <emilne@redhat.com>



  parent reply	other threads:[~2016-08-10 18:42 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-27 21:40 [PATCH V4 0/2] smartpqi: initial commit of Microsemi smartpqi driver Don Brace
2016-06-27 21:41 ` [PATCH V4 1/2] " Don Brace
2016-08-01  7:13   ` Hannes Reinecke
2016-08-01  8:17   ` Johannes Thumshirn
2016-08-10 16:12   ` Ewan D. Milne [this message]
2016-06-27 21:41 ` [PATCH V4 2/2] aacraid: remove wildcard for series 9 controllers Don Brace
2016-08-10 16:14   ` Ewan D. Milne
2016-08-12 20:08   ` Martin K. Petersen
2016-09-07 21:04     ` Don Brace
2016-09-08 18:15       ` Don Brace
2016-09-08 18:25         ` James Bottomley
2016-09-08 18:33           ` Scott Benesh
2016-09-08 22:38             ` James Bottomley
2016-09-09 16:06               ` Scott Benesh
2016-10-03 20:09               ` Don Brace
2016-11-11 14:47               ` Don Brace
2016-12-07 21:44                 ` Don Brace
2016-12-08  0:10                   ` Martin K. Petersen
2016-10-14 15:41           ` Don Brace
2016-09-09 17:11       ` David Carroll
2016-08-05  1:24 ` [PATCH V4 0/2] smartpqi: initial commit of Microsemi smartpqi driver Martin K. Petersen
2016-08-05 14:19   ` Don Brace
2016-08-09  1:04     ` Martin K. Petersen
2016-08-09 15:37       ` Don Brace
2016-08-11  2:25         ` Martin K. Petersen
2016-08-11 21:13           ` Don Brace
2016-08-12 20:10             ` Martin K. Petersen
2016-08-15 15:54               ` Don Brace
2016-08-17  2:28                 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470845551.12971.19.camel@localhost.localdomain \
    --to=emilne@redhat.com \
    --cc=Justin.Lindley@microsemi.com \
    --cc=Kevin.Barnett@microsemi.com \
    --cc=Mahesh.Rajashekhara@microsemi.com \
    --cc=Viswas.G@microsemi.com \
    --cc=don.brace@microsemi.com \
    --cc=elliott@hpe.com \
    --cc=hch@infradead.org \
    --cc=jejb@linux.vnet.ibm.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=scott.benesh@microsemi.com \
    --cc=scott.teel@microsemi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).