linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] libsas cleanups
@ 2025-07-23  8:51 Damien Le Moal
  2025-07-23  8:51 ` [PATCH v2 1/5] scsi: libsas: Refactor dev_is_sata() Damien Le Moal
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Damien Le Moal @ 2025-07-23  8:51 UTC (permalink / raw)
  To: linux-scsi, Martin K . Petersen, John Garry

Martin, John,

While debugging an issue with the pm8001 driver, I generated these
cleanup patches. No functional changes overall.

These patches are against the 6.17/scsi-staging branch of the scsi tree.

Changes from v1:
 - Added patch 1
 - Modified patch 2 to not inline sas_ata_wait_eh()
 - Added review tags

Damien Le Moal (5):
  scsi: libsas: Refactor dev_is_sata()
  scsi: libsas: Simplify sas_ata_wait_eh()
  scsi: libsas: Make sas_get_ata_info() static
  scsi: libsas: Move declarations of internal functions to sas_internal.h
  scsi: libsas: Use a bool for sas_deform_port() second argument

 drivers/scsi/libsas/sas_ata.c      | 11 +---
 drivers/scsi/libsas/sas_discover.c |  2 +-
 drivers/scsi/libsas/sas_internal.h | 78 ++++++++++++++++++++++++-
 drivers/scsi/libsas/sas_phy.c      |  6 +-
 drivers/scsi/libsas/sas_port.c     | 13 ++---
 include/scsi/sas_ata.h             | 91 +++++-------------------------
 6 files changed, 102 insertions(+), 99 deletions(-)


base-commit: 3ea3a256ed81f95ab0f3281a0e234b01a9cae605
-- 
2.50.1


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

end of thread, other threads:[~2025-07-23 11:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-23  8:51 [PATCH v2 0/5] libsas cleanups Damien Le Moal
2025-07-23  8:51 ` [PATCH v2 1/5] scsi: libsas: Refactor dev_is_sata() Damien Le Moal
2025-07-23 10:57   ` John Garry
2025-07-23  8:51 ` [PATCH v2 2/5] scsi: libsas: Simplify sas_ata_wait_eh() Damien Le Moal
2025-07-23 11:04   ` John Garry
2025-07-23  8:51 ` [PATCH v2 3/5] scsi: libsas: Make sas_get_ata_info() static Damien Le Moal
2025-07-23  8:51 ` [PATCH v2 4/5] scsi: libsas: Move declarations of internal functions to sas_internal.h Damien Le Moal
2025-07-23  8:51 ` [PATCH v2 5/5] scsi: libsas: Use a bool for sas_deform_port() second argument Damien Le Moal

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