mbox series

[GIT,PULL] ata fixes for 6.10-rc2

Message ID 20240602173829.886553-1-cassel@kernel.org
State New
Headers show
Series [GIT,PULL] ata fixes for 6.10-rc2 | expand

Pull-request

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

Message

Niklas Cassel June 2, 2024, 5:38 p.m. UTC
Linus,

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3cb648c4dd3e8dde800fb3659250ed11f2d9efa5:

  ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340 (2024-05-31 15:14:06 +0200)

----------------------------------------------------------------
ata fixes for 6.10-rc2

 - Add a quirk for three different devices that have shown issues with
   LPM (link power management). These devices appear to not implement LPM
   properly, since we see command timeouts when enabling LPM. The quirk
   disables LPM for these problematic devices. (Me)

 - Do not apply the Intel PCS quirk on Alder Lake. The quirk is not needed
   and was originally added by mistake when LPM support was enabled for
   this AHCI controller. Enabling the quirk when not needed causes the
   the controller to not be able to detect the connected devices on some
   platforms.

----------------------------------------------------------------
Jason Nader (1):
      ata: ahci: Do not apply Intel PCS quirk on Intel Alder Lake

Niklas Cassel (3):
      ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240BX500SSD1
      ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSD
      ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340

 drivers/ata/ahci.c        | 1 -
 drivers/ata/libata-core.c | 9 ++++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org June 2, 2024, 10:52 p.m. UTC | #1
The pull request you sent on Sun,  2 Jun 2024 19:38:29 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/58d89ee81a0b264db6249a374b1264a475aef4ca

Thank you!