]> git.baikalelectronics.ru Git - uboot.git/commit
test: dma: add dma-uclass test
authorGrygorii Strashko <grygorii.strashko@ti.com>
Wed, 28 Nov 2018 18:17:51 +0000 (19:17 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 7 Dec 2018 13:13:45 +0000 (08:13 -0500)
commit4e7a9a6d2e2e4ea26667d56e4ca65a1fb2052fc1
treefe3b17919c591818ee251996f09a483e3626204c
parent757392254978fb946aa4ebe0536da92b5da5c119
test: dma: add dma-uclass test

Add a sandbox DMA driver implementation (provider) and corresponding DM
test.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Álvaro Fernández Rojas <noltari@gmail.com>
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/sandbox-dma-test.c [new file with mode: 0644]
test/dm/Makefile
test/dm/dma.c [new file with mode: 0644]