Re: [U-Boot] [RFC v2 02/15] dma: add channels support

2018-02-21 Thread Álvaro Fernández Rojas
Hi Simon, El 20/02/2018 a las 19:49, Simon Glass escribió: Hi Alvaro, On 20 February 2018 at 10:46, Álvaro Fernández Rojas wrote: This adds channels support for dma controllers that have multiple channels which can transfer data to/from different devices (enet, usb...). Signed-off-by: Álvaro

Re: [U-Boot] [RFC v2 02/15] dma: add channels support

2018-02-20 Thread Álvaro Fernández Rojas
Hi Simon, El 20/02/2018 a las 19:49, Simon Glass escribió: Hi Alvaro, On 20 February 2018 at 10:46, Álvaro Fernández Rojas wrote: This adds channels support for dma controllers that have multiple channels which can transfer data to/from different devices (enet, usb...). Signed-off-by: Álvaro

Re: [U-Boot] [RFC v2 02/15] dma: add channels support

2018-02-20 Thread Simon Glass
Hi Alvaro, On 20 February 2018 at 10:46, Álvaro Fernández Rojas wrote: > This adds channels support for dma controllers that have multiple channels > which can transfer data to/from different devices (enet, usb...). > > Signed-off-by: Álvaro Fernández Rojas > --- > v2: Introduce changes reporte

[U-Boot] [RFC v2 02/15] dma: add channels support

2018-02-20 Thread Álvaro Fernández Rojas
This adds channels support for dma controllers that have multiple channels which can transfer data to/from different devices (enet, usb...). Signed-off-by: Álvaro Fernández Rojas --- v2: Introduce changes reported by Vignesh: - Respect current dma implementation. - Let dma_memcpy find a comp