public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] hisi_sas: Some misc patches for next
@ 2021-10-12 12:26 John Garry
  2021-10-12 12:26 ` [PATCH 1/4] scsi: hisi_sas: Initialise devices in .slave_alloc callback John Garry
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: John Garry @ 2021-10-12 12:26 UTC (permalink / raw)
  To: jejb, martin.petersen
  Cc: yanaijie, linux-scsi, linux-kernel, linuxarm, John Garry

This small series includes the following:
- Relocate the init device functionality to a more appropriate location
- Make the phy control function synchronous
- For faulty SATA disk, disable their phy to stop spinning in the error
  handler
- For previous patch we need to export a libsas phy control function

Thanks!

Luo Jiaxing (2):
  scsi: libsas: Export sas_phy_enable()
  scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset
    failure

Xiang Chen (2):
  scsi: hisi_sas: Initialise devices in .slave_alloc callback
  scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy()

 drivers/scsi/hisi_sas/hisi_sas.h       |  1 +
 drivers/scsi/hisi_sas/hisi_sas_main.c  | 89 ++++++++++++++++++++------
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 13 +---
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 19 ++----
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 11 +---
 drivers/scsi/libsas/sas_init.c         |  3 +-
 include/scsi/libsas.h                  |  1 +
 7 files changed, 84 insertions(+), 53 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-10-21  3:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-12 12:26 [PATCH 0/4] hisi_sas: Some misc patches for next John Garry
2021-10-12 12:26 ` [PATCH 1/4] scsi: hisi_sas: Initialise devices in .slave_alloc callback John Garry
2021-10-12 12:26 ` [PATCH 2/4] scsi: hisi_sas: Wait for phyup in hisi_sas_control_phy() John Garry
2021-10-12 12:26 ` [PATCH 3/4] scsi: libsas: Export sas_phy_enable() John Garry
2021-10-12 12:26 ` [PATCH 4/4] scsi: hisi_sas: Disable SATA disk phy for severe I_T nexus reset failure John Garry
2021-10-13  2:46 ` [PATCH 0/4] hisi_sas: Some misc patches for next Martin K. Petersen
2021-10-21  3:42 ` 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