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 -- ~Vinod