Linus, The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.16-rc3 for you to fetch changes up to a7b3b77fd111d49f8e25624e4ea1046322a57baf: ata: ahci: Disallow LPM for Asus B550-F motherboard (2025-06-17 11:11:39 +0200) ---------------------------------------------------------------- ata fixes for 6.16-rc3 - Force PIO for ATAPI devices on VT6415/VT6330 as the controller locks up on ATAPI DMA (Tasos) - Fix ACPI PATA cable type detection such that the controller is not forced down to a slow transfer mode (Tasos) - Fix build error on 32-bit UML (Johannes) - Fix a PCI region leak in the pata_macio driver so that the driver no longer fails to load after rmmod (Philipp) - Use correct DMI BIOS build date for ThinkPad W541 quirk (me) - Disallow LPM for ASUSPRO-D840SA motherboard as this board interestingly enough gets graphical corruptions on the iGPU when LPM is enabled (me) - Disallow LPM for Asus B550-F motherboard as this board will get command timeouts on ports 5 and 6, yet LPM with the same drive works fine on all other ports (Mikko) ---------------------------------------------------------------- Johannes Berg (1): ata: pata_cs5536: fix build on 32-bit UML Mikko Korhonen (1): ata: ahci: Disallow LPM for Asus B550-F motherboard Niklas Cassel (2): ata: ahci: Use correct BIOS build date for ThinkPad W541 quirk ata: ahci: Disallow LPM for ASUSPRO-D840SA motherboard Philipp Stanner (1): ata: pata_macio: Fix PCI region leak Tasos Sahanidis (2): ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330 ata: libata-acpi: Do not assume 40 wire cable if no devices are enabled drivers/ata/ahci.c | 39 +++++++++++++++++++++++++++++++++------ drivers/ata/libata-acpi.c | 24 ++++++++++++++++-------- drivers/ata/pata_cs5536.c | 2 +- drivers/ata/pata_macio.c | 2 +- drivers/ata/pata_via.c | 9 ++++----- include/linux/libata.h | 7 +++---- 6 files changed, 58 insertions(+), 25 deletions(-)