From: Deepak Ukey <Deepak.Ukey@xxxxxxxxxxxxx> 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