Re: [PATCH v5 02/24] mpi3mr: base driver code
From: Tomas Henzl <hidden>
Date: 2021-05-14 14:43:59
From: Tomas Henzl <hidden>
Date: 2021-05-14 14:43:59
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@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Cc: sathya.prakash@broadcom.com Cc: bvanassche@acm.org Cc: hare@suse.de Cc: thenzl@redhat.com Cc: himanshu.madhani@oracle.com
Reviewed-by: Tomas Henzl <redacted>