Re: [U-Boot] [PATCH v8 00/31] dma: add channels support

2018-11-26 Thread Tom Rini
On Mon, Nov 26, 2018 at 07:00:08PM +0100, Álvaro Fernández Rojas wrote: > In order to add bcm6348-enet support, dma-uclass must be extended to support > dma channels and reworked to operate like the other dm uclass (clk, reset...). > > === > > A DMA is a feature of computer systems that allows c

[U-Boot] [PATCH v8 00/31] dma: add channels support

2018-11-26 Thread Álvaro Fernández Rojas
In order to add bcm6348-enet support, dma-uclass must be extended to support dma channels and reworked to operate like the other dm uclass (clk, reset...). === A DMA is a feature of computer systems that allows certain hardware subsystems to access main system memory, independent of the CPU. DMA