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
Subject: [GIT PULL] ata fixes for 6.7-rc1-2
Date: Fri, 10 Nov 2023 08:08:21 +0900	[thread overview]
Message-ID: <20231109230831.141450-1-dlemoal@kernel.org> (raw)

Linus,

The following changes since commit 13d88ac54ddd1011b6e94443958e798aa06eb835:

  Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs (2023-11-07 12:11:26 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-6.7-rc1-2

for you to fetch changes up to 99bce5182d8fe90e5c57e9d99f831baaa94f90cb:

  ata: pata_gayle: Convert to platform remove callback returning void (2023-11-08 09:00:49 +0900)

----------------------------------------------------------------
ata fixes for 6.7-rc1

 - Revert a change in ata_pci_shutdown_one() to suspend disks on
   shutdown as this is now done using the manage_shutdown scsi device
   flag (from me).

 - Change the pata_falcon and pata_gayle drivers to stop using
   module_platform_driver_probe(). This makes these drivers more inline
   with all other drivers (allowing bind/unbind) and suppress a
   compilation warning (from Uwe).

 - Convert the pata_falcon and pata_gayle drivers to the new
   .remove_new() void-return callback. These 2 drivers are the last ones
   needing this change (from Uwe).

----------------------------------------------------------------
Damien Le Moal (1):
      ata: libata-core: Fix ata_pci_shutdown_one()

Uwe Kleine-König (4):
      ata: pata_falcon: Stop using module_platform_driver_probe()
      ata: pata_gayle: Stop using module_platform_driver_probe()
      ata: pata_falcon: Convert to platform remove callback returning void
      ata: pata_gayle: Convert to platform remove callback returning void

 drivers/ata/libata-core.c | 16 +---------------
 drivers/ata/pata_falcon.c | 11 +++++------
 drivers/ata/pata_gayle.c  | 11 +++++------
 3 files changed, 11 insertions(+), 27 deletions(-)

             reply	other threads:[~2023-11-09 23:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-09 23:08 Damien Le Moal [this message]
2023-11-10 19:29 ` [GIT PULL] ata fixes for 6.7-rc1-2 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=20231109230831.141450-1-dlemoal@kernel.org \
    --to=dlemoal@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).