linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] initial submit of Microsemi smartpqi driver
@ 2016-06-09 18:50 Don Brace
  2016-06-09 18:51 ` [PATCH V2 1/2] smartpqi: initial commit " Don Brace
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Don Brace @ 2016-06-09 18:50 UTC (permalink / raw)
  To: jejb, Viswas.G, Mahesh.Rajashekhara, hch, scott.teel,
	Kevin.Barnett, Justin.Lindley, scott.benesh, elliott
  Cc: linux-scsi

These patches are based on Linus's tree

- add smartpqi to kernel.org
- remove PCI IDs from aacraid driver
  - Depends on adoption of smartpqi driver

Changes since initial upload
 - Forgot to give correct ownership to the author.
Changes since V1
 - Corrected make ARCH=i386 kbuild test robot issue.

---

Don Brace (1):
      aacraid: remove wildcard for series 9 controllers

Kevin Barnett (1):
      smartpqi: initial commit of Microsemi smartpqi driver


 drivers/scsi/smartpqi/Kconfig                  |   50 
 drivers/scsi/smartpqi/Makefile                 |    3 
 drivers/scsi/smartpqi/smartpqi.h               | 1135 ++++
 drivers/scsi/smartpqi/smartpqi_init.c          | 6817 ++++++++++++++++++++++++
 drivers/scsi/smartpqi/smartpqi_sas_transport.c |  350 +
 drivers/scsi/smartpqi/smartpqi_sis.c           |  394 +
 drivers/scsi/smartpqi/smartpqi_sis.h           |   32 
 7 files changed, 8781 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

--
Signature

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-06-16 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-09 18:50 [PATCH V2 0/2] initial submit of Microsemi smartpqi driver Don Brace
2016-06-09 18:51 ` [PATCH V2 1/2] smartpqi: initial commit " Don Brace
2016-06-10  8:34   ` kbuild test robot
2016-06-09 18:51 ` [PATCH V2 2/2] aacraid: remove wildcard for series 9 controllers Don Brace
2016-06-10  9:56 ` [PATCH V2 0/2] initial submit of Microsemi smartpqi driver Hannes Reinecke
2016-06-16 20:44   ` Don Brace

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