[U-Boot] [PATCH v5 01/15] dma: move dma_ops to dma-uclass.h
Grygorii Strashko
grygorii.strashko at ti.com
Tue Mar 6 15:10:42 UTC 2018
On 03/05/2018 02:05 PM, Álvaro Fernández Rojas wrote:
> Move dma_ops to a separate header file, following other uclass implementations.
> While doing so, this patch also improves dma_ops documentation.
>
> Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> v5: fix build of ti-edma3 (reported by Grygorii Strashko) and remove unneeded
> dma.h include
> v4: no changes
> v3: Introduce changes reported by Simon Glass:
> - Improve dma-uclass.h documentation.
> - Switch to live tree API.
>
> drivers/dma/dma-uclass.c | 2 +-
> drivers/dma/ti-edma3.c | 2 +-
> include/dma-uclass.h | 39 +++++++++++++++++++++++++++++++++++++++
> include/dma.h | 22 ----------------------
> 4 files changed, 41 insertions(+), 24 deletions(-)
> create mode 100644 include/dma-uclass.h
Reviewed-by: Grygorii Strashko <grygorii.strashko at ti.com>
--
regards,
-grygorii
More information about the U-Boot
mailing list