From: Damien Le Moal <dlemoal@kernel.org>
To: linux-ide@vger.kernel.org, Niklas Cassel <cassel@kernel.org>
Subject: [PATCH 0/6] Various cleanups
Date: Fri, 27 Jun 2025 10:11:49 +0900 [thread overview]
Message-ID: <20250627011155.701125-1-dlemoal@kernel.org> (raw)
6 patches to clean libata code and better document parameters (config
and AHCI driver module parameters).
Overall, no functional changes are introduced.
Damien Le Moal (6):
ata: libata: Remove ATA_DFLAG_ZAC device flag
ata: libata-scsi: Cleanup ata_scsi_offline_dev()
ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig
ata: libata: Improve LPM policies description
ata: ahci: Clarify mobile_lpm_policy description
ata: libata-eh: Move and rename ata_eh_set_lpm()
drivers/ata/Kconfig | 36 +++--
drivers/ata/ahci.c | 4 +-
drivers/ata/libata-core.c | 13 +-
drivers/ata/libata-eh.c | 304 +++++++++++++++++++-------------------
drivers/ata/libata-scsi.c | 20 ++-
drivers/ata/libata.h | 9 +-
include/linux/libata.h | 18 ++-
7 files changed, 211 insertions(+), 193 deletions(-)
--
2.49.0
next reply other threads:[~2025-06-27 1:13 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-27 1:11 Damien Le Moal [this message]
2025-06-27 1:11 ` [PATCH 1/6] ata: libata: Remove ATA_DFLAG_ZAC device flag Damien Le Moal
2025-06-27 6:01 ` Hannes Reinecke
2025-06-27 1:11 ` [PATCH 2/6] ata: libata-scsi: Cleanup ata_scsi_offline_dev() Damien Le Moal
2025-06-27 6:01 ` Hannes Reinecke
2025-06-27 1:11 ` [PATCH 3/6] ata: Fix SATA_MOBILE_LPM_POLICY description in Kconfig Damien Le Moal
2025-06-27 6:03 ` Hannes Reinecke
2025-06-27 7:35 ` Damien Le Moal
2025-06-27 1:11 ` [PATCH 4/6] ata: libata: Improve LPM policies description Damien Le Moal
2025-06-27 6:04 ` Hannes Reinecke
2025-06-27 7:38 ` Damien Le Moal
2025-06-27 1:11 ` [PATCH 5/6] ata: ahci: Clarify mobile_lpm_policy description Damien Le Moal
2025-06-27 6:05 ` Hannes Reinecke
2025-06-27 1:11 ` [PATCH 6/6] ata: libata-eh: Move and rename ata_eh_set_lpm() Damien Le Moal
2025-06-27 6:05 ` Hannes Reinecke
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250627011155.701125-1-dlemoal@kernel.org \
--to=dlemoal@kernel.org \
--cc=cassel@kernel.org \
--cc=linux-ide@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).