mbox series

[GIT,PULL] : dmaengine updates for v5.18

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

Pull-request

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

Message

Vinod Koul April 21, 2022, 12:47 p.m. UTC
Hello Linus,

Please pull to receive the dmanegine fixes for v5.18. This contains
bunch of driver fixes.

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7495a5bbf89f68c8880757c112fd0994f5dba309:

  dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts (2022-04-20 18:11:20 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.17

Bunch of driver fixes for:
 - idxd device RO checks and device cleanup
 - dw-edma unaligned access and alignment
 - qcom: missing minItems in binding
 - mediatek pm usage fix
 - imx init script

----------------------------------------------------------------
Dave Jiang (6):
      dmaengine: idxd: fix device cleanup on disable
      dmaengine: idxd: match type for retries var in idxd_enqcmds()
      dmaengine: idxd: fix retry value to be constant for duration of function call
      dmaengine: idxd: add RO check for wq max_batch_size write
      dmaengine: idxd: add RO check for wq max_transfer_size write
      dmaengine: idxd: skip clearing device context when device is read-only

Herve Codina (1):
      dmaengine: dw-edma: Fix unaligned 64bit access

Jiapeng Chong (1):
      dmaengine: dw-edma: Fix inconsistent indenting

Kevin Groeneveld (1):
      dmaengine: imx-sdma: fix init of uart scripts

Miaoqian Lin (1):
      dmaengine: imx-sdma: Fix error checking in sdma_event_remap

Vinod Koul (1):
      dt-bindings: dmaengine: qcom: gpi: Add minItems for interrupts

Xiaomeng Tong (1):
      dma: at_xdmac: fix a missing check on list iterator

zhangqilong (1):
      dmaengine: mediatek:Fix PM usage reference leak of mtk_uart_apdma_alloc_chan_resources

 .../devicetree/bindings/dma/qcom,gpi.yaml          |  1 +
 drivers/dma/at_xdmac.c                             | 12 ++++----
 drivers/dma/dw-edma/dw-edma-v0-core.c              | 16 +++++++----
 drivers/dma/idxd/device.c                          |  6 ++--
 drivers/dma/idxd/submit.c                          |  5 ++--
 drivers/dma/idxd/sysfs.c                           |  6 ++++
 drivers/dma/imx-sdma.c                             | 32 +++++++++++-----------
 drivers/dma/mediatek/mtk-uart-apdma.c              |  9 ++++--
 8 files changed, 53 insertions(+), 34 deletions(-)

Comments

pr-tracker-bot@kernel.org April 21, 2022, 11:28 p.m. UTC | #1
The pull request you sent on Thu, 21 Apr 2022 18:17:11 +0530:

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

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

Thank you!