Re: [PATCH v3 5/8] dmaengine: rcar-dmac: group slave configuration

2016-02-10 Thread Laurent Pinchart
Hi Niklas, Thank you for the patch. On Wednesday 10 February 2016 01:57:55 Niklas Söderlund wrote: > Group slave address and transfer size in own structs for source and > destination. This is in preparation for hooking up the dma-mapping API > to the slave addresses. > > Signed-off-by: Niklas Sö

[PATCH v3 5/8] dmaengine: rcar-dmac: group slave configuration

2016-02-09 Thread Niklas Söderlund
Group slave address and transfer size in own structs for source and destination. This is in preparation for hooking up the dma-mapping API to the slave addresses. Signed-off-by: Niklas Söderlund --- drivers/dma/sh/rcar-dmac.c | 37 + 1 file changed, 21 inserti