mbox series

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

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

Pull-request

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

Message

Vinod Koul July 10, 2022, 5:13 p.m. UTC
Hello Linus,

Please pull the following to receive dmaengine fixes for v5.19. This
include one core fix for DMA_INTERRUPT and rest driver fixes.

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 607a48c78e6b427b0b684d24e61c19e846ad65d6:

  dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo (2022-07-06 21:57:05 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.19

Core:
 - Revert verification of DMA_INTERRUPT capability as that was incorrect

Bunch of driver fixes for:
 - ti: refcount and put_device leak
 - qcom_bam: runtime pm overflow
 - idxd: force wq context cleanup and call idxd_enable_system_pasid() on
   success
 - dw-axi-dmac: RMW on channel suspend register
 - imx-sdma: restart cyclic channel when enabled
 - at_xdma: error handling for at_xdmac_alloc_desc
 - pl330: lockdep warning
 - lgm: error handling path in probe
 - allwinner: Fix min/max typo in binding

----------------------------------------------------------------
Caleb Connolly (1):
      dmaengine: qcom: bam_dma: fix runtime PM underflow

Christophe JAILLET (1):
      dmaengine: lgm: Fix an error handling path in intel_ldma_probe()

Dave Jiang (1):
      dmaengine: idxd: force wq context cleanup on device disable path

Dmitry Osipenko (1):
      dmaengine: pl330: Fix lockdep warning about non-static key

Emil Renner Berthing (1):
      dmaengine: dw-axi-dmac: Fix RMW on channel suspend register

Jerry Snitselaar (1):
      dmaengine: idxd: Only call idxd_enable_system_pasid() if succeeded in enabling SVA feature

Miaoqian Lin (2):
      dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate
      dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocate

Michael Walle (1):
      dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly

Peter Robinson (1):
      dmaengine: imx-sdma: Allow imx8m for imx7 FW revs

Samuel Holland (1):
      dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo

Sascha Hauer (1):
      dmaengine: imx-sdma: only restart cyclic channel when enabled

Vinod Koul (1):
      dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability for dmatest"

 .../bindings/dma/allwinner,sun50i-a64-dma.yaml     |  2 +-
 drivers/dma/at_xdmac.c                             |  5 +++
 drivers/dma/dmatest.c                              | 13 ++------
 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c     |  8 +++--
 drivers/dma/idxd/device.c                          |  5 +--
 drivers/dma/idxd/init.c                            | 13 ++++----
 drivers/dma/imx-sdma.c                             |  4 +--
 drivers/dma/lgm/lgm-dma.c                          |  3 +-
 drivers/dma/pl330.c                                |  2 +-
 drivers/dma/qcom/bam_dma.c                         | 39 ++++++----------------
 drivers/dma/ti/dma-crossbar.c                      |  5 +++
 11 files changed, 43 insertions(+), 56 deletions(-)

Thanks

Comments

pr-tracker-bot@kernel.org July 10, 2022, 6:46 p.m. UTC | #1
The pull request you sent on Sun, 10 Jul 2022 22:43:41 +0530:

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

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

Thank you!