Linus, The following changes since commit 2c202e6c4f4dd19d2e8c1dfac9df05170aa3934f: ata: libahci_platform: Do not set mask_port_map when not needed (2025-02-10 11:54:38 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.14-rc5 for you to fetch changes up to a2f925a2f62254119cdaa360cfc9c0424bccd531: Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives" (2025-03-01 10:18:25 +0100) ---------------------------------------------------------------- ata fixes for 6.14-rc5 - Fix a regression where the enablement of the PHYs would be skipped for device trees without any port child nodes. (me) - Revert ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives, as it stops systems from entering lower package states. LPM works on newer firmware versions. We will need a more refined quirk that only targets the older firmware versions. (me) ---------------------------------------------------------------- Niklas Cassel (2): ata: ahci: Make ahci_ignore_port() handle empty mask_port_map Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives" drivers/ata/ahci.h | 8 ++++++-- drivers/ata/libahci.c | 1 + drivers/ata/libata-core.c | 4 ---- 3 files changed, 7 insertions(+), 6 deletions(-)