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