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

This driver is based on Linus's tree

This initial commit contains WIP of Microsemi's smartpqi module.

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

Changes since V3
 - removed 'devices' and 'PQI info' sysfs attributes
   according to Hannes's review.
 - changes suggested by Hannes and Johannes Thumshirn:
   - removed statistics
 - fixed issues raised by Johannes Thumshirn
 - answers to other Johannes Thumshirn's review posted in a
   separate reply.

Changes since V2
 - Corrected make ARCH=s390 kbuild test robot issue.
 - Answers to Hannes's Review posted in a separate reply

Changes since V1
 - Corrected make ARCH=i386 kbuild test robot issue.

Changes since initial upload
 - Forgot to give correct ownership to the author.

---

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

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


 MAINTAINERS                                    |   11 
 drivers/scsi/Kconfig                           |    1 
 drivers/scsi/Makefile                          |    1 
 drivers/scsi/aacraid/linit.c                   |    2 
 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 
 11 files changed, 8281 insertions(+), 2 deletions(-)
 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] 29+ messages in thread

end of thread, other threads:[~2016-12-08  0:10 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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