On Tue, 2015-06-09 at 17:15 -0500, Matthew R. Ochs wrote: > SCSI device driver to support filesystem access on the IBM CXL Flash adapter. > > Supported-by: Stephen Bates <stephen.bates@xxxxxxxx> > Reviewed-by: Michael Neuling <mikey@xxxxxxxxxxx> > Signed-off-by: Matthew R. Ochs <mrochs@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Manoj N. Kumar <manoj@xxxxxxxxxxxxxxxxxx> > --- > drivers/scsi/Kconfig | 1 + > drivers/scsi/Makefile | 1 + > drivers/scsi/cxlflash/Kconfig | 11 + > drivers/scsi/cxlflash/Makefile | 2 + > drivers/scsi/cxlflash/common.h | 181 +++ > drivers/scsi/cxlflash/main.c | 2294 +++++++++++++++++++++++++++++++++++++++ > drivers/scsi/cxlflash/main.h | 104 ++ > drivers/scsi/cxlflash/sislite.h | 465 ++++++++ > 8 files changed, 3059 insertions(+) > create mode 100644 drivers/scsi/cxlflash/Kconfig > create mode 100644 drivers/scsi/cxlflash/Makefile > create mode 100644 drivers/scsi/cxlflash/common.h > create mode 100644 drivers/scsi/cxlflash/main.c > create mode 100644 drivers/scsi/cxlflash/main.h > create mode 100755 drivers/scsi/cxlflash/sislite.h That last one shows execute permission on a header file, which is a big no-no. checkpatch would have given you an error for this ... please use it next time. I fixed this up when applying. James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html