public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vkoul@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dma <dmaengine@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: dmaengine updates for v5.18-rc1
Date: Wed, 30 Mar 2022 11:15:24 +0530	[thread overview]
Message-ID: <YkPudJlxlw+Ab3Fi@matsya> (raw)

Hello Linus,

Please pull to receive updates for dmaengine. This time we have bunch of
driver updates and some new device support.

The following changes since commit 455896c53d5b803733ddd84e1bf8a430644439b6:

  dmaengine: shdma: Fix runtime PM imbalance on error (2022-02-15 11:04:16 +0530)

are available in the Git repository at:

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

for you to fetch changes up to b95044b38425f563404234d96bbb20cc6360c7e1:

  dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma (2022-03-11 16:05:39 +0530)

----------------------------------------------------------------
dmaengine updates for v5.18-rc1

New support:
 - Document RZ/V2L and RZ/G2UL dma binding
 - TI AM62x k3-udma and k3-psil support

Updates:
 - Yaml conversion for Mediatek uart apdma schema
 - Removal of DMA-32 fallback configuration for various drivers
 - imx-sdma updates for channel restart

----------------------------------------------------------------
Amelie Delaunay (1):
      dmaengine: stm32-dma: set dma_device max_sg_burst

AngeloGioacchino Del Regno (1):
      dt-bindings: dma: Convert mtk-uart-apdma to DT schema

Biju Das (2):
      dt-bindings: dma: rz-dmac: Document RZ/V2L SoC
      dt-bindings: dma: rz-dmac: Document RZ/G2UL SoC

Cai Huoqing (1):
      dmaengine: ppc4xx: Make use of the helper macro LIST_HEAD()

Christophe JAILLET (4):
      dmaengine: iot: Remove useless DMA-32 fallback configuration
      dmaengine: altera-msgdma: Remove useless DMA-32 fallback configuration
      dmaengine: qcom_hidma: Remove useless DMA-32 fallback configuration
      dmaengine: idxd: Remove useless DMA-32 fallback configuration

Dave Jiang (1):
      dmaengine: idxd: restore traffic class defaults after wq reset

Geert Uytterhoeven (1):
      dmaengine: fsl-dpaa2-qdma: Drop comma after SoC match table sentinel

Jie Hai (1):
      dmaengine: hisi_dma: fix MSI allocate fail when reload hisi_dma

Lad Prabhakar (1):
      dmaengine: sh: Kconfig: Add ARCH_R9A07G054 dependency for RZ_DMAC config option

Sanjay R Mehta (2):
      dmaengine: ptdma: fix concurrency issue with multiple dma transfer
      dmaengine: ptdma: handle the cases based on DMA is complete

Tom Rix (2):
      dmaengine: ti: cleanup comments
      dmaengine: dw-axi-dmac: cleanup comments

Tomasz Moń (2):
      dmaengine: imx-sdma: restart cyclic channel if needed
      dmaengine: imx-sdma: fix cyclic buffer race condition

Vignesh Raghavendra (2):
      dmaengine: ti: k3-udma: Add AM62x DMSS support
      dmaengine: ti: k3-psil: Add AM62x PSIL and PDMA data

Vinod Koul (2):
      Merge tag 'dmaengine-fix-5.17' into next
      dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"

Yang Li (1):
      dmaengine: imx-sdma: clean up some inconsistent indenting

 .../devicetree/bindings/dma/mediatek,uart-dma.yaml | 122 ++++++++++++++
 .../devicetree/bindings/dma/mtk-uart-apdma.txt     |  56 -------
 .../devicetree/bindings/dma/renesas,rz-dmac.yaml   |   4 +-
 drivers/dma/altera-msgdma.c                        |   4 +-
 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c     |   8 +-
 drivers/dma/dw-axi-dmac/dw-axi-dmac.h              |   2 +-
 drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.h            |   2 +-
 drivers/dma/hisi_dma.c                             |   2 +-
 drivers/dma/idxd/device.c                          |   9 +-
 drivers/dma/idxd/init.c                            |   2 -
 drivers/dma/imx-sdma.c                             |  22 ++-
 drivers/dma/ioat/init.c                            |   2 -
 drivers/dma/ppc4xx/adma.c                          |   2 +-
 drivers/dma/ptdma/ptdma-dmaengine.c                |  24 ++-
 drivers/dma/qcom/hidma.c                           |   4 +-
 drivers/dma/sh/Kconfig                             |   6 +-
 drivers/dma/sh/shdma-base.c                        |   4 +-
 drivers/dma/stm32-dma.c                            |   1 +
 drivers/dma/ti/Makefile                            |   3 +-
 drivers/dma/ti/cppi41.c                            |   6 +-
 drivers/dma/ti/edma.c                              |  10 +-
 drivers/dma/ti/k3-psil-am62.c                      | 186 +++++++++++++++++++++
 drivers/dma/ti/k3-psil-priv.h                      |   1 +
 drivers/dma/ti/k3-psil.c                           |   1 +
 drivers/dma/ti/k3-udma.c                           |   1 +
 drivers/dma/ti/omap-dma.c                          |   2 +-
 26 files changed, 383 insertions(+), 103 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dma/mediatek,uart-dma.yaml
 delete mode 100644 Documentation/devicetree/bindings/dma/mtk-uart-apdma.txt
 create mode 100644 drivers/dma/ti/k3-psil-am62.c

Thanks
-- 
~Vinod

             reply	other threads:[~2022-03-30  5:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-30  5:45 Vinod Koul [this message]
2022-03-30 18:20 ` [GIT PULL]: dmaengine updates for v5.18-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YkPudJlxlw+Ab3Fi@matsya \
    --to=vkoul@kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox