Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH V2 0/3] pm80xx : Updates for the driver version 0.1.39.
@ 2020-06-24 12:03 Deepak Ukey
  2020-06-24 12:03 ` [PATCH V2 1/3] pm80xx : Support for get phy profile functionality Deepak Ukey
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Deepak Ukey @ 2020-06-24 12:03 UTC (permalink / raw)
  To: linux-scsi
  Cc: Vasanthalakshmi.Tharmarajan, Viswas.G, deepak.ukey, jinpu.wang,
	martin.petersen, dpf, yuuzheng, auradkar, vishakhavc, bjashnani,
	radha, akshatzen

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(-)

-- 
2.16.3


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-07-14  4:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-24 12:03 [PATCH V2 0/3] pm80xx : Updates for the driver version 0.1.39 Deepak Ukey
2020-06-24 12:03 ` [PATCH V2 1/3] pm80xx : Support for get phy profile functionality Deepak Ukey
2020-06-24 14:18   ` kernel test robot
2020-06-24 15:40   ` kernel test robot
2020-06-25 10:40   ` [RFC PATCH] pm80xx : pm8001_chip_get_phy_profile() can be static kernel test robot
2020-06-24 12:03 ` [PATCH V2 2/3] pm80xx : Staggered spin up support Deepak Ukey
2020-06-24 15:28   ` kernel test robot
2020-06-24 17:33   ` kernel test robot
2020-06-25 11:59   ` [RFC PATCH] pm80xx : pm8001_queue_phyup() can be static kernel test robot
2020-06-24 12:03 ` [PATCH V2 3/3] pm80xx : Wait for PHY startup before draining libsas queue Deepak Ukey
2020-06-24 17:06   ` John Garry
2020-07-14  4:49     ` Deepak.Ukey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox