Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Pull ATA updates from Damien Le Moal: - Modify the AHCI driver to print the link power management policy used on scan, to help with debugging issues (Niklas) - Add support for the ASM2116 series adapters to the AHCI driver (Szuying) - Prepare libata for the coming gcc and Clang __counted_by attribute (Kees) - Following the recent estensive fixing of libata suspend/resume handling, several patches further cleanup and improve disk power state management (me) - Reduce the verbosity of some error messages for non-fatal temporary errors, e.g. slow response to device reset when scanning a port, and warning messages that are in fact normal, e.g. disabling a device on suspend or when removing it (me) - Cleanup DMA helper functions (me) - Fix sata_mv drive handling of potential errors durring probe (Ma) - Cleanup the xgene and imx drivers using the functions of_device_get_match_data() and device_get_match_data() (Rob) - Improve the tegra driver device tree (Rob) * tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata: (22 commits) dt-bindings: ata: tegra: Disallow undefined properties ata: libata-core: Improve ata_dev_power_set_active() ata: libata-eh: Spinup disk on resume after revalidation ata: imx: Use device_get_match_data() ata: xgene: Use of_device_get_match_data() ata: sata_mv: aspeed: fix value check in mv_platform_probe() ata: ahci: Add Intel Alder Lake-P AHCI controller to low power chipsets list ata: libata: Cleanup inline DMA helper functions ata: libata-eh: Reduce "disable device" message verbosity ata: libata-eh: Improve reset error messages ata: libata-sata: Improve ata_sas_slave_configure() ata: libata-core: Do not resume runtime suspended ports ata: libata-core: Do not poweroff runtime suspended ports ata: libata-core: Remove ata_port_resume_async() ata: libata-core: Remove ata_port_suspend_async() ata: libata-core: Detach a port devices on shutdown ata: libata-core: Synchronize ata_port_detach() with hotplug ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat() scsi: Remove scsi device no_start_on_resume flag ata: libata: Annotate struct ata_cpr_log with __counted_by ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml 1 addition, 1 deletionDocumentation/devicetree/bindings/ata/nvidia,tegra-ahci.yaml
- drivers/ata/ahci.c 6 additions, 0 deletionsdrivers/ata/ahci.c
- drivers/ata/ahci_imx.c 3 additions, 7 deletionsdrivers/ata/ahci_imx.c
- drivers/ata/ahci_xgene.c 3 additions, 8 deletionsdrivers/ata/ahci_xgene.c
- drivers/ata/libahci.c 1 addition, 1 deletiondrivers/ata/libahci.c
- drivers/ata/libata-core.c 113 additions, 72 deletionsdrivers/ata/libata-core.c
- drivers/ata/libata-eh.c 32 additions, 22 deletionsdrivers/ata/libata-eh.c
- drivers/ata/libata-sata.c 2 additions, 3 deletionsdrivers/ata/libata-sata.c
- drivers/ata/libata-scsi.c 9 additions, 44 deletionsdrivers/ata/libata-scsi.c
- drivers/ata/libata-sff.c 5 additions, 5 deletionsdrivers/ata/libata-sff.c
- drivers/ata/libata.h 2 additions, 0 deletionsdrivers/ata/libata.h
- drivers/ata/pata_cs5520.c 1 addition, 1 deletiondrivers/ata/pata_cs5520.c
- drivers/ata/sata_mv.c 6 additions, 3 deletionsdrivers/ata/sata_mv.c
- drivers/scsi/sd.c 3 additions, 6 deletionsdrivers/scsi/sd.c
- include/linux/libata.h 14 additions, 11 deletionsinclude/linux/libata.h
- include/scsi/scsi_device.h 0 additions, 1 deletioninclude/scsi/scsi_device.h
Loading
Please register or sign in to comment