dmaengine.vger.kernel.org archive mirror
 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 fixes for v5.13
Date: Wed, 16 Jun 2021 18:29:49 +0530	[thread overview]
Message-ID: <YMn1xTAqhOUI5sle@vkoul-mobl> (raw)

[-- Attachment #1: Type: text/plain, Size: 3455 bytes --]

Hello Linus,

Please pull to receive the fixes for dmaengine subsystem for v5.13

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9041575348b21ade1fb74d790f1aac85d68198c7:

  dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dma (2021-06-07 12:23:47 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.13

Bunch of driver fixes, notably:
- More idxd fixes for driver unregister, error handling and bus
  assignment
- HAS_IOMEM depends fix for few drivers
- lock fix in pl330 driver
- xilinx drivers fixes for initialize registers, missing dependencies
  and limiting descriptor IDs
- mediatek descriptor management fixes

----------------------------------------------------------------
Bumyong Lee (1):
      dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc

Dave Jiang (3):
      dmaengine: idxd: add engine 'struct device' missing bus type assignment
      dmaengine: idxd: add missing dsa driver unregister
      dmaengine: idxd: Add missing cleanup for early error out in probe call

Guillaume Ranquet (3):
      dmaengine: mediatek: free the proper desc in desc_free handler
      dmaengine: mediatek: do not issue a new desc if one is still current
      dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dma

Jiapeng Chong (1):
      dmaengine: idxd: Fix missing error code in idxd_cdev_open()

Laurent Pinchart (2):
      dmaengine: xilinx: dpdma: Add missing dependencies to Kconfig
      dmaengine: xilinx: dpdma: Limit descriptor IDs to 16 bits

Quanyang Wang (1):
      dmaengine: xilinx: dpdma: initialize registers before request_irq

Randy Dunlap (3):
      dmaengine: ALTERA_MSGDMA depends on HAS_IOMEM
      dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEM
      dmaengine: SF_PDMA depends on HAS_IOMEM

Yang Yingliang (2):
      dmaengine: stedma40: add missing iounmap() on error in d40_probe()
      dmaengine: ipu: fix doc warning in ipu_irq.c

Yu Kuai (2):
      dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()
      dmaengine: stm32-mdma: fix PM reference leak in stm32_mdma_alloc_chan_resourc()

Zhen Lei (1):
      dmaengine: fsl-dpaa2-qdma: Fix error return code in two functions

Zou Wei (1):
      dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe()

 drivers/dma/Kconfig                     |  2 ++
 drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c |  3 ++
 drivers/dma/idxd/cdev.c                 |  1 +
 drivers/dma/idxd/init.c                 | 63 +++++++++++++++++++++++++++++++--
 drivers/dma/ipu/ipu_irq.c               |  2 +-
 drivers/dma/mediatek/mtk-uart-apdma.c   | 27 +++++++-------
 drivers/dma/pl330.c                     |  6 ++--
 drivers/dma/qcom/Kconfig                |  1 +
 drivers/dma/sf-pdma/Kconfig             |  1 +
 drivers/dma/sh/rcar-dmac.c              |  2 +-
 drivers/dma/ste_dma40.c                 |  3 ++
 drivers/dma/stm32-mdma.c                |  4 +--
 drivers/dma/xilinx/xilinx_dpdma.c       | 31 ++++++++++++++--
 drivers/dma/xilinx/zynqmp_dma.c         |  2 +-
 14 files changed, 122 insertions(+), 26 deletions(-)

-- 
~Vinod

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2021-06-16 12:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16 12:59 Vinod Koul [this message]
2021-06-16 16:06 ` [GIT PULL]: dmaengine fixes for v5.13 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=YMn1xTAqhOUI5sle@vkoul-mobl \
    --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;
as well as URLs for NNTP newsgroup(s).