Hi Linus, Here is the dmaengine pull request for v5.8. Please note dmaengine tree has moved to kernel.org so you would need to pull from that now on. The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.8-rc6 for you to fetch changes up to 87730ccbddcb48478b1b88e88b14e73424130764: dmaengine: ioat setting ioat timeout as module parameter (2020-07-06 14:49:34 +0530) ---------------------------------------------------------------- dmaengine fixes for v5.5-rc6 - Update dmaengine tree location to k.org - dmatest fix for completing threads - Driver fixes for: - k3dma - fsl-dma - idxd - tegra - and few other in bunch of other drivers ---------------------------------------------------------------- Andy Shevchenko (1): dmaengine: dw: Initialize channel before each transfer Angelo Dureghello (1): dmaengine: fsl-edma: fix wrong tcd endianness for big-endian cpu Dave Jiang (3): dmaengine: idxd: fix hw descriptor fields for delta record dmaengine: idxd: cleanup workqueue config after disabling dmaengine: idxd: fix misc interrupt handler thread unmasking Dinghao Liu (1): dmaengine: tegra210-adma: Fix runtime PM imbalance on error Fabio Estevam (1): dmaengine: imx-sdma: Fix: Remove 'always true' comparison Krzysztof Kozlowski (3): dmaengine: fsl-edma: Add lockdep assert for exported function dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handler dmaengine: mcf-edma: Fix NULL pointer exception in mcf_edma_tx_handler Leonid Ravich (1): dmaengine: ioat setting ioat timeout as module parameter Nikhil Rao (1): dmaengine: idxd: fix cdev locking for open and release Peter Ujfalusi (5): dmaengine: ti: k3-udma: Use correct node to read "ti,udma-atype" dmaengine: ti: k3-udma: Fix cleanup code for alloc_chan_resources dmaengine: ti: k3-udma: Fix the running channel handling in alloc_chan_resources dmaengine: ti: k3-udma: Fix delayed_work usage for tx drain workaround dmaengine: dmatest: stop completed threads when running without set channel Robin Gong (1): dmaengine: fsl-edma-common: correct DSIZE_32BYTE Vinod Koul (1): MAINTAINERS: switch dmaengine tree to kernel.org Yoshihiro Shimoda (1): dmaengine: sh: usb-dmac: set tx_result parameters Yu Kuai (1): dmaengine: ti: k3-udma: add missing put_device() call in of_xudma_dev_get() MAINTAINERS | 2 +- drivers/dma/dmatest.c | 2 ++ drivers/dma/dw/core.c | 12 ------------ drivers/dma/fsl-edma-common.c | 28 ++++++++++++++++------------ drivers/dma/fsl-edma-common.h | 2 +- drivers/dma/fsl-edma.c | 7 +++++++ drivers/dma/idxd/cdev.c | 19 ++++++++++++++++--- drivers/dma/idxd/device.c | 25 +++++++++++++++++++++++++ drivers/dma/idxd/idxd.h | 1 + drivers/dma/idxd/irq.c | 3 ++- drivers/dma/idxd/sysfs.c | 5 +++++ drivers/dma/imx-sdma.c | 11 ++++------- drivers/dma/ioat/dma.c | 12 ++++++++++++ drivers/dma/ioat/dma.h | 2 -- drivers/dma/mcf-edma.c | 7 +++++++ drivers/dma/sh/usb-dmac.c | 2 ++ drivers/dma/tegra210-adma.c | 5 ++++- drivers/dma/ti/k3-udma-private.c | 1 + drivers/dma/ti/k3-udma.c | 39 +++++++++++++++++++-------------------- include/uapi/linux/idxd.h | 3 +++ 20 files changed, 128 insertions(+), 60 deletions(-) Thanks -- ~Vinod