Hi Linus, Please pull the following two patches to recive the fixes for slave-dmaengine. The first one is for making slave_id value correct for dw_dmac and send one fixes the endieness in DT parsing The following changes since commit 8bb9660418e05bb1845ac1a2428444d78e322cc7: are available in the git repository at: git://git.infradead.org/users/vkoul/slave-dma.git fixes Andy Shevchenko (1): dw_dmac: adjust slave_id accordingly to request line base Arnd Bergmann (1): dmaengine: dw_dma: fix endianess for DT xlate function drivers/dma/dw_dmac.c | 23 +++++++++++++++++++---- drivers/dma/dw_dmac_regs.h | 1 + 2 files changed, 20 insertions(+), 4 deletions(-) -- ~Vinod