mbox series

[GIT,PULL] : dmaengine fixes for v5.2-rc4

Message ID 20190608090908.GE9160@vkoul-mobl.Dlink (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] : dmaengine fixes for v5.2-rc4 | expand

Pull-request

git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.2-rc4

Message

Vinod Koul June 8, 2019, 9:09 a.m. UTC
Hi Linus,

Please pull to receive dmaengine fixes. These fixes are on drivers.

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.2-rc4

for you to fetch changes up to 9bb9fe0cfbe0aa72fed906ade0590e1702815e5d:

  dmaengine: sprd: Add interrupt support for 2-stage transfer (2019-05-21 19:23:54 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.2-rc4

The fixes for this round are in drivers:
 - jz4780 transfer fix for acking descriptors early
 - fsl-qdma: clean registers on error
 - dw-axi-dmac: null pointer dereference fix
 - mediatek-cqdma: fix sleeping in atomic context
 - tegra210-adma: fix bunch os issues like crashing in driver
   probe, channel FIFO configuration etc.
 - sprd: Fixes for possible crash on descriptor status, block
   length overflow. For 2-stage transfer fix incorrect start,
   configuration and interrupt handling.

----------------------------------------------------------------
Baolin Wang (3):
      dmaengine: sprd: Fix the possible crash when getting descriptor status
      dmaengine: sprd: Add validation of current descriptor in irq handler
      dmaengine: sprd: Add interrupt support for 2-stage transfer

Colin Ian King (1):
      dmaengine: dw-axi-dmac: fix null dereference when pointer first is null

Dan Carpenter (1):
      dmaengine: mediatek-cqdma: sleeping in atomic context

Eric Long (3):
      dmaengine: sprd: Fix the incorrect start for 2-stage destination channels
      dmaengine: sprd: Fix block length overflow
      dmaengine: sprd: Fix the right place to configure 2-stage transfer

Jon Hunter (3):
      dmaengine: tegra210-adma: Fix crash during probe
      dmaengine: tegra210-adma: Fix channel FIFO configuration
      dmaengine: tegra210-adma: Fix spelling

Paul Cercueil (1):
      dmaengine: jz4780: Fix transfers being ACKed too soon

Peng Ma (1):
      dmaengine: fsl-qdma: Add improvement

 drivers/dma/dma-jz4780.c                       | 32 ++++++++++-----
 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c |  3 +-
 drivers/dma/fsl-qdma.c                         |  4 +-
 drivers/dma/mediatek/mtk-cqdma.c               |  4 +-
 drivers/dma/sprd-dma.c                         | 49 +++++++++++++++++-----
 drivers/dma/tegra210-adma.c                    | 57 ++++++++++++++++----------
 6 files changed, 100 insertions(+), 49 deletions(-)

Thanks

Comments

pr-tracker-bot@kernel.org June 8, 2019, 8:10 p.m. UTC | #1
The pull request you sent on Sat, 8 Jun 2019 14:39:08 +0530:

> git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.2-rc4

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

Thank you!