Re: [U-Boot] [RFC 01/14] dma: add dma channels support and improve uclass

2018-02-20 Thread Vignesh R
Please add a commit message as this is a pretty big change providing a overview what is being added and why? On Monday 12 February 2018 10:08 PM, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/dma/dma-uclass.c| 212

[U-Boot] [RFC 01/14] dma: add dma channels support and improve uclass

2018-02-12 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- drivers/dma/dma-uclass.c| 212 ++--- drivers/mtd/spi/sf-uclass.c | 17 drivers/mtd/spi/spi_flash.c | 11 ++- include/dma-uclass.h| 110 + include/dma.h