mbox series

[GIT,PULL] : dmaengine fixes for v6.0

Message ID YysQ6+o7IqJUwTdY@matsya (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] : dmaengine fixes for v6.0 | expand

Pull-request

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

Message

Vinod Koul Sept. 21, 2022, 1:26 p.m. UTC
Hey Linus,

Please pull to receive couple of small dmaengine driver fixes for v6.0.

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e0f1b21c504f050de83922dd49e6a425dad2d518:

  dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning (2022-09-05 11:54:50 +0530)

----------------------------------------------------------------
dmaengine fixes for v6.0

Driver fixes for:
 - xilinx_dma: devm_platform_ioremap_resource error handling,
   dma_set_mask_and_coherent failure handling, dt property read cleanup
 - refcount leak fix for of_xudma_dev_get()
 - zynqmp_dma: coverity fix for enum typecast

----------------------------------------------------------------
Liang He (1):
      dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()

Shravya Kumbham (1):
      dmaengine: zynqmp_dma: Typecast with enum to fix the coverity warning

Swati Agarwal (3):
      dmaengine: xilinx_dma: Fix devm_platform_ioremap_resource error handling
      dmaengine: xilinx_dma: cleanup for fetching xlnx,num-fstores property
      dmaengine: xilinx_dma: Report error in case of dma_set_mask_and_coherent API failure

 drivers/dma/ti/k3-udma-private.c |  6 +++---
 drivers/dma/xilinx/xilinx_dma.c  | 21 +++++++++++++--------
 drivers/dma/xilinx/zynqmp_dma.c  |  2 +-
 3 files changed, 17 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 21, 2022, 4:34 p.m. UTC | #1
The pull request you sent on Wed, 21 Sep 2022 18:56:03 +0530:

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

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

Thank you!