Linus, The following changes since commit 69f2c9346313ba3d3dfa4091ff99df26c67c9021: ata: libata: Fix sata_down_spd_limit() when no link speed is reported (2023-02-02 20:26:45 +0900) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.2-rc8 for you to fetch changes up to 1aff53b2fd903b300dfd71af0064c21fbca313c6: ata: pata_octeon_cf: drop kernel-doc notation (2023-02-14 12:23:37 +0900) ---------------------------------------------------------------- ata fixes for 6.2-rc8 Three small fixes for 6.2 final: * Disable READ LOG DMA EXT for Samsung MZ7LH drives as these drives choke on that command, from Patrick. * Add Intel Tiger Lake UP{3,4} to the list of supported AHCI controllers (this is not technically a bug fix, but it is trivial enough that I add it here), from SImon. * Fix code comments in the pata_octeon_cf driver as incorrect formatting was causing warnings from kernel-doc, from Randy. ---------------------------------------------------------------- Patrick McLean (1): ata: libata-core: Disable READ LOG DMA EXT for Samsung MZ7LH Randy Dunlap (1): ata: pata_octeon_cf: drop kernel-doc notation Simon Gaiser (1): ata: ahci: Add Tiger Lake UP{3,4} AHCI controller drivers/ata/ahci.c | 1 + drivers/ata/libata-core.c | 3 +++ drivers/ata/pata_octeon_cf.c | 16 ++++++++-------- 3 files changed, 12 insertions(+), 8 deletions(-)