linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] scsi: hisi_sas: Some misc changes
@ 2023-03-20  3:34 chenxiang
  2023-03-20  3:34 ` [PATCH 1/4] scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.list chenxiang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chenxiang @ 2023-03-20  3:34 UTC (permalink / raw)
  To: jejb, martin.petersen; +Cc: linux-scsi, linuxarm, Xiang Chen

From: Xiang Chen <chenxiang66@hisilicon.com>

This series contain some fixes including:
- Grab sas_dev lock when traversing sas_dev list to avoid NULL pointer
- Handle NCQ error when IPTT is valid
- Ensure all enabled PHYs up during controller reset
- Exit suspend state when usage count of runtime PM is greater than 0

Xingui Yang (2):
  scsi: hisi_sas: Grab sas_dev lock when traversing the members of
    sas_dev.list
  scsi: hisi_sas: Handle NCQ error when IPTT is valid

Yihang Li (2):
  scsi: hisi_sas: Ensure all enabled PHYs up during controller reset
  scsi: hisi_sas: Exit suspending state when usage count is greater than
    0

 drivers/scsi/hisi_sas/hisi_sas.h       |  3 +-
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 57 ++++++++++++++++++-----
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |  8 +++-
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |  8 +++-
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 83 ++++++++++++++++++++++++++--------
 5 files changed, 124 insertions(+), 35 deletions(-)

-- 
2.8.1


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

end of thread, other threads:[~2023-04-12  2:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-20  3:34 [PATCH 0/4] scsi: hisi_sas: Some misc changes chenxiang
2023-03-20  3:34 ` [PATCH 1/4] scsi: hisi_sas: Grab sas_dev lock when traversing the members of sas_dev.list chenxiang
2023-03-20  3:34 ` [PATCH 2/4] scsi: hisi_sas: Handle NCQ error when IPTT is valid chenxiang
2023-03-20  3:34 ` [PATCH 3/4] scsi: hisi_sas: Ensure all enabled PHYs up during controller reset chenxiang
2023-03-20  3:34 ` [PATCH 4/4] scsi: hisi_sas: Exit suspending state when usage count is greater than 0 chenxiang
2023-04-03  1:59 ` [PATCH 0/4] scsi: hisi_sas: Some misc changes Martin K. Petersen
2023-04-12  2:04 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).