mbox series

[GIT,PULL] libata changes for 5.16-rc1

Message ID 20211102060829.78453-1-damien.lemoal@opensource.wdc.com
State New
Headers show
Series [GIT,PULL] libata changes for 5.16-rc1 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc1

Message

Damien Le Moal Nov. 2, 2021, 6:08 a.m. UTC
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@gitolite.kernel.org/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@opensource.wdc.com>

----------------------------------------------------------------
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 2, 2021, 6:37 p.m. UTC | #1
The pull request you sent on Tue,  2 Nov 2021 15:08:29 +0900:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/61f90a8e8068c1176593858df9daf02b430fb4d7

Thank you!