Linus, The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc2 for you to fetch changes up to cac7e8b5f5fa94e28d581fbb9e76cb1c0c7fd56a: ata: libata-sata: Declare ata_ncq_sdev_attrs static (2021-11-18 14:34:25 +0900) ---------------------------------------------------------------- libata fixes for 5.16-rc2 * Prevent accesses to unsupported log pages as that causes device scan failures with LLDDs using libsas (from me). * A couple of fixes for AMD AHCI adapters handling of low power modes and resume (from Mario). * Fix a compilation warning (from me). ---------------------------------------------------------------- Damien Le Moal (3): ata: libata: improve ata_read_log_page() error message ata: libata: add missing ata_identify_page_supported() calls ata: libata-sata: Declare ata_ncq_sdev_attrs static Mario Limonciello (2): ata: ahci: Add Green Sardine vendor ID as board_ahci_mobile ata: libahci: Adjust behavior when StorageD3Enable _DSD is set drivers/ata/ahci.c | 1 + drivers/ata/libahci.c | 15 +++++++++++++++ drivers/ata/libata-core.c | 11 ++++++++--- drivers/ata/libata-sata.c | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-)