Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Pull ata fixes from Damien Le Moal: - Fix link power management transitions to disallow unsupported states (Niklas) - A small string handling fix for the sata_mv driver (Christophe) - Clear port pending interrupts before reset, as per AHCI specifications (Szuying). Followup fixes for this one are to not clear ATA_PFLAG_EH_PENDING in ata_eh_reset() to allow EH to continue on with other actions recorded with error interrupts triggered before EH completes. And an additional fix to avoid thawing a port twice in EH (Niklas) - Small code style fixes in the pata_parport driver to silence the build bot as it keeps complaining about bad indentation (me) - A fix for the recent CDL code to avoid fetching sense data for successful commands when not necessary for correct operation (Niklas) * tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata: ata: libata-core: fetch sense data for successful commands iff CDL enabled ata: libata-eh: do not thaw the port twice in ata_eh_reset() ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset() ata: pata_parport: Fix code style issues ata: libahci: clear pending interrupt status ata: sata_mv: Fix incorrect string length computation in mv_dump_mem() ata: libata: disallow dev-initiated LPM transitions to unsupported states
Showing
- drivers/ata/ahci.c 9 additions, 0 deletionsdrivers/ata/ahci.c
- drivers/ata/libahci.c 23 additions, 12 deletionsdrivers/ata/libahci.c
- drivers/ata/libata-core.c 2 additions, 5 deletionsdrivers/ata/libata-core.c
- drivers/ata/libata-eh.c 3 additions, 13 deletionsdrivers/ata/libata-eh.c
- drivers/ata/libata-sata.c 16 additions, 3 deletionsdrivers/ata/libata-sata.c
- drivers/ata/pata_parport/comm.c 4 additions, 5 deletionsdrivers/ata/pata_parport/comm.c
- drivers/ata/sata_mv.c 2 additions, 2 deletionsdrivers/ata/sata_mv.c
- include/linux/libata.h 4 additions, 0 deletionsinclude/linux/libata.h
Loading
Please register or sign in to comment