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

2016-01-27 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 | 72 +

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

2016-01-27 Thread Simon Glass
Hi Mugunthan, On 27 January 2016 at 04:57, 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/

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

2016-01-28 Thread Mugunthan V N
Hi Simon On Thursday 28 January 2016 04:23 AM, Simon Glass wrote: > Hi Mugunthan, > > On 27 January 2016 at 04:57, 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-b

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

2016-01-29 Thread Simon Glass
Hi Mugunthan, On 28 January 2016 at 04:36, Mugunthan V N wrote: > Hi Simon > > On Thursday 28 January 2016 04:23 AM, Simon Glass wrote: >> Hi Mugunthan, >> >> On 27 January 2016 at 04:57, Mugunthan V N wrote: >>> Implement a DMA uclass so that the devices like ethernet, spi, >>> mmc etc can offl