mbox series

[GIT,PULL] : dmaengine fixes for v5.16

Message ID Ybwkx9ZapFijTpqX@matsya (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] : dmaengine fixes for v5.16 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.16

Message

Vinod Koul Dec. 17, 2021, 5:48 a.m. UTC
Hello Linus,

Please pull to recieve bunch of driver fixes for dmaengine subsystem.

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.16

for you to fetch changes up to 822c9f2b833c53fc67e8adf6f63ecc3ea24d502c:

  dmaengine: st_fdma: fix MODULE_ALIAS (2021-12-13 13:18:48 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.16

Bunch of driver fixes, notably:
 - uninit variable fix for dw-axi-dmac driver
 - return value check dw-edma driver
 - calling wq quiesce inside spinlock and missed completion for idxd driver
 - mod alias fix for st_fdma driver

----------------------------------------------------------------
Alyssa Ross (1):
      dmaengine: st_fdma: fix MODULE_ALIAS

Christophe JAILLET (1):
      dmaengine: dw-edma: Fix return value check for dma_set_mask_and_coherent()

Dave Jiang (2):
      dmaengine: idxd: fix calling wq quiesce inside spinlock
      dmaengine: idxd: fix missed completion on abort path

Tim Gardner (1):
      dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_start()

Vignesh Raghavendra (1):
      dmaengine: ti: k3-udma: Fix smatch warnings

 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c |   4 +-
 drivers/dma/dw-edma/dw-edma-pcie.c             |  10 +-
 drivers/dma/idxd/irq.c                         |   2 +-
 drivers/dma/idxd/submit.c                      |  18 ++-
 drivers/dma/st_fdma.c                          |   2 +-
 drivers/dma/ti/k3-udma.c                       | 157 +++++++++++++++++--------
 6 files changed, 129 insertions(+), 64 deletions(-)


Thanks

Comments

pr-tracker-bot@kernel.org Dec. 17, 2021, 9:43 p.m. UTC | #1
The pull request you sent on Fri, 17 Dec 2021 11:18:55 +0530:

> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.16

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/43d1c6a6395070cb02944d78bc919425ffd3e599

Thank you!