]> git.baikalelectronics.ru Git - kernel.git/commit
cxlflash: Base support for IBM CXL Flash Adapter
authorMatthew R. Ochs <mrochs@linux.vnet.ibm.com>
Tue, 9 Jun 2015 22:15:52 +0000 (17:15 -0500)
committerJames Bottomley <JBottomley@Odin.com>
Fri, 31 Jul 2015 04:02:01 +0000 (21:02 -0700)
commit350d8fc94d1d334d2327c62e885b5c60bc562af1
treeec2bc76bd16eb59c3efbd7af05c8364eb4a9ecf0
parent5d09a46f644a22940dbb6aa3b8b1e6e53a771231
cxlflash: Base support for IBM CXL Flash Adapter

SCSI device driver to support filesystem access on the IBM CXL Flash adapter.

Supported-by: Stephen Bates <stephen.bates@pmcs.com>
Reviewed-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com>
Reviewed-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
drivers/scsi/Kconfig
drivers/scsi/Makefile
drivers/scsi/cxlflash/Kconfig [new file with mode: 0644]
drivers/scsi/cxlflash/Makefile [new file with mode: 0644]
drivers/scsi/cxlflash/common.h [new file with mode: 0644]
drivers/scsi/cxlflash/main.c [new file with mode: 0644]
drivers/scsi/cxlflash/main.h [new file with mode: 0644]
drivers/scsi/cxlflash/sislite.h [new file with mode: 0755]