mbox series

[GIT,PULL] : dmaengine fixes for v4.20-rc6

Message ID 20181207044304.GB2847@vkoul-mobl (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] : dmaengine fixes for v4.20-rc6 | expand

Pull-request

git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.20-rc6

Message

Vinod Koul Dec. 7, 2018, 4:43 a.m. UTC
Hi Linus,

Here is another PULL request for dmaengine. We got bunch of fixes early
this week and all are tagged to stable. Hope this is last fix for this
cycle.

Please pull to receive fixes for imx-sdma, cppi and dw controllers.

The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:

  Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)

are available in the Git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.20-rc6

for you to fetch changes up to ffe843b18211301ad25893eba09f402c19d12304:

  dmaengine: dw: Fix FIFO size for Intel Merrifield (2018-12-06 22:53:05 +0530)

----------------------------------------------------------------
dmaengine-4.20-rc6

dmaengine fixes for v4.20-rc6

 - Fixing imx-sdma handling of channel terminations, this involves
   reverting two commits and implement async termination
 - Fix cppi dma channel deletion from pending list on stop
 - Fix FIFO size for dw controller in Intel Merrifield

----------------------------------------------------------------
Andy Shevchenko (1):
      dmaengine: dw: Fix FIFO size for Intel Merrifield

Bin Liu (1):
      dmaengine: cppi41: delete channel from pending list when stop channel

Lucas Stach (4):
      Revert "dmaengine: imx-sdma: Use GFP_NOWAIT for dma allocations"
      Revert "dmaengine: imx-sdma: alloclate bd memory from dma pool"
      dmaengine: imx-sdma: implement channel termination via worker
      dmaengine: imx-sdma: use GFP_NOWAIT for dma descriptor allocations

 drivers/dma/dw/core.c   |  6 ++---
 drivers/dma/imx-sdma.c  | 69 +++++++++++++++++++++++++++++++------------------
 drivers/dma/ti/cppi41.c | 16 +++++++++++-
 3 files changed, 62 insertions(+), 29 deletions(-)

Thanks

Comments

pr-tracker-bot@kernel.org Dec. 7, 2018, 6:35 p.m. UTC | #1
The pull request you sent on Fri, 7 Dec 2018 10:13:04 +0530:

> git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.20-rc6

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

Thank you!