[U-Boot] [PATCH v7 3/5] test: dma: add dma-uclass test
Simon Glass
sjg at chromium.org
Tue Nov 13 19:53:51 UTC 2018
On 10 November 2018 at 13:06, Grygorii Strashko
<grygorii.strashko at ti.com> wrote:
> Add a sandbox DMA driver implementation (provider) and corresponding DM
> test.
>
> Reviewed-by: Tom Rini <trini at konsulko.com>
> Signed-off-by: Grygorii Strashko <grygorii.strashko at 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 <sjg at chromium.org>
More information about the U-Boot
mailing list