
On Mon, Oct 22, 2018 at 04:24:57PM -0500, Grygorii Strashko wrote:
From: Álvaro Fernández Rojas noltari@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@gmail.com [grygorii.strashko@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@ti.com
Reviewed-by: Tom Rini trini@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.