Re: [U-Boot] [PATCH v7 3/5] test: dma: add dma-uclass test

2018-11-13 Thread Simon Glass
On 10 November 2018 at 13:06, Grygorii Strashko wrote: > Add a sandbox DMA driver implementation (provider) and corresponding DM > test. > > Reviewed-by: Tom Rini > Signed-off-by: Grygorii Strashko > --- > arch/sandbox/dts/test.dts | 8 ++ > configs/sandbox_defconfig | 3 + > driv

[U-Boot] [PATCH v7 3/5] test: dma: add dma-uclass test

2018-11-10 Thread Grygorii Strashko
Add a sandbox DMA driver implementation (provider) and corresponding DM test. Reviewed-by: Tom Rini Signed-off-by: Grygorii Strashko --- arch/sandbox/dts/test.dts | 8 ++ configs/sandbox_defconfig | 3 + drivers/dma/Kconfig| 7 + drivers/dma/Makefile | 1