mbox series

[GIT,PULL] ata fixes for 6.2-rc8

Message ID 20230217104139.789424-1-damien.lemoal@opensource.wdc.com
State New
Headers show
Series [GIT,PULL] ata fixes for 6.2-rc8 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.2-rc8

Message

Damien Le Moal Feb. 17, 2023, 10:41 a.m. UTC
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@gitolite.kernel.org/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(-)

Comments

pr-tracker-bot@kernel.org Feb. 17, 2023, 10:47 p.m. UTC | #1
The pull request you sent on Fri, 17 Feb 2023 19:41:39 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.2-rc8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6d2e62e162e143330f8543e88bc298c77ca34e03

Thank you!