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.
---
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 | 1106 ++++
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
11 files changed, 8765 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
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html