On 5/13/21 10:35 AM, Kashyap Desai wrote: > 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@xxxxxxxxxxxx> > Reviewed-by: Hannes Reinecke <hare@xxxxxxx> > Cc: sathya.prakash@xxxxxxxxxxxx > Cc: bvanassche@xxxxxxx > Cc: hare@xxxxxxx > Cc: thenzl@xxxxxxxxxx > Cc: himanshu.madhani@xxxxxxxxxx Reviewed-by: Tomas Henzl <thenzl@xxxxxxxxxx>