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

2018-11-02 Thread Tom Rini
On Mon, Oct 22, 2018 at 04:24:58PM -0500, Grygorii Strashko wrote: > Add a sandbox DMA driver implementation (provider) and corresponding DM > test. > > Signed-off-by: Grygorii Strashko Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

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

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