|
|
Log in / Subscribe / Register

scsi: Add LeapRAID driver support

From:  Dongdong Hao <doubled-AT-leap-io-kernel.com>
To:  James.Bottomley-AT-HansenPartnership.com, martin.petersen-AT-oracle.com
Subject:  [PATCH v3 0/2] scsi: Add LeapRAID driver support
Date:  Thu, 18 Jun 2026 16:37:11 +0800
Message-ID:  <cover.1781767278.git.doubled@leap-io-kernel.com>
Cc:  dlemoal-AT-kernel.org, doubled-AT-leap-io-kernel.com, yjzhang-AT-leap-io-kernel.com, kezijie-AT-leap-io-kernel.com, qtian-AT-leap-io-kernel.com, jzzhang-AT-leap-io-kernel.com, baikefan-AT-leap-io-kernel.com, linux-scsi-AT-vger.kernel.org
Archive-link:  Article

This series adds the LeapRAID driver and its documentation.

Changes in v3:
 - Simplify bool return, drop redundant assignment and noisy logs
 - Fix byte alignment issues for fw_event mask and pd_hdls on ARM64
 - Added Reviewed-by tags from Damien for both patches.

Dongdong Hao (2):
  scsi: leapraid: Add new SCSI driver
  scsi: leapraid: Add driver documentation

 Documentation/scsi/index.rst               |    1 +
 Documentation/scsi/leapraid.rst            |  139 +
 MAINTAINERS                                |    7 +
 drivers/scsi/Kconfig                       |    1 +
 drivers/scsi/Makefile                      |    1 +
 drivers/scsi/leapraid/Kconfig              |   14 +
 drivers/scsi/leapraid/Makefile             |   10 +
 drivers/scsi/leapraid/leapraid.h           | 2050 +++++
 drivers/scsi/leapraid/leapraid_app.c       |  699 ++
 drivers/scsi/leapraid/leapraid_func.c      | 8980 ++++++++++++++++++++
 drivers/scsi/leapraid/leapraid_func.h      | 1558 ++++
 drivers/scsi/leapraid/leapraid_os.c        | 2516 ++++++
 drivers/scsi/leapraid/leapraid_transport.c | 1387 +++
 13 files changed, 17363 insertions(+)
 create mode 100644 Documentation/scsi/leapraid.rst
 create mode 100644 drivers/scsi/leapraid/Kconfig
 create mode 100644 drivers/scsi/leapraid/Makefile
 create mode 100644 drivers/scsi/leapraid/leapraid.h
 create mode 100644 drivers/scsi/leapraid/leapraid_app.c
 create mode 100644 drivers/scsi/leapraid/leapraid_func.c
 create mode 100644 drivers/scsi/leapraid/leapraid_func.h
 create mode 100644 drivers/scsi/leapraid/leapraid_os.c
 create mode 100644 drivers/scsi/leapraid/leapraid_transport.c

-- 
2.25.1




Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds