Re: [PATCH] dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag

2016-01-06 Thread Rameshwar Sahu
On Wed, Jan 6, 2016 at 3:01 PM, Vinod Koul wrote: > On Wed, Jan 06, 2016 at 02:51:07PM +0530, Rameshwar Sahu wrote: >> Hi Vinod, >> >> On Wed, Jan 6, 2016 at 2:43 PM, Vinod Koul wrote: >> > On Wed, Dec 23, 2015 at 06:28:15PM +0530, Rameshswar Prasad Sahu wrote: >

Re: [PATCH] dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag

2016-01-06 Thread Rameshwar Sahu
Hi Vinod, On Wed, Jan 6, 2016 at 2:43 PM, Vinod Koul wrote: > On Wed, Dec 23, 2015 at 06:28:15PM +0530, Rameshswar Prasad Sahu wrote: >> From: Rameshwar Prasad Sahu >> >> For interrupt controller that doesn't support irq_disable and hardware >> with level interrupt, an extra interrupt can be pen

Re: [PATCH] mmc: host: arasan: sdhci-of-arasan: Remove no-hispd and no-cmd23 quirks for sdhci-arasan4.9a

2016-01-05 Thread Rameshwar Sahu
Hi Ulf, On Wed, Dec 23, 2015 at 6:59 PM, Rameshswar Prasad Sahu wrote: > From: Rameshwar Prasad Sahu > > The Arason SD host controller supports set block count command (cmd23) > and high speed mode. This patch re-enable both of these features that > was disabled. For device that doesn't support

Re: [PATCH v2 0/3] dmaengine: Add supports for APM X-Gene SoC CRC32C accerlerator driver

2015-12-09 Thread Rameshwar Sahu
On Wed, Dec 9, 2015 at 1:57 PM, Herbert Xu wrote: > On Wed, Dec 09, 2015 at 01:55:55PM +0530, Rameshwar Sahu wrote: >> >> Any comments on above patch ?? > > My concern that there aren't going to be any in-kernel users remains. Yes, we are not upstream in-kernel users r

Re: [PATCH v2 0/3] dmaengine: Add supports for APM X-Gene SoC CRC32C accerlerator driver

2015-12-09 Thread Rameshwar Sahu
Hi, On Mon, Nov 16, 2015 at 2:42 PM, wrote: > From: Rameshwar Prasad Sahu > > This patch implements support for APM X-Gene SoC CRC32C h/w accelerator driver > and adds CRC32C computations support in dmaengine framework. APM X-Gene SoC > has > DMA engine capable of performing CRC32C computation

Re: [PATCH v2 0/3] dmaengine: Add supports for APM X-Gene SoC CRC32C accerlerator driver

2015-11-30 Thread Rameshwar Sahu
Hi Herbert, On Mon, Nov 30, 2015 at 2:20 PM, Herbert Xu wrote: > On Mon, Nov 30, 2015 at 02:19:33PM +0530, Rameshwar Sahu wrote: >> >> One of our client is using this layer for offloading the crc32c to our >> dmaengine hw. > > Is this going to be merged into the ker

Re: [PATCH v2 0/3] dmaengine: Add supports for APM X-Gene SoC CRC32C accerlerator driver

2015-11-30 Thread Rameshwar Sahu
Hi Herbert, On Mon, Nov 30, 2015 at 2:09 PM, Herbert Xu wrote: > On Mon, Nov 30, 2015 at 02:06:03PM +0530, Rameshwar Sahu wrote: >> On Mon, Nov 16, 2015 at 2:42 PM, wrote: >> > From: Rameshwar Prasad Sahu >> > >> > This patch implements support for A

Re: [PATCH v2 0/3] dmaengine: Add supports for APM X-Gene SoC CRC32C accerlerator driver

2015-11-30 Thread Rameshwar Sahu
On Mon, Nov 16, 2015 at 2:42 PM, wrote: > From: Rameshwar Prasad Sahu > > This patch implements support for APM X-Gene SoC CRC32C h/w accelerator driver > and adds CRC32C computations support in dmaengine framework. APM X-Gene SoC > has > DMA engine capable of performing CRC32C computations. >

Re: [PATCH v2] dmaengine: xgene-dma: Disable memcpy operation due to performance drop

2015-10-14 Thread Rameshwar Sahu
Hi Vinod, On Mon, Oct 12, 2015 at 7:53 PM, Vinod Koul wrote: > On Fri, Oct 09, 2015 at 10:08:32PM +0530, Rameshwar Sahu wrote: >> Hi Vinod, >> >> On Fri, Oct 9, 2015 at 9:42 PM, Vinod Koul wrote: >> > On Thu, Oct 08, 2015 at 02:36:57PM +0530, Rameshwar Prasad Sa

Re: [PATCH v2] dmaengine: xgene-dma: Disable memcpy operation due to performance drop

2015-10-09 Thread Rameshwar Sahu
Hi Vinod, On Fri, Oct 9, 2015 at 9:42 PM, Vinod Koul wrote: > On Thu, Oct 08, 2015 at 02:36:57PM +0530, Rameshwar Prasad Sahu wrote: >> The DMA engine supports memory copy, RAID5 XOR, RAID6 PQ, and other >> computations. But the bandwidth of the entire DMA engine is shared >> among all channels.

Re: [PATCH] dmaengine: xgene-dma: Disable memcpy operation due to performance drop

2015-10-08 Thread Rameshwar Sahu
On Thu, Oct 8, 2015 at 2:23 PM, Arnd Bergmann wrote: > On Thursday 08 October 2015 13:55:16 Rameshwar Prasad Sahu wrote: >> The DMA engine supports memory copy, RAID5 XOR, RAID6 PQ, and other >> computations. But the bandwidth of the entire DMA engine is shared >> among all channels. This patch re

Re: [PATCH] dmaengine: xgene-dma: Fix overwritting DMA tx ring

2015-09-25 Thread Rameshwar Sahu
Hi Vinod, On Wed, Sep 16, 2015 at 1:33 PM, Rameshwar Prasad Sahu wrote: > This patch fixes an over flow issue with the TX ring descriptor. Each > descriptor is 32B in size and an operation requires 2 of these > descriptors. > > Signed-off-by: Rameshwar Prasad Sahu > --- > drivers/dma/xgene-dma.

Re: [PATCH] dmaengine: xgene-dma: Fix holding lock while calling tx callback in cleanup path

2015-08-21 Thread Rameshwar Sahu
On Fri, Aug 21, 2015 at 2:21 PM, Vinod Koul wrote: > On Fri, Aug 21, 2015 at 02:15:08PM +0530, Rameshwar Sahu wrote: >> Hi Vinod, >> >> On Fri, Aug 21, 2015 at 2:09 PM, Vinod Koul wrote: >> > On Thu, Aug 20, 2015 at 04:00:56PM +0530, Rameshwar Prasad Sahu wrote:

Re: [PATCH] dmaengine: xgene-dma: Fix holding lock while calling tx callback in cleanup path

2015-08-21 Thread Rameshwar Sahu
Hi Vinod, On Fri, Aug 21, 2015 at 2:09 PM, Vinod Koul wrote: > On Thu, Aug 20, 2015 at 04:00:56PM +0530, Rameshwar Prasad Sahu wrote: >> This patch fixes the an locking issue where client callback performs > > ?? > >> further submission. > Do you men you are preventin

Re: [PATCH v1 1/4] dmaengine: Add support for new feature CRC32C

2015-08-20 Thread Rameshwar Sahu
On Thu, Aug 20, 2015 at 12:38 PM, Vinod Koul wrote: > On Thu, Aug 20, 2015 at 11:59:07AM +0530, Rameshwar Sahu wrote: >> Hi Vinod, >> >> On Thu, Aug 20, 2015 at 10:56 AM, Vinod Koul wrote: >> > On Thu, Jul 30, 2015 at 05:41:05PM +0530, Rameshwar Prasad Sahu wrote:

Re: [PATCH v1 3/4] Crypto: Add support for APM X-Gene SoC CRC32C h/w accelerator driver

2015-08-20 Thread Rameshwar Sahu
Hi Vinod, On Thu, Aug 20, 2015 at 11:18 AM, Vinod Koul wrote: > On Thu, Jul 30, 2015 at 05:41:07PM +0530, Rameshwar Prasad Sahu wrote: >> + nents = sg_nents(req->src); >> + sg_count = dma_map_sg(dev, req->src, nents, DMA_TO_DEVICE); >> + if (!sg_count) { >> + dev_err(dev,

Re: [PATCH v1 2/4] dmaengine: xgene-dma: Add support for CRC32C calculation via DMA engine

2015-08-19 Thread Rameshwar Sahu
Hi Vinod, On Thu, Aug 20, 2015 at 11:10 AM, Vinod Koul wrote: > On Thu, Jul 30, 2015 at 05:41:06PM +0530, Rameshwar Prasad Sahu wrote: >> + /* Invalidate unused source address field */ >> + for (; i < 4; i++) >> + xgene_dma_invalidate_buffer(xgene_dma_lookup_ext8(desc2, i)); >

Re: [PATCH v1 1/4] dmaengine: Add support for new feature CRC32C

2015-08-19 Thread Rameshwar Sahu
Hi Vinod, On Thu, Aug 20, 2015 at 10:56 AM, Vinod Koul wrote: > On Thu, Jul 30, 2015 at 05:41:05PM +0530, Rameshwar Prasad Sahu wrote: >> This patch adds support for new feature CRC32C calculation in >> dmaengine framework. > > Looks okay can you please update Documentation also Thanks, I will u

Re: [PATCH] dmaengine: xgene-dma: Add ACPI support for X-Gene DMA engine driver

2015-08-13 Thread Rameshwar Sahu
Hi Vinod, On Tue, Jul 21, 2015 at 6:44 PM, Rameshwar Prasad Sahu wrote: > This patch adds ACPI support for the APM X-Gene DMA engine driver. > > Signed-off-by: Rameshwar Prasad Sahu > --- > drivers/dma/xgene-dma.c | 28 +--- > 1 file changed, 21 insertions(+), 7 deletion

Re: [PATCH v1 3/4] Crypto: Add support for APM X-Gene SoC CRC32C h/w accelerator driver

2015-07-31 Thread Rameshwar Sahu
On Fri, Jul 31, 2015 at 12:43 PM, Herbert Xu wrote: > On Thu, Jul 30, 2015 at 05:41:07PM +0530, Rameshwar Prasad Sahu wrote: >> >> + .cra_name = "xgene(crc32c)", >> + .cra_driver_name= "crc32c-xgene", > > This looks wrong. If you're implementing crc32

Re: [PATCH v1 0/4] Crypto: tcrypt: Add test case for APM X-Gene SoC CRC32C algo

2015-07-30 Thread Rameshwar Sahu
Hi All, On Thu, Jul 30, 2015 at 5:41 PM, Rameshwar Prasad Sahu wrote: > This patch adds test case for APM X-Gene SoC CRC32C algorithm. Please discard this patch description and subject line in this cover letter, I have resent it again. Thanks, Ram > > Signed-off-by: Rameshwar Prasad Sahu > --

Re: [PATCH] dmaengine: xgene-dma: Add ACPI support for X-Gene DMA engine driver

2015-07-30 Thread Rameshwar Sahu
Hi Arnd, On Wed, Jul 29, 2015 at 8:04 PM, Arnd Bergmann wrote: > On Tuesday 21 July 2015 18:44:39 Rameshwar Prasad Sahu wrote: >> This patch adds ACPI support for the APM X-Gene DMA engine driver. >> >> Signed-off-by: Rameshwar Prasad Sahu >> > > How does a slave driver refer to a channel in cas

Re: [PATCH] dmaengine: xgene-dma: Add ACPI support for X-Gene DMA engine driver

2015-07-28 Thread Rameshwar Sahu
Hi Vinod, On Tue, Jul 21, 2015 at 6:44 PM, Rameshwar Prasad Sahu wrote: > This patch adds ACPI support for the APM X-Gene DMA engine driver. > > Signed-off-by: Rameshwar Prasad Sahu > --- > drivers/dma/xgene-dma.c | 28 +--- > 1 file changed, 21 insertions(+), 7 deletion

Re: [PATCH] dmaengine: xgene-dma: Fix the resource map to handle overlapping

2015-07-10 Thread Rameshwar Sahu
Hi Vinod, On Tue, Jul 7, 2015 at 3:34 PM, Rameshwar Prasad Sahu wrote: > There is an overlap in dma ring cmd csr region due to sharing of ethernet > ring cmd csr region. This patch fix the resource overlapping by mapping > the entire dma ring cmd csr region. > > Signed-off-by: Rameshwar Prasad Sa

Re: [PATCH] dmaengine: xgene-dma: Fix "incorrect type in assignement" warnings

2015-06-03 Thread Rameshwar Sahu
On Tue, Jun 2, 2015 at 7:05 PM, Vinod Koul wrote: > > On Tue, Jun 02, 2015 at 02:33:33PM +0530, Rameshwar Prasad Sahu wrote: > > This patch fixes sparse warnings like incorrect type in assignment > > (different base types), cast to restricted __le64. > > > I am appliying this but ideally you shoul

Re: [PATCH v4] dmaengine: xgene-dma: Fix sparse wannings and coccinelle warnings

2015-04-23 Thread Rameshwar Sahu
On Mon, Apr 20, 2015 at 4:23 PM, Rameshwar Prasad Sahu wrote: > v4 changes: > * Re-generate patch on top of latest for-linux git > > v3 changes: > * Minor changes in length setting in DMA descriptor > > v2 changes: > * Code cleanup > * Changed way of setting DMA des

Re: [PATCH v3] dmaengine: xgene-dma: Fix sparse wannings and coccinelle warnings

2015-04-19 Thread Rameshwar Sahu
Hi Vinod, On Fri, Apr 17, 2015 at 11:59 PM, Vinod Koul wrote: > >> /* Get DMA error interrupt */ >> @@ -2076,7 +2035,6 @@ static struct platform_driver xgene_dma_driver = { >> .remove = xgene_dma_remove, >> .driver = { >> .name = "X-Gene-DMA", >> - .own

Re: [PATCH v3] dmaengine: xgene-dma: Fix sparse wannings and coccinelle warnings

2015-04-17 Thread Rameshwar Sahu
Hi Arnd, On Fri, Apr 17, 2015 at 2:19 PM, Arnd Bergmann wrote: > On Friday 17 April 2015 01:01:13 Rameshwar Prasad Sahu wrote: >> v3 changes: >> * Minor changes in length setting in DMA descriptor >> >> v2 changes: >> * Code cleanup >> * Changed way of setting DMA descriptors fo

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 r

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

2015-03-30 Thread Rameshwar Sahu
Hi Vinod, On Mon, Mar 23, 2015 at 4:37 PM, Rameshwar Sahu wrote: > Hi Vinod, > > On Thu, Mar 19, 2015 at 1:47 PM, Rameshwar Sahu wrote: >> Hi Vinod, >> >> On Wed, Mar 18, 2015 at 7:17 PM, Rameshwar Prasad Sahu wrote: >>> This patch implements the APM X-G

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

2015-03-23 Thread Rameshwar Sahu
Hi Vinod, On Thu, Mar 19, 2015 at 1:47 PM, Rameshwar Sahu wrote: > Hi Vinod, > > On Wed, Mar 18, 2015 at 7:17 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 perf

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

2015-03-19 Thread Rameshwar Sahu
Hi Vinod, On Wed, Mar 18, 2015 at 7:17 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, scatter-gather memory copy, >

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

2015-03-17 Thread Rameshwar Sahu
Hi Vinod, On Tue, Mar 17, 2015 at 3:49 PM, Vinod Koul wrote: > On Tue, Mar 17, 2015 at 03:03:14PM +0530, Rameshwar Sahu wrote: >> Hi Vinod, >> >> On Mon, Mar 16, 2015 at 11:01 PM, Rameshwar Sahu wrote: >> > Hi Vinod, >> > >> > On Mon, Mar 16,

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

2015-03-17 Thread Rameshwar Sahu
Hi Vinod, On Mon, Mar 16, 2015 at 11:01 PM, Rameshwar Sahu wrote: > Hi Vinod, > > On Mon, Mar 16, 2015 at 9:56 PM, Vinod Koul wrote: >> On Mon, Mar 16, 2015 at 05:24:34PM +0530, Rameshwar Sahu wrote: >>> >> >> +static void xgene_dma_free_desc_list_reverse(st

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

2015-03-16 Thread Rameshwar Sahu
Hi Vinod, On Mon, Mar 16, 2015 at 9:56 PM, Vinod Koul wrote: > On Mon, Mar 16, 2015 at 05:24:34PM +0530, Rameshwar Sahu wrote: >> >> >> +static void xgene_dma_free_desc_list_reverse(struct xgene_dma_chan >> >> >> *chan, >> >> >> +

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

2015-03-16 Thread Rameshwar Sahu
Hi Vinod, On Mon, Mar 16, 2015 at 4:57 PM, Vinod Koul wrote: > On Mon, Mar 16, 2015 at 04:00:22PM +0530, Rameshwar Sahu wrote: > >> >> +static struct xgene_dma_desc_sw *xgene_dma_alloc_descriptor( >> >> + struct xgene_dma_chan *cha

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

2015-03-16 Thread Rameshwar Sahu
Hi Vinod, On Mon, Mar 16, 2015 at 2:57 PM, Vinod Koul wrote: > On Thu, Mar 12, 2015 at 04:45:19PM +0530, Rameshwar Prasad Sahu wrote: >> +/* DMA ring csr registers and bit definations */ >> +#define DMA_RING_CONFIG 0x04 >> +#define DMA_RING_ENABLE BIT(31)

Re: [PATCH v7 3/3] Documentation: dma: Add APM X-Gene SoC DMA engine driver documentation

2015-03-16 Thread Rameshwar Sahu
Hi Vinod, On Mon, Mar 16, 2015 at 2:59 PM, Vinod Koul wrote: > On Thu, Mar 12, 2015 at 04:45:21PM +0530, Rameshwar Prasad Sahu wrote: >> This patch adds device tree binding for APM X-Gene SoC DMA engine driver. > The patch title should be to add the bindings and not Documentation Got it, thanks

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

2015-03-16 Thread Rameshwar Sahu
Hi Vinod, On Mon, Mar 16, 2015 at 2:57 PM, Vinod Koul wrote: > On Thu, Mar 12, 2015 at 04:45:19PM +0530, Rameshwar Prasad Sahu wrote: >> +/* DMA ring csr registers and bit definations */ >> +#define DMA_RING_CONFIG 0x04 >> +#define DMA_RING_ENABLE BIT(31

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

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-G

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

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

2015-02-11 Thread Rameshwar Sahu
Hi Vinod, On Fri, Feb 6, 2015 at 1:41 AM, Vinod Koul wrote: > On Thu, Feb 05, 2015 at 05:29:06PM +0530, Rameshwar Sahu wrote: >> Hi Vinod, >> >> Thanks for reviewing this patch. >> >> Please see inline.. > Please STOP top posting > &

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

2015-02-05 Thread Rameshwar Sahu
Hi Vinod, Thanks for reviewing this patch. Please see inline.. Thanks, with regards, Ram On Thu, Feb 5, 2015 at 7:20 AM, Vinod Koul wrote: > On Tue, Feb 03, 2015 at 06:25:05PM +0530, Rameshwar Prasad Sahu wrote: >> +/* Applied Micro X-Gene SoC DMA engine Driver >> + * >> + * Copyright (c

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

2015-02-04 Thread Rameshwar Sahu
Hi Vinod, Can you please review this patch set. Thanks, with regards, Ram On Tue, Feb 3, 2015 at 6:25 PM, 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 gathering. > > v5 cha

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

2015-01-30 Thread Rameshwar Sahu
Hi All, Any comments on this patch set. Thanks, with regards, Ram On Wed, Jan 21, 2015 at 4:31 PM, 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 gathering. > > v4 changes: >

Re: [PATCH v3 2/3] arm64: dts: Add APM X-Gene DMA device and DMA clock DTS nodes

2015-01-19 Thread Rameshwar Sahu
Thanks, with regards, Ram On Mon, Jan 19, 2015 at 8:11 PM, Rameshwar Sahu wrote: > Hi Arnd, > > > > > > > Thanks, > with regards, > Ram > > On Mon, Jan 19, 2015 at 7:10 PM, Arnd Bergmann wrote: >> >> On Monday 19 January 2015 18:11:08 Rameshwar

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

2015-01-14 Thread Rameshwar Sahu
Hi Arnd, Thanks, with regards, Ram On Tue, Jan 13, 2015 at 12:25 AM, Arnd Bergmann wrote: > On Monday 12 January 2015 14:40:09 Rameshwar Sahu wrote: >> > + >> > + dma_set_mask_and_coherent(&pdev->dev, >> > +

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

2015-01-12 Thread Rameshwar Sahu
Hi All, Any comments on this patch ?? Thanks, with regards, Ram On Wed, Jan 7, 2015 at 4:39 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 operat

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

2015-01-02 Thread Rameshwar Sahu
Hi Arnd, See inline... Thanks, with regards, Ram On Wed, Dec 31, 2014 at 8:21 PM, Arnd Bergmann wrote: > On Wednesday 31 December 2014 17:12:14 Rameshwar Prasad Sahu wrote: >> This patch implements the APM X-Gene SoC DMA driver. The APM X-Gene >> SoC DMA engine consists of 4 DMA channels for p

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

2014-12-31 Thread Rameshwar Sahu
Hi All, Please ignore this patch, because there is a mistake in patch version in the subject. Thanks, with regards, Ram On Wed, Dec 31, 2014 at 5:08 PM, Rameshwar Prasad Sahu wrote: > This patch implements the APM X-Gene SoC DMA driver. The APM X-Gene > SoC DMA engine consists of 4 DMA channels