mbox series

[V2,0/4] pm0xx : Updates for driver version 0.1.39

Message ID 20180911084805.4802-1-Viswas.G@microsemi.com (mailing list archive)
Headers show
Series pm0xx : Updates for driver version 0.1.39 | expand

Message

Viswas G Sept. 11, 2018, 8:48 a.m. UTC
From: Deepak Ukey <deepak.ukey@microchip.com>

This patch set include some bug fixes for pm80xx driver.

Changes from V1:
	For "Fix for phy enable/disable functionality" patch,
		-Initialized the PM8001F_RUN_TIME flag in pm8001_pci_probe().
		-Differentiated PHY_LINK_UP state for SPC and SPCv controller.
		-Used PHY_LINK_DOWN macro for phy state down.

Deepak Ukey (4):
  pm80xx : Fix for phy enable/disable functionality.
  pm80xx : Corrected dma_unmap_sg() parameter.
  pm80xx : Fixed system hang issue during kexec boot.
  pm80xx : Update driver version to 0.1.39

 drivers/scsi/pm8001/pm8001_defs.h |  8 +++
 drivers/scsi/pm8001/pm8001_hwi.c  |  9 ++-
 drivers/scsi/pm8001/pm8001_hwi.h  |  4 --
 drivers/scsi/pm8001/pm8001_init.c |  3 +-
 drivers/scsi/pm8001/pm8001_sas.c  | 37 ++++++++++--
 drivers/scsi/pm8001/pm8001_sas.h  |  3 +-
 drivers/scsi/pm8001/pm80xx_hwi.c  | 94 +++++++++++++++++++++++++++----
 drivers/scsi/pm8001/pm80xx_hwi.h  |  9 ++-
 8 files changed, 142 insertions(+), 25 deletions(-)

Comments

Martin K. Petersen Sept. 12, 2018, 1:15 a.m. UTC | #1
Viswas,

> This patch set include some bug fixes for pm80xx driver.

Applied to 4.20/scsi-queue, thank you!