On 10 November 2018 at 13:06, Grygorii Strashko
<grygorii.stras...@ti.com> wrote:
> Add a sandbox DMA driver implementation (provider) and corresponding DM
> test.
>
> Reviewed-by: Tom Rini <tr...@konsulko.com>
> Signed-off-by: Grygorii Strashko <grygorii.stras...@ti.com>
> ---
>  arch/sandbox/dts/test.dts      |   8 ++
>  configs/sandbox_defconfig      |   3 +
>  drivers/dma/Kconfig            |   7 +
>  drivers/dma/Makefile           |   1 +
>  drivers/dma/sandbox-dma-test.c | 282 
> +++++++++++++++++++++++++++++++++++++++++
>  test/dm/Makefile               |   1 +
>  test/dm/dma.c                  | 123 ++++++++++++++++++
>  7 files changed, 425 insertions(+)
>  create mode 100644 drivers/dma/sandbox-dma-test.c
>  create mode 100644 test/dm/dma.c

Reviewed-by: Simon Glass <s...@chromium.org>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to