public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] hisi_sas: Misc patches and cleanups
@ 2025-04-14  8:08 Yihang Li
  2025-04-14  8:08 ` [PATCH v3 1/4] scsi: hisi_sas: Use macro instead of magic number Yihang Li
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Yihang Li @ 2025-04-14  8:08 UTC (permalink / raw)
  To: martin.petersen, James.Bottomley
  Cc: linux-scsi, linux-kernel, linuxarm, liyihang9, liuyonglong,
	prime.zeng

This series contains some minor bugfix and general tidying:
- Ignore the soft reset result by calling I_T_nexus after the SATA disk
  is soft reset
- General minor tidying

Thanks!

Changes since v2:
- Fix some compile errors after applying this series.

Changes since v1:
- Remove patch 1 and come up with a better solution to fix the issue:
  https://lore.kernel.org/linux-block/eef1e927-c9b2-c61d-7f48-92e65d8b0418@huawei.com/
  maybe in libsas or libata.

Yihang Li (4):
  scsi: hisi_sas: Use macro instead of magic number
  scsi: hisi_sas: Code style cleanup
  scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk
  scsi: hisi_sas: Wait until eh is recovered

 drivers/scsi/hisi_sas/hisi_sas.h       |  51 +++--
 drivers/scsi/hisi_sas/hisi_sas_main.c  |  81 ++++----
 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c |   2 +-
 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c |   6 +-
 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 259 +++++++++++++++----------
 5 files changed, 236 insertions(+), 163 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2025-04-29  2:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-14  8:08 [PATCH v3 0/4] hisi_sas: Misc patches and cleanups Yihang Li
2025-04-14  8:08 ` [PATCH v3 1/4] scsi: hisi_sas: Use macro instead of magic number Yihang Li
2025-04-14  8:08 ` [PATCH v3 2/4] scsi: hisi_sas: Code style cleanup Yihang Li
2025-04-14  8:08 ` [PATCH v3 3/4] scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk Yihang Li
2025-04-14  8:08 ` [PATCH v3 4/4] scsi: hisi_sas: Wait until eh is recovered Yihang Li
2025-04-22  1:55 ` [PATCH v3 0/4] hisi_sas: Misc patches and cleanups Martin K. Petersen
2025-04-29  2:08 ` 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