Re: [U-Boot] [RFC v2 01/15] dma: move dma_ops to dma-uclass.h

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: Move dma_ops to a separate header file, following other uclass implementations. Signed-off-by: Álvaro Fernández Rojas --- drivers/dma/dma-uclass.c | 3 ++- i

Re: [U-Boot] [RFC v2 01/15] dma: move dma_ops to dma-uclass.h

2018-02-20 Thread Simon Glass
Hi Alvaro, On 20 February 2018 at 10:46, Álvaro Fernández Rojas wrote: > Move dma_ops to a separate header file, following other uclass > implementations. > > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/dma/dma-uclass.c | 3 ++- > include/dma-uclass.h | 38 ++

[U-Boot] [RFC v2 01/15] dma: move dma_ops to dma-uclass.h

2018-02-20 Thread Álvaro Fernández Rojas
Move dma_ops to a separate header file, following other uclass implementations. Signed-off-by: Álvaro Fernández Rojas --- drivers/dma/dma-uclass.c | 3 ++- include/dma-uclass.h | 38 ++ include/dma.h| 22 -- 3 files changed