mbox series

[GIT,PULL] ata fixes for 6.7-rc1-2

Message ID 20231109230831.141450-1-dlemoal@kernel.org
State New
Headers show
Series [GIT,PULL] ata fixes for 6.7-rc1-2 | expand

Pull-request

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

Message

Damien Le Moal Nov. 9, 2023, 11:08 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 10, 2023, 7:29 p.m. UTC | #1
The pull request you sent on Fri, 10 Nov 2023 08:08:21 +0900:

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

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

Thank you!