mbox series

[GIT,PULL] : dmaengine fixes for v5.7-rc7

Message ID 20200521143521.GC374218@vkoul-mobl.Dlink (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] : dmaengine fixes for v5.7-rc7 | expand

Pull-request

git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.7-rc7

Message

Vinod Koul May 21, 2020, 2:35 p.m. UTC
Hi Linus,

Couple of late fixes for dmaengine, please pull.

The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd:

  Linux 5.7-rc4 (2020-05-03 14:56:04 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.7-rc7

for you to fetch changes up to 3a5fd0dbd87853f8bd2ea275a5b3b41d6686e761:

  dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()' (2020-05-19 22:26:01 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.7-rc7

Couple of driver fixes:
 - dmatest restoration of defaults
 - tegra210-adma probe handling fix
 - k3-udma flags fixed for slave_sg and memcpy
 - List fix for zynqmp_dma
 - idxd interrupt completion fix
 - lock fix for owl

----------------------------------------------------------------
Christophe JAILLET (1):
      dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()'

Cristian Ciocaltea (1):
      dmaengine: owl: Use correct lock in owl_dma_get_pchan()

Dave Jiang (1):
      dmaengine: idxd: fix interrupt completion after unmasking

Peter Ujfalusi (1):
      dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpy

RafaƂ Hibner (1):
      dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor.

Vladimir Murzin (1):
      dmaengine: dmatest: Restore default for channel

 drivers/dma/dmatest.c           |  9 +++++----
 drivers/dma/idxd/device.c       |  7 +++++++
 drivers/dma/idxd/irq.c          | 26 +++++++++++++++++++-------
 drivers/dma/owl-dma.c           |  8 +++-----
 drivers/dma/tegra210-adma.c     |  2 +-
 drivers/dma/ti/k3-udma.c        |  6 ++++--
 drivers/dma/xilinx/zynqmp_dma.c |  3 +--
 7 files changed, 40 insertions(+), 21 deletions(-)

Comments

pr-tracker-bot@kernel.org May 21, 2020, 8:55 p.m. UTC | #1
The pull request you sent on Thu, 21 May 2020 20:05:21 +0530:

> git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.7-rc7

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

Thank you!