All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] scsi: leapraid: Add new scsi driver
@ 2026-06-01 12:07 ` Dongdong Hao
  0 siblings, 0 replies; 6+ messages in thread
From: Dongdong Hao @ 2026-06-01 11:51 UTC (permalink / raw)
  To: James.Bottomley, martin.petersen; +Cc: doubled, yjzhang, kezijie, linux-scsi

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           | 2071 +++++
 drivers/scsi/leapraid/leapraid_app.c       |  705 ++
 drivers/scsi/leapraid/leapraid_func.c      | 9053 ++++++++++++++++++++
 drivers/scsi/leapraid/leapraid_func.h      | 1566 ++++
 drivers/scsi/leapraid/leapraid_os.c        | 2516 ++++++
 drivers/scsi/leapraid/leapraid_transport.c | 1387 +++
 13 files changed, 17471 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] 6+ messages in thread

end of thread, other threads:[~2026-06-01 23:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-01 11:51 [PATCH 0/2] scsi: leapraid: Add new scsi driver Dongdong Hao
2026-06-01 12:07 ` Dongdong Hao
2026-06-01 11:51 ` [PATCH 1/2] " Dongdong Hao
2026-06-01 12:07   ` [PATCH 1/2] scsi: leapraid: Add new scsi driver and doc Dongdong Hao
2026-06-01 11:51 ` [PATCH 2/2] scsi: leapraid: Add driver documentation Dongdong Hao
2026-06-01 12:07   ` Dongdong Hao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.