<p dir="ltr">Hello</p>
<p dir="ltr">20.03.2014 18:48 "Alexander Popov" <<a href="mailto:a13xp0p0v88@gmail.com">a13xp0p0v88@gmail.com</a>> wrote:<br>
> Changes in v10:<br>
> Part 2/6:<br>
> - don't use direction field of dma_slave_config in mpc_dma_device_control()<br>
> but store settings in mpc_dma_chan for both DMA_DEV_TO_MEM and<br>
> DMA_MEM_TO_DEV cases; then retrieve the needed values in<br>
> mpc_dma_prep_slave_sg();<br>
> - fix style issue and put 2014 instead of 2013;<br>
> Part 3/6:<br>
> - fix mpc_dma_probe() error path and mpc_dma_remove(): manually free IRQs and<br>
> dispose IRQ mappings before devm_* takes care of other resources;<br>
> Part 6/6:<br>
> - change according the new part 3/6;<br>
> - fix style issue;</p>
<p dir="ltr">Could I have a feedback?<br>
Thanks!</p>
<p dir="ltr">> Alexander Popov (5):<br>
> dma: mpc512x: reorder mpc8308 specific instructions<br>
> dma: mpc512x: add support for peripheral transfers<br>
> dma: mpc512x: fix freeing resources in mpc_dma_probe() and<br>
> mpc_dma_remove()<br>
> dma: of: Add common xlate function for matching by channel id<br>
> dma: mpc512x: register for device tree channel lookup<br>
><br>
> Gerhard Sittig (1):<br>
> dma: mpc512x: add device tree binding document<br>
><br>
> .../devicetree/bindings/dma/mpc512x-dma.txt | 55 ++++<br>
> arch/powerpc/boot/dts/mpc5121.dtsi | 1 +<br>
> drivers/dma/mpc512x_dma.c | 345 ++++++++++++++++++---<br>
> drivers/dma/of-dma.c | 35 +++<br>
> include/linux/of_dma.h | 4 +<br>
> 5 files changed, 402 insertions(+), 38 deletions(-)<br>
> create mode 100644 Documentation/devicetree/bindings/dma/mpc512x-dma.txt<br>
><br>
> --<br>
> 1.8.4.2<br>
></p>
<p dir="ltr">Best regards,<br>
Alexander</p>