Linux-ide Archive mirror
 help / color / mirror / Atom feed
From: Niklas Cassel <cassel@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Cc: Damien Le Moal <dlemoal@kernel.org>, Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fixes for 6.9-rc1
Date: Tue, 19 Mar 2024 12:37:58 +0100	[thread overview]
Message-ID: <20240319113758.197709-1-cassel@kernel.org> (raw)

Linus,

The following changes since commit b3603fcb79b1036acae10602bffc4855a4b9af80:

  Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm (2024-03-18 15:39:48 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.9-rc1-2

for you to fetch changes up to 6cd8adc3e18960f6e59d797285ed34ef473cc896:

  ahci: asm1064: asm1166: don't limit reported ports (2024-03-19 12:06:54 +0100)

----------------------------------------------------------------
ata fixes for 6.9-rc1

 - A single fix for ASMedia HBAs.
   These HBAs do not indicate that they support SATA Port Multipliers
   CAP.SPM (Supports Port Multiplier) is not set.

   Likewise, they do not allow you to probe the devices behind an
   attached PMP, as defined according to the SATA-IO PMP specification.

   Instead, they have decided to implement their own version of PMP,
   and because of this, plugging in a PMP actually works, even if the
   HBA claims that it does not support PMP.

   Revert a recent quirk for these HBAs, as that breaks ASMedia's own
   implementation of PMP.

   Unfortunately, this will once again give some users of these HBAs
   significantly increased boot time. However, a longer boot time for
   some, is the lesser evil compared to some other users not being able
   to detect their drives at all.

----------------------------------------------------------------
Conrad Kostecki (1):
      ahci: asm1064: asm1166: don't limit reported ports

 drivers/ata/ahci.c | 13 -------------
 1 file changed, 13 deletions(-)

             reply	other threads:[~2024-03-19 11:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-19 11:37 Niklas Cassel [this message]
2024-03-19 19:29 ` [GIT PULL] ata fixes for 6.9-rc1 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=20240319113758.197709-1-cassel@kernel.org \
    --to=cassel@kernel.org \
    --cc=dlemoal@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).