Re: [PATCH v8 0/3] dmaengine: APM X-Gene SoC DMA engine driver support

2015-04-02 Thread Rameshwar Sahu
On Thu, Apr 2, 2015 at 2:05 PM, Vinod Koul wrote: > On Wed, Mar 18, 2015 at 07:17:33PM +0530, Rameshwar Prasad Sahu wrote: >> This patch set implements the APM X-Gene SoC DMA driver support to offload >> the DMA operations such as memory copy(memcpy), scatter gather memory copy, >> raid5 xor and

Re: [PATCH v8 0/3] dmaengine: APM X-Gene SoC DMA engine driver support

2015-04-02 Thread Vinod Koul
On Wed, Mar 18, 2015 at 07:17:33PM +0530, Rameshwar Prasad Sahu wrote: > This patch set implements the APM X-Gene SoC DMA driver support to offload > the DMA operations such as memory copy(memcpy), scatter gather memory copy, > raid5 xor and raid6 p+q. Applied, now Thanks -- ~Vinod -- To

Re: [PATCH v8 0/3] dmaengine: APM X-Gene SoC DMA engine driver support

2015-04-02 Thread Vinod Koul
On Wed, Mar 18, 2015 at 07:17:33PM +0530, Rameshwar Prasad Sahu wrote: This patch set implements the APM X-Gene SoC DMA driver support to offload the DMA operations such as memory copy(memcpy), scatter gather memory copy, raid5 xor and raid6 p+q. Applied, now Thanks -- ~Vinod -- To

Re: [PATCH v8 0/3] dmaengine: APM X-Gene SoC DMA engine driver support

2015-04-02 Thread Rameshwar Sahu
On Thu, Apr 2, 2015 at 2:05 PM, Vinod Koul vinod.k...@intel.com wrote: On Wed, Mar 18, 2015 at 07:17:33PM +0530, Rameshwar Prasad Sahu wrote: This patch set implements the APM X-Gene SoC DMA driver support to offload the DMA operations such as memory copy(memcpy), scatter gather memory copy,

[PATCH v8 0/3] dmaengine: APM X-Gene SoC DMA engine driver support

2015-03-18 Thread Rameshwar Prasad Sahu
This patch set implements the APM X-Gene SoC DMA driver support to offload the DMA operations such as memory copy(memcpy), scatter gather memory copy, raid5 xor and raid6 p+q. v8 changes: 1. Fixed macro namespace issues. 2. Fixed tx status check issues. v7 changes: 1.

[PATCH v8 0/3] dmaengine: APM X-Gene SoC DMA engine driver support

2015-03-18 Thread Rameshwar Prasad Sahu
This patch set implements the APM X-Gene SoC DMA driver support to offload the DMA operations such as memory copy(memcpy), scatter gather memory copy, raid5 xor and raid6 p+q. v8 changes: 1. Fixed macro namespace issues. 2. Fixed tx status check issues. v7 changes: 1.