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.8-rc2
Date: Fri, 26 Jan 2024 21:49:27 +0100	[thread overview]
Message-ID: <20240126204927.4168716-1-cassel@kernel.org> (raw)

Linus,

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.8-rc2

for you to fetch changes up to 20730e9b277873deeb6637339edcba64468f3da3:

  ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers (2024-01-25 16:59:09 +0100)

----------------------------------------------------------------
ata changes for 6.8-rc2

 - Fix an incorrect link_power_management_policy sysfs attribute
   value. We were previously using the same attribute value for
   two different LPM policies (me).

 - Add a ASMedia ASM1166 quirk. The SATA host controller always
   reports that it has 32 ports, even though it only has six ports.
   Add a quirk that overrides the value reported by the controller
   (Conrad).

 - Add a ASMedia ASM1061 quirk. The SATA host controller completely
   ignores the upper 21 bits of the DMA address. This causes IOMMU
   error events when a (valid) DMA address actually has any of the
   upper 21 bits set. Add a quirk that limits the dma_mask to
   43-bits (Lennert).

----------------------------------------------------------------
Conrad Kostecki (1):
      ahci: asm1166: correct count of reported ports

Lennert Buytenhek (1):
      ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers

Niklas Cassel (1):
      ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWN

 drivers/ata/ahci.c        | 34 ++++++++++++++++++++++++++++------
 drivers/ata/ahci.h        |  1 +
 drivers/ata/libata-sata.c |  2 +-
 include/linux/libata.h    |  2 +-
 4 files changed, 31 insertions(+), 8 deletions(-)

             reply	other threads:[~2024-01-26 20:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26 20:49 Niklas Cassel [this message]
2024-01-26 23:29 ` [GIT PULL] ata fixes for 6.8-rc2 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=20240126204927.4168716-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).