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@xxxxxxxxxxxxxxxxxxx/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(-)