public inbox for linux-ide@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] libata-eh cleanups
@ 2025-07-08  7:36 Damien Le Moal
  2025-07-08  7:36 ` [PATCH v2 1/3] ata: libata-eh: Make ata_eh_followup_srst_needed() return a bool Damien Le Moal
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Damien Le Moal @ 2025-07-08  7:36 UTC (permalink / raw)
  To: linux-ide, Niklas Cassel

3 patches to cleanup libata-eh code and its documentation.
No functional changes are introduced.

Changes from v1:
 - Correct compilation error when CONFIG_ATA_SFF is not enabled by
   defining a stub for sata_sff_hardreset().

Damien Le Moal (3):
  ata: libata-eh: Make ata_eh_followup_srst_needed() return a bool
  ata: libata-eh: Remove ata_do_eh()
  Documentation: driver-api: Update libata error handler information

 Documentation/driver-api/libata.rst | 21 ++++++-----
 drivers/ata/libata-eh.c             | 56 ++++++++++-------------------
 drivers/ata/libata-sff.c            | 10 +-----
 include/linux/libata.h              | 11 ++++--
 4 files changed, 39 insertions(+), 59 deletions(-)

-- 
2.50.0


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

end of thread, other threads:[~2025-07-08 12:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08  7:36 [PATCH v2 0/3] libata-eh cleanups Damien Le Moal
2025-07-08  7:36 ` [PATCH v2 1/3] ata: libata-eh: Make ata_eh_followup_srst_needed() return a bool Damien Le Moal
2025-07-08  7:50   ` Hannes Reinecke
2025-07-08 12:02   ` Niklas Cassel
2025-07-08  7:36 ` [PATCH v2 2/3] ata: libata-eh: Remove ata_do_eh() Damien Le Moal
2025-07-08  7:51   ` Hannes Reinecke
2025-07-08 12:34   ` Niklas Cassel
2025-07-08 12:38     ` Niklas Cassel
2025-07-08 12:46     ` Niklas Cassel
2025-07-08  7:36 ` [PATCH v2 3/3] Documentation: driver-api: Update libata error handler information Damien Le Moal
2025-07-08  7:52   ` Hannes Reinecke
2025-07-08 12:02   ` Niklas Cassel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox