Linux-ide Archive mirror
 help / color / mirror / Atom feed
From: Damien Le Moal <dlemoal@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Cc: Niklas Cassel <cassel@kernel.org>
Subject: [GIT PULL] ata fixes for 6.9-rc3
Date: Fri,  5 Apr 2024 22:05:48 +0900	[thread overview]
Message-ID: <20240405130548.1135183-1-dlemoal@kernel.org> (raw)

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(-)

             reply	other threads:[~2024-04-05 13:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-05 13:05 Damien Le Moal [this message]
2024-04-05 20:10 ` [GIT PULL] ata fixes for 6.9-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240405130548.1135183-1-dlemoal@kernel.org \
    --to=dlemoal@kernel.org \
    --cc=cassel@kernel.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).