mbox series

[V6,0/2] pm80xx : Updates for the driver version 0.1.39.

Message ID 20200804045628.6590-1-deepak.ukey@microchip.com
Headers show
Series pm80xx : Updates for the driver version 0.1.39. | expand

Message

Deepak Ukey Aug. 4, 2020, 4:56 a.m. UTC
From: Deepak Ukey <Deepak.Ukey@microchip.com>

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

Changes from V5:
	For "Support for get phy profile functionality."
		-Added fix for xtensa warning reported by kerenl test
		robot.
		-Corrected the phy_status structure parameter. 

Viswas G (2):
  pm80xx : Support for get phy profile functionality.
  pm80xx : Staggered spin up support.

 drivers/scsi/pm8001/pm8001_ctl.h  |  33 ++++++
 drivers/scsi/pm8001/pm8001_defs.h |   3 +
 drivers/scsi/pm8001/pm8001_hwi.c  |  14 ++-
 drivers/scsi/pm8001/pm8001_init.c |  55 +++++++++-
 drivers/scsi/pm8001/pm8001_sas.c  |  36 ++++++-
 drivers/scsi/pm8001/pm8001_sas.h  |  18 ++++
 drivers/scsi/pm8001/pm80xx_hwi.c  | 213 ++++++++++++++++++++++++++++++++++----
 drivers/scsi/pm8001/pm80xx_hwi.h  |   2 +
 8 files changed, 349 insertions(+), 25 deletions(-)