linux/drivers/scsi/mpi3mr
Ranjan Kumar a3d27dfdcf scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)
The driver is exiting from the fault watchdog thread if it sees the 0xF002
(Soft reset in progress) fault code.

If the driver initiates the soft reset, then the driver restarts the
watchdog at the end of the soft reset completion.  However, if the soft
reset is initiated by the firmware asynchronously, then the driver will
never restart the watchdog and never re-initialize the controller after the
asynchronous soft reset completion.

Signed-off-by: Ranjan Kumar <ranjan.kumar@broadcom.com>
Link: https://lore.kernel.org/r/20230331122317.11391-1-ranjan.kumar@broadcom.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2023-04-02 21:22:28 -04:00
..
mpi scsi: mpi3mr: Update mpi3 header files 2022-09-25 13:49:51 -04:00
Kconfig scsi: mpi3mr: Select CONFIG_SCSI_SAS_ATTRS 2022-10-22 03:14:51 +00:00
Makefile scsi: mpi3mr: Refer CONFIG_SCSI_MPI3MR in Makefile 2022-12-14 03:01:38 +00:00
mpi3mr_app.c scsi: mpi3mr: NVMe command size greater than 8K fails 2023-03-06 18:33:13 -05:00
mpi3mr_debug.h scsi: mpi3mr: Add config and transport related debug flags 2022-08-22 23:34:04 -04:00
mpi3mr_fw.c scsi: mpi3mr: Handle soft reset in progress fault code (0xF002) 2023-04-02 21:22:28 -04:00
mpi3mr_os.c scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() 2023-03-07 21:17:23 -05:00
mpi3mr_transport.c scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() 2023-03-07 21:17:23 -05:00
mpi3mr.h scsi: mpi3mr: Fix expander node leak in mpi3mr_remove() 2023-03-07 21:17:23 -05:00