Linus, The following changes since commit b13baccc3850ca8b8cccbf8ed9912dbaa0fdf7f3: Linux 5.19-rc2 (2022-06-12 16:11:37 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/ata-5.20-rc1 for you to fetch changes up to b3b2bec9646eb1d3f43c85f6d0d2211d6f8af42b: ata: sata_mv: Fixes expected number of resources now IRQs are gone (2022-08-03 07:59:12 +0900) ---------------------------------------------------------------- ATA changes for 5.20-rc1 * Some code refactoring for the pata_hpt37x and pata_hpt3x2n drivers, from Sergei. * Several patches to cleanup in libata-core, libata-scsi and libata-eh code: fixes arguments and variables types, change some functions declaration to static and fix for a typo in a comment. From Sergey and Xiang. * Fix a compilation warning in the pata_macio driver, from me. * A fix for the expected number of resources in the sata_mv driver fix, from Andrew. ---------------------------------------------------------------- Andrew Lunn (1): ata: sata_mv: Fixes expected number of resources now IRQs are gone Damien Le Moal (1): ata: pata_macio: Fix compilation warning Sergey Shtylyov (13): ata: pata_hpt37x: move claculating PCI clock from hpt37x_clock_slot() ata: pata_hpt37x: factor out hpt37x_pci_clock() ata: pata_hpt37x: merge hpt374_read_freq() to hpt37x_pci_clock() ata: pata_hpt3x2n: pass base DPLL frequency to hpt3x2n_pci_clock() ata: libata-core: fix sloppy typing in ata_id_n_sectors() ata: libata-core: get rid of *else* branches in ata_id_n_sectors() ata: make transfer mode masks *unsigned int* ata: libata-core: make ata_exec_internal_sg() *static* ata: libata-eh: fix sloppy result type of ata_eh_nr_in_flight() ata: make ata_port::fastdrain_cnt *unsigned int* ata: libata-core: fix sloppy parameter type in ata_exec_internal[_sg]() ata: libata-eh: fix sloppy result type of ata_internal_cmd_timeout() ata: libata-scsi: fix result type of ata_ioc32() Xiang wangx (1): ata: libata: Fix syntax errors in comments drivers/ata/libata-acpi.c | 8 +-- drivers/ata/libata-core.c | 68 +++++++++++------------ drivers/ata/libata-eh.c | 30 +++++------ drivers/ata/libata-scsi.c | 8 +-- drivers/ata/libata-transport.c | 2 +- drivers/ata/libata.h | 8 +-- drivers/ata/pata_acpi.c | 2 +- drivers/ata/pata_ali.c | 2 +- drivers/ata/pata_amd.c | 14 ++--- drivers/ata/pata_hpt366.c | 2 +- drivers/ata/pata_hpt37x.c | 119 +++++++++++++++++++++-------------------- drivers/ata/pata_hpt3x2n.c | 21 ++++---- drivers/ata/pata_macio.c | 2 +- drivers/ata/pata_pdc2027x.c | 4 +- drivers/ata/pata_serverworks.c | 4 +- drivers/ata/pata_sis.c | 2 +- drivers/ata/pata_via.c | 2 +- drivers/ata/sata_mv.c | 2 +- include/linux/libata.h | 51 +++++++++--------- 19 files changed, 177 insertions(+), 174 deletions(-)