mbox series

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

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

Message

Deepak Ukey July 29, 2020, 12:50 p.m. UTC
From: Deepak Ukey <Deepak.Ukey@microchip.com>

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

Changes from V3:
	For "Support for get phy profile functionality."
		-Added fix for sparse warning reported by kerenl test
		robot.

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

 drivers/scsi/pm8001/pm8001_ctl.h  |  20 ++++
 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, 336 insertions(+), 25 deletions(-)