[U-Boot] [PATCH v6 2/5] dma: add channels support

Tom Rini trini at konsulko.com
Fri Nov 2 20:29:36 UTC 2018


On Mon, Oct 22, 2018 at 04:24:57PM -0500, Grygorii Strashko wrote:

> From: Álvaro Fernández Rojas <noltari at gmail.com>
> 
> This adds channels support for dma controllers that have multiple channels
> which can transfer data to/from different devices (enet, usb...).
> 
> DMA channel API:
>  dma_get_by_index()
>  dma_get_by_name()
>  dma_request()
>  dma_free()
>  dma_enable()
>  dma_disable()
>  dma_prepare_rcv_buf()
>  dma_receive()
>  dma_send()
> 
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> [grygorii.strashko at ti.com: drop unused dma_get_by_index_platdata(),
>  add metadata to send/receive ops, add dma_prepare_rcv_buf(),
>  minor clean up]
> Signed-off-by: Grygorii Strashko <grygorii.strashko at ti.com>

Reviewed-by: Tom Rini <trini at konsulko.com>

But, please check this patch again, in at least one place you're
dropping an old TI copyright date and making it just be 2018.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181102/a8816320/attachment.sig>


More information about the U-Boot mailing list