Linus, The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/libata/linux tags/ata-6.14-rc1 for you to fetch changes up to f2809aa4f591d98e4c560a23d7eaca804a8afc54: ahci: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() (2025-01-15 15:21:27 +0100) ---------------------------------------------------------------- ata changes for 6.14 - Constify struct pci_device_id (Christophe). - Remove unused code in the sata_gemini driver (David). - Improve libahci_platform to allow supporting non consecutive port numbers as specified in device trees (Josua). - Cleanup ahci driver code handling of port numbers with the new helper ahci_ignore_port() (me). - Use pm_sleep_ptr() to remove CONFIG_PM_SLEEP ifdefs in the ahci_st driver (Raphael). More of these changes will be included in the next cycle. ---------------------------------------------------------------- Christophe JAILLET (1): ata: Constify struct pci_device_id Damien Le Moal (1): ahci: Introduce ahci_ignore_port() helper Dr. David Alan Gilbert (2): ata: sata_gemini: Remove unused gemini_sata_reset_bridge() ata: sata_gemini: Remove remaining reset glue Josua Mayer (1): ata: libahci_platform: support non-consecutive port numbers Raphael Gallais-Pou (1): ahci: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() drivers/ata/ahci.h | 13 ++++++++++++- drivers/ata/ahci_brcm.c | 3 +++ drivers/ata/ahci_ceva.c | 6 ++++++ drivers/ata/ahci_st.c | 6 ++---- drivers/ata/ata_generic.c | 2 +- drivers/ata/libahci_platform.c | 40 ++++++++++++++++++++++++++++++++++------ drivers/ata/pata_atp867x.c | 2 +- drivers/ata/pata_piccolo.c | 2 +- drivers/ata/sata_gemini.c | 32 -------------------------------- drivers/ata/sata_gemini.h | 1 - 10 files changed, 60 insertions(+), 47 deletions(-)