Hey Linus, Here is a bit delayed fixes request for dmaengine tree. Nothing special here, fixes to bunch of drivers. The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.9-rc6 for you to fetch changes up to d5afc1b68a6ddc27746d31f775025afe75ec8122: dmaengine: cppi41: More PM runtime fixes (2016-11-17 16:09:23 +0530) ---------------------------------------------------------------- dmaengine fixes for 4.9-rc6 Some driver fixes which we pending in my tree: o return error code fix in edma driver o Kconfig fix for genric allocator in mmp_tdma o fix uninitialized value in sun6i o Runtime pm fixes for cppi ---------------------------------------------------------------- Axl-zhang (1): dmaengine: sun6i: fix the uninitialized value for v_lli Jérémy Lefaure (1): dmaengine: mmp_tdma: add missing select GENERIC_ALLOCATOR in Kconfig Tony Lindgren (4): dmaengine: cppi41: Fix list not empty warning on module removal dmaengine: cppi41: Fix unpaired pm runtime when only a USB hub is connected dmaengine: cpp41: Fix handling of error path dmaengine: cppi41: More PM runtime fixes Wei Yongjun (1): dmaengine: edma: Fix error return code in edma_alloc_chan_resources() drivers/dma/Kconfig | 1 + drivers/dma/cppi41.c | 31 ++++++++++++++++++++++++++----- drivers/dma/edma.c | 1 + drivers/dma/sun6i-dma.c | 2 +- 4 files changed, 29 insertions(+), 6 deletions(-) Thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html