Re: [PATCH RFC v7 2/6] dma: mpc512x: add support for peripheral transfers

2014-02-19 Thread Alexander Popov
[ adding dmaengine ML to Cc: ] Thanks for your feedback, Gerhard 2014-02-13 4:07 GMT+04:00 Gerhard Sittig : > On Wed, Feb 12, 2014 at 17:25 +0400, Alexander Popov wrote: >> /* >> - * This is initial version of MPC5121 DMA driver. Only memory to memory >> - * transfers are supported (tested using

Re: [PATCH RFC v7 2/6] dma: mpc512x: add support for peripheral transfers

2014-02-12 Thread Gerhard Sittig
[ removed DT from Cc: ] On Wed, Feb 12, 2014 at 17:25 +0400, Alexander Popov wrote: > > Introduce support for slave s/g transfer preparation and the associated > device control callback in the MPC512x DMA controller driver, which adds > support for data transfers between memory and peripheral I/O

[PATCH RFC v7 2/6] dma: mpc512x: add support for peripheral transfers

2014-02-12 Thread Alexander Popov
Introduce support for slave s/g transfer preparation and the associated device control callback in the MPC512x DMA controller driver, which adds support for data transfers between memory and peripheral I/O to the previously supported mem-to-mem transfers. Signed-off-by: Alexander Popov --- drive