From: Damien Le Moal <dlemoal@kernel.org>
To: linux-ide@vger.kernel.org, Niklas Cassel <cassel@kernel.org>
Subject: [PATCH v2 0/4] Improve log directory handling and some cleanups
Date: Thu, 3 Jul 2025 19:36:18 +0900 [thread overview]
Message-ID: <20250703103622.291272-1-dlemoal@kernel.org> (raw)
The first patch improves handling of a device general purpose log
directory log page by avoiding repeated accesses to it using a cache.
The following 3 patches are simple cleanups that do not introduce
functional changes.
Changes from v1:
- Improved error handling in patch 1
- Added review tag to patch 2
- Split former patch 3 into current patch 3 and 4
Damien Le Moal (4):
ata: libata-core: Cache the general purpose log directory
ata: libata-core: Make ata_dev_cleanup_cdl_resources() static
ata: libata-eh: Rename and make ata_set_mode() static
ata: libata-core: Rename ata_do_set_mode()
drivers/ata/libata-core.c | 47 ++++++++++++++++++++++++++++++++-----
drivers/ata/libata-eh.c | 11 +++++----
drivers/ata/libata.h | 2 --
drivers/ata/pata_optidma.c | 4 +++-
drivers/ata/pata_pcmcia.c | 4 ++--
drivers/ata/pata_pdc2027x.c | 2 +-
drivers/ata/sata_sil.c | 2 +-
include/linux/libata.h | 5 +++-
8 files changed, 58 insertions(+), 19 deletions(-)
--
2.50.0
next reply other threads:[~2025-07-03 10:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-03 10:36 Damien Le Moal [this message]
2025-07-03 10:36 ` [PATCH v2 1/4] ata: libata-core: Cache the general purpose log directory Damien Le Moal
2025-07-03 10:45 ` Niklas Cassel
2025-07-03 10:36 ` [PATCH v2 2/4] ata: libata-core: Make ata_dev_cleanup_cdl_resources() static Damien Le Moal
2025-07-03 10:36 ` [PATCH v2 3/4] ata: libata-eh: Rename and make ata_set_mode() static Damien Le Moal
2025-07-03 10:48 ` Niklas Cassel
2025-07-03 10:36 ` [PATCH v2 4/4] ata: libata-core: Rename ata_do_set_mode() Damien Le Moal
2025-07-03 10:48 ` Niklas Cassel
2025-07-04 8:37 ` [PATCH v2 0/4] Improve log directory handling and some cleanups Niklas Cassel
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=20250703103622.291272-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).