Linux ATA/IDE development
 help / color / mirror / Atom feed
* [GIT PULL] ata fixes for 6.8-rc2
@ 2024-01-26 20:49 Niklas Cassel
  2024-01-26 23:29 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Niklas Cassel @ 2024-01-26 20:49 UTC (permalink / raw)
  To: Linus Torvalds, linux-ide; +Cc: Damien Le Moal, Niklas Cassel

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ata fixes for 6.8-rc2
  2024-01-26 20:49 [GIT PULL] ata fixes for 6.8-rc2 Niklas Cassel
@ 2024-01-26 23:29 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-01-26 23:29 UTC (permalink / raw)
  To: Niklas Cassel; +Cc: Linus Torvalds, linux-ide, Damien Le Moal, Niklas Cassel

The pull request you sent on Fri, 26 Jan 2024 21:49:27 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3a5879d495b226d0404098e3564462d5f1daa33b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-26 23:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-26 20:49 [GIT PULL] ata fixes for 6.8-rc2 Niklas Cassel
2024-01-26 23:29 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox