Re: [PATCH v6 1/3] dmaengine: Add support for APM X-Gene SoC DMA engine driver

2015-02-26 Thread Rameshwar Sahu
Hi On Fri, Feb 27, 2015 at 9:39 AM, Rameshwar Sahu wrote: > Hi, > > > On Thu, Feb 26, 2015 at 7:55 PM, Ben Dooks wrote: >> On 26/02/15 12:31, Rameshwar Sahu wrote: >>> Hi Vinod, >>> >>> >>> On Tue, Feb 24, 2015 at 6:23 PM, Rameshwar Prasad Sahu >>> wrote: This patch implements the APM X-

Re: [PATCH v6 1/3] dmaengine: Add support for APM X-Gene SoC DMA engine driver

2015-02-26 Thread Rameshwar Sahu
Hi, On Thu, Feb 26, 2015 at 7:55 PM, Ben Dooks wrote: > On 26/02/15 12:31, Rameshwar Sahu wrote: >> Hi Vinod, >> >> >> On Tue, Feb 24, 2015 at 6:23 PM, Rameshwar Prasad Sahu wrote: >>> This patch implements the APM X-Gene SoC DMA engine driver. The APM X-Gene >>> SoC DMA engine consists of 4 DM

Re: [PATCH v6 1/3] dmaengine: Add support for APM X-Gene SoC DMA engine driver

2015-02-26 Thread Ben Dooks
On 26/02/15 12:31, Rameshwar Sahu wrote: > Hi Vinod, > > > On Tue, Feb 24, 2015 at 6:23 PM, Rameshwar Prasad Sahu wrote: >> This patch implements the APM X-Gene SoC DMA engine driver. The APM X-Gene >> SoC DMA engine consists of 4 DMA channels for performing DMA operations. >> These DMA operatio

Re: [PATCH v6 1/3] dmaengine: Add support for APM X-Gene SoC DMA engine driver

2015-02-26 Thread Rameshwar Sahu
Hi Vinod, On Tue, Feb 24, 2015 at 6:23 PM, Rameshwar Prasad Sahu wrote: > This patch implements the APM X-Gene SoC DMA engine driver. The APM X-Gene > SoC DMA engine consists of 4 DMA channels for performing DMA operations. > These DMA operations include memory copy and scatter-gather memory cop

[PATCH v6 1/3] dmaengine: Add support for APM X-Gene SoC DMA engine driver

2015-02-24 Thread Rameshwar Prasad Sahu
This patch implements the APM X-Gene SoC DMA engine driver. The APM X-Gene SoC DMA engine consists of 4 DMA channels for performing DMA operations. These DMA operations include memory copy and scatter-gather memory copy offloading. Signed-off-by: Rameshwar Prasad Sahu Signed-off-by: Loc Ho ---