Hi Linus. Here are the libata changes for 5.5-rc1. Just a few fixes all over the place, support for the Annapurna SATA controller, and a patchset that cleans up the error defines and ultimately fixes anissue with sata_mv. Please pull! git://git.kernel.dk/linux-block.git tags/for-5.5/libata-20191121 ---------------------------------------------------------------- Bartosz Golaszewski (1): ahci: tegra: use regulator_bulk_set_supply_names() Colin Ian King (1): ata: pata_artop: make arrays static const, makes object smaller Hanna Hawa (1): ahci: Add support for Amazon's Annapurna Labs SATA controller Jiri Slaby (4): ata: Documentation, fix function names ata: define AC_ERR_OK ata: make qc_prep return ata_completion_errors ata: sata_mv, avoid trigerrable BUG_ON John Garry (1): libata: Ensure ata_port probe has completed before detach Michał Mirosław (1): ata_piix: remove open-coded dmi_match(DMI_OEM_STRING) Documentation/driver-api/libata.rst | 14 +++++++------- drivers/ata/acard-ahci.c | 6 ++++-- drivers/ata/ahci.c | 13 +++++++++++++ drivers/ata/ahci_tegra.c | 6 +++--- drivers/ata/ata_piix.c | 14 ++++++-------- drivers/ata/libahci.c | 6 ++++-- drivers/ata/libata-core.c | 12 ++++++++++-- drivers/ata/libata-sff.c | 12 ++++++++---- drivers/ata/pata_artop.c | 4 ++-- drivers/ata/pata_macio.c | 6 ++++-- drivers/ata/pata_pxa.c | 8 +++++--- drivers/ata/pdc_adma.c | 7 ++++--- drivers/ata/sata_fsl.c | 4 +++- drivers/ata/sata_inic162x.c | 4 +++- drivers/ata/sata_mv.c | 34 ++++++++++++++++++---------------- drivers/ata/sata_nv.c | 18 +++++++++++------- drivers/ata/sata_promise.c | 6 ++++-- drivers/ata/sata_qstor.c | 8 +++++--- drivers/ata/sata_rcar.c | 6 ++++-- drivers/ata/sata_sil.c | 8 +++++--- drivers/ata/sata_sil24.c | 6 ++++-- drivers/ata/sata_sx4.c | 6 ++++-- include/linux/libata.h | 13 +++++++------ 23 files changed, 138 insertions(+), 83 deletions(-) -- Jens Axboe