Re: [U-Boot] [PATCH v2 1/6] dm: implement a DMA uclass

2016-01-05 Thread Mugunthan V N
On Wednesday 06 January 2016 05:54 AM, Simon Glass wrote: > Hi Mugunthan, > > On 23 December 2015 at 09:42, Mugunthan V N wrote: >> Implement a DMA uclass so that the devices like ethernet, spi, >> mmc etc can offload the data transfers from/to the device and >> memory. >> >> Signed-off-by: Mugun

Re: [U-Boot] [PATCH v2 1/6] dm: implement a DMA uclass

2016-01-05 Thread Simon Glass
Hi Mugunthan, On 23 December 2015 at 09:42, Mugunthan V N wrote: > Implement a DMA uclass so that the devices like ethernet, spi, > mmc etc can offload the data transfers from/to the device and > memory. > > Signed-off-by: Mugunthan V N > --- > drivers/dma/Kconfig | 15 + > drivers

[U-Boot] [PATCH v2 1/6] dm: implement a DMA uclass

2015-12-23 Thread Mugunthan V N
Implement a DMA uclass so that the devices like ethernet, spi, mmc etc can offload the data transfers from/to the device and memory. Signed-off-by: Mugunthan V N --- drivers/dma/Kconfig | 15 + drivers/dma/Makefile | 2 ++ drivers/dma/dma-uclass.c | 78 +