Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH v3 0/2] scsi: Add LeapRAID driver support
@ 2026-06-18  8:37 Dongdong Hao
  2026-06-18  8:37 ` [PATCH v3 1/2] scsi: leapraid: Add new SCSI driver Dongdong Hao
  2026-06-18  8:37 ` [PATCH v3 2/2] scsi: leapraid: Add driver documentation Dongdong Hao
  0 siblings, 2 replies; 4+ messages in thread
From: Dongdong Hao @ 2026-06-18  8:37 UTC (permalink / raw)
  To: James.Bottomley, martin.petersen
  Cc: dlemoal, doubled, yjzhang, kezijie, qtian, jzzhang, baikefan,
	linux-scsi

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-06-18 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-18  8:37 [PATCH v3 0/2] scsi: Add LeapRAID driver support Dongdong Hao
2026-06-18  8:37 ` [PATCH v3 1/2] scsi: leapraid: Add new SCSI driver Dongdong Hao
2026-06-18  8:37 ` [PATCH v3 2/2] scsi: leapraid: Add driver documentation Dongdong Hao
2026-06-18 13:22   ` sashiko-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox