mbox series

[0/2] Add MFW recovery and PCI Shutdown handler.

Message ID 20200319083811.19499-1-mrangankar@marvell.com (mailing list archive)
Headers show
Series Add MFW recovery and PCI Shutdown handler. | expand

Message

Manish Rangankar March 19, 2020, 8:38 a.m. UTC
Hi Martin,

Please apply the following patches to the scsi tree at your
earliest convenience.

Manish Rangankar (2):
  qedi: Add MFW error recovery process.
  qedi: Add PCI shutdown handler support.

 drivers/scsi/qedi/qedi.h       |   3 ++
 drivers/scsi/qedi/qedi_gbl.h   |   1 +
 drivers/scsi/qedi/qedi_iscsi.c |  18 +++++++
 drivers/scsi/qedi/qedi_iscsi.h |   1 +
 drivers/scsi/qedi/qedi_main.c  | 104 ++++++++++++++++++++++++++++++++---------
 5 files changed, 104 insertions(+), 23 deletions(-)

Comments

Martin K. Petersen March 27, 2020, 2:39 a.m. UTC | #1
Manish,

> Please apply the following patches to the scsi tree at your earliest
> convenience.

Applied to 5.7/scsi-queue. Thanks!