Linus, The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82: Linux 5.15-rc2 (2021-09-19 17:28:22 -0700) are available in the Git repository at: ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc1 for you to fetch changes up to 1af5f7af2484004e71d384d8b88c221fc62cd6b5: pata_radisys: fix checking of DMA state (2021-10-12 17:47:02 +0900) ---------------------------------------------------------------- libata changes for 5.16 Changes in libata for 5.16 include the following: * Remove duplicated AHCI adapter PCI device IDs (from Krzysztof) * Cleanup of device DMA state checking to consistantly use ata_dma_enabled() (from Reimar) Signed-off-by: Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx> ---------------------------------------------------------------- István Pongrácz (1): Add AHCI support for ASM1062+JBM575 cards Krzysztof Kozlowski (1): ahci: remove duplicated PCI device IDs Reimar Döffinger (6): libata: fix checking of DMA state libata-scsi: fix checking of DMA state pata_ali: fix checking of DMA state pata_amd: fix checking of DMA state pata_optidma: fix checking of DMA state pata_radisys: fix checking of DMA state drivers/ata/ahci.c | 13 +++++-------- drivers/ata/libata-core.c | 2 +- drivers/ata/libata-scsi.c | 4 ++-- drivers/ata/pata_ali.c | 4 ++-- drivers/ata/pata_amd.c | 2 +- drivers/ata/pata_optidma.c | 4 ++-- drivers/ata/pata_radisys.c | 4 ++-- 7 files changed, 15 insertions(+), 18 deletions(-)