Linux-ide Archive mirror
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Cc: Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fixes for 6.9-rc4
Date: Sat, 13 Apr 2024 17:15:31 +0900	[thread overview]
Message-ID: <20240413081531.1158825-1-dlemoal@kernel.org> (raw)

Linus,

The following changes since commit e85006ae7430aef780cc4f0849692e266a102ec0:

  ata: sata_gemini: Check clk_enable() result (2024-04-04 12:42:00 +0900)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.9-rc4

for you to fetch changes up to c0297e7dd50795d559f3534887a6de1756b35d0f:

  ata: libata-core: Allow command duration limits detection for ACS-4 drives (2024-04-13 10:42:28 +0900)

----------------------------------------------------------------
ata fixes for 6.9-rc4

 - Add the mask_port_map parameter to the ahci driver. This is a
   follow-up to the recent snafu with the ASMedia controller and its
   virtual port hidding port-multiplier devices. As ASMedia confirmed
   that there is no way to determine if these slow-to-probe virtual
   ports are actually representing the ports of a port-multiplier
   devices, this new parameter allow masking ports to significantly
   speed up probing during system boot, resulting in shorter boot times.

 - A fix for an incorrect handling of a port unlock in
   ata_scsi_dev_rescan().

 - Allow command duration limits to be detected for ACS-4 devices are
   there are such devices out in the field.

----------------------------------------------------------------
Damien Le Moal (2):
      ata: ahci: Add mask_port_map module parameter
      ata: libata-scsi: Fix ata_scsi_dev_rescan() error path

Igor Pylypiv (1):
      ata: libata-core: Allow command duration limits detection for ACS-4 drives

 drivers/ata/ahci.c        | 85 +++++++++++++++++++++++++++++++++++++++++++++++
 drivers/ata/libata-core.c |  2 +-
 drivers/ata/libata-scsi.c |  9 ++---
 3 files changed, 91 insertions(+), 5 deletions(-)

             reply	other threads:[~2024-04-13  8:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-13  8:15 Damien Le Moal [this message]
2024-04-13 18:23 ` [GIT PULL] ata fixes for 6.9-rc4 pr-tracker-bot

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=20240413081531.1158825-1-dlemoal@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=cassel@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 read-only IMAP folder(s) and NNTP newsgroup(s).