Skip to content

Commit

Permalink
mpi3mr: base driver code
Browse files Browse the repository at this point in the history
This patch covers basic pci device driver requirements -
device probe, memory allocation, mapping system registers,
allocate irq lines etc.

Source is managed in mainly three different files.

mpi3mr_fw.c -	Keep common code which interact with underlying fw/hw.
mpi3mr_os.c -	Keep common code which interact with scsi midlayer.
mpi3mr_app.c -	Keep common code which interact with application/ioctl.
		This is currently work in progress.

Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com>
Cc: sathya.prakash@broadcom.com
  • Loading branch information
kadesai16 authored and intel-lab-lkp committed Dec 22, 2020
1 parent 15c9439 commit f1507bd
Show file tree
Hide file tree
Showing 5 changed files with 2,777 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/scsi/mpi3mr/Makefile
@@ -0,0 +1,4 @@
# mpi3mr makefile
obj-m += mpi3mr.o
mpi3mr-y += mpi3mr_os.o \
mpi3mr_fw.o \

0 comments on commit f1507bd

Please sign in to comment.