mbox series

[V2,0/3] pm80xx : Updates for the driver version 0.1.39.

Message ID 20200624120322.6265-1-deepak.ukey@microchip.com (mailing list archive)
Headers show
Series pm80xx : Updates for the driver version 0.1.39. | expand

Message

Deepak Ukey June 24, 2020, 12:03 p.m. UTC
From: Deepak Ukey <Deepak.Ukey@microchip.com>

This patch set includes some bug fixes and features for pm80xx driver.

Changes from V1:
	For "Support for get phy profile functionality."
		-Initalized the completion and removed the phy_prof_resp
		structure.
	For "Staggered spin up support."
		-Removed the lock_flags from pm8001_hba_info structure.
	For "Wait for PHY startup before draining libsas queue."
		-Moved the completion initalization in first patch.
		-Added module parameter to wait for phy startup.
		
Viswas G (2):
  pm80xx : Support for get phy profile functionality.
  pm80xx : Staggered spin up support.

peter chang (1):
  pm80xx : Wait for PHY startup before draining libsas queue.

 drivers/scsi/pm8001/pm8001_ctl.c  |  36 ++++++
 drivers/scsi/pm8001/pm8001_ctl.h  |  20 +++
 drivers/scsi/pm8001/pm8001_defs.h |   9 +-
 drivers/scsi/pm8001/pm8001_hwi.c  |  14 ++-
 drivers/scsi/pm8001/pm8001_init.c |  77 +++++++++++-
 drivers/scsi/pm8001/pm8001_sas.c  | 103 +++++++++++++++-
 drivers/scsi/pm8001/pm8001_sas.h  |  22 ++++
 drivers/scsi/pm8001/pm80xx_hwi.c  | 253 +++++++++++++++++++++++++++++++++++---
 drivers/scsi/pm8001/pm80xx_hwi.h  |   2 +
 9 files changed, 505 insertions(+), 31 deletions(-)