mbox series

[GIT,PULL] ata fixes for 6.9-rc3

Message ID 20240405130548.1135183-1-dlemoal@kernel.org
State New
Headers show
Series [GIT,PULL] ata fixes for 6.9-rc3 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.9-rc3

Message

Damien Le Moal April 5, 2024, 1:05 p.m. UTC
Linus,

The following changes since commit 39cd87c4eb2b893354f3b850f916353f2658ae6f:

  Linux 6.9-rc2 (2024-03-31 14:32:39 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.9-rc3

for you to fetch changes up to e85006ae7430aef780cc4f0849692e266a102ec0:

  ata: sata_gemini: Check clk_enable() result (2024-04-04 12:42:00 +0900)

----------------------------------------------------------------
ata fixes for 6.9-rc3

 - Compilation warning fixes from Arnd: one in the sata_sx4 driver due
   to an incorrect calculation of the parameters passed to memcpy() and
   another one in the sata_mv driver when CONFIG_PCI is not set.

 - Drop the owner driver field assignment in the pata_macio driver. That
   is not needed as the PCI core code does that already (Krzysztof).

 - Remove an unusued field in struct st_ahci_drv_data of the ahci_st
   driver (Christophe).

 - Add a missing clock probe error check in the sata_gemini driver
   (Chen).

----------------------------------------------------------------
Arnd Bergmann (2):
      ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit
      ata: sata_mv: Fix PCI device ID table declaration compilation warning

Chen Ni (1):
      ata: sata_gemini: Check clk_enable() result

Christophe JAILLET (1):
      ata: ahci_st: Remove an unused field in struct st_ahci_drv_data

Krzysztof Kozlowski (1):
      ata: pata_macio: drop driver owner assignment

 drivers/ata/ahci_st.c     |  1 -
 drivers/ata/pata_macio.c  |  3 ---
 drivers/ata/sata_gemini.c |  5 +++-
 drivers/ata/sata_mv.c     | 63 +++++++++++++++++++++++------------------------
 drivers/ata/sata_sx4.c    |  6 ++---
 5 files changed, 37 insertions(+), 41 deletions(-)

Comments

pr-tracker-bot@kernel.org April 5, 2024, 8:10 p.m. UTC | #1
The pull request you sent on Fri,  5 Apr 2024 22:05:48 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.9-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4c3fc3459b4a48281b79f66d3ba01f6d8324282a

Thank you!