Re: [U-Boot] [PATCH v5 02/15] dma: add channels support

2018-03-11 Thread Daniel Schwierzeck
Hi Álvaro, sorry for the late response. On 05.03.2018 21:05, Á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

Re: [U-Boot] [PATCH v5 02/15] dma: add channels support

2018-03-09 Thread Álvaro Fernández Rojas
Hi Grygorii, El 09/03/2018 a las 0:07, Grygorii Strashko escribió: Hi Álvaro, On 03/05/2018 02:05 PM, Á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:

Re: [U-Boot] [PATCH v5 02/15] dma: add channels support

2018-03-08 Thread Grygorii Strashko
Hi Álvaro, On 03/05/2018 02:05 PM, Á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 > Reviewed-by: Simon

Re: [U-Boot] [PATCH v5 02/15] dma: add channels support

2018-03-08 Thread Álvaro Fernández Rojas
Hi Joe, El 07/03/2018 a las 22:27, Joe Hershberger escribió: On Mon, Mar 5, 2018 at 2:05 PM, Á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...).

Re: [U-Boot] [PATCH v5 02/15] dma: add channels support

2018-03-07 Thread Joe Hershberger
On Mon, Mar 5, 2018 at 2:05 PM, Á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 >

[U-Boot] [PATCH v5 02/15] dma: add channels support

2018-03-05 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 Reviewed-by: Simon Glass --- v5: remove unneeded dma.h include v4: no