All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dmaengine: shdmac/rcar-hpbdma: fixup WARNING of slave caps retrieval
@ 2015-01-22  2:31 Kuninori Morimoto
  2015-01-22 11:33 ` Laurent Pinchart
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2015-01-22  2:31 UTC (permalink / raw)
  To: linux-sh


Vi Vinod

I had sent rcar-hpbdma directions fixup patches before

	Subject: [PATCH v3] dmaengine:: rcar-hpbdma: add dma_dev->directions
	Date: Tue, 20 Jan 2015 01:22:48 +0000

After that, I got feedback from Laurent about residue_granularity.
But, then, I could find above patch on dma/next branch, so, I sent below
patch as additional patch.

	Subject: [PATCH] dmaengine: rcar-hpbdma: tidyup residue_granularity
	Date: Wed, 21 Jan 2015 04:42:22 +0000

But, could you please replace it to 1) if possible ?
I found shdmac has same issue (= 2).

Kuninori Morimoto (2):
      1) dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrieval
      2) dmaengine: shdmac: fixup WARNING of slave caps retrieval

 drivers/dma/sh/rcar-hpbdma.c |    6 ++++++
 drivers/dma/sh/shdmac.c      |    9 +++++++++
 2 files changed, 15 insertions(+)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] dmaengine: shdmac/rcar-hpbdma: fixup WARNING of slave caps retrieval
  2015-01-22  2:31 [PATCH 0/2] dmaengine: shdmac/rcar-hpbdma: fixup WARNING of slave caps retrieval Kuninori Morimoto
@ 2015-01-22 11:33 ` Laurent Pinchart
  2015-01-26  6:32 ` Vinod Koul
  2015-01-26  6:39 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2015-01-22 11:33 UTC (permalink / raw)
  To: linux-sh

Hi Morimoto-san,

Thank you for the patches.

For the whole series,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

On Thursday 22 January 2015 02:31:42 Kuninori Morimoto wrote:
> Vi Vinod
> 
> I had sent rcar-hpbdma directions fixup patches before
> 
> 	Subject: [PATCH v3] dmaengine:: rcar-hpbdma: add dma_dev->directions
> 	Date: Tue, 20 Jan 2015 01:22:48 +0000
> 
> After that, I got feedback from Laurent about residue_granularity.
> But, then, I could find above patch on dma/next branch, so, I sent below
> patch as additional patch.
> 
> 	Subject: [PATCH] dmaengine: rcar-hpbdma: tidyup residue_granularity
> 	Date: Wed, 21 Jan 2015 04:42:22 +0000
> 
> But, could you please replace it to 1) if possible ?
> I found shdmac has same issue (= 2).
> 
> Kuninori Morimoto (2):
>       1) dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrieval
>       2) dmaengine: shdmac: fixup WARNING of slave caps retrieval
> 
>  drivers/dma/sh/rcar-hpbdma.c |    6 ++++++
>  drivers/dma/sh/shdmac.c      |    9 +++++++++
>  2 files changed, 15 insertions(+)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] dmaengine: shdmac/rcar-hpbdma: fixup WARNING of slave caps retrieval
  2015-01-22  2:31 [PATCH 0/2] dmaengine: shdmac/rcar-hpbdma: fixup WARNING of slave caps retrieval Kuninori Morimoto
  2015-01-22 11:33 ` Laurent Pinchart
@ 2015-01-26  6:32 ` Vinod Koul
  2015-01-26  6:39 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2015-01-26  6:32 UTC (permalink / raw)
  To: linux-sh

On Thu, Jan 22, 2015 at 02:31:42AM +0000, Kuninori Morimoto wrote:
> 
> Vi Vinod
> 
> I had sent rcar-hpbdma directions fixup patches before
> 
> 	Subject: [PATCH v3] dmaengine:: rcar-hpbdma: add dma_dev->directions
> 	Date: Tue, 20 Jan 2015 01:22:48 +0000
> 
> After that, I got feedback from Laurent about residue_granularity.
> But, then, I could find above patch on dma/next branch, so, I sent below
> patch as additional patch.
> 
> 	Subject: [PATCH] dmaengine: rcar-hpbdma: tidyup residue_granularity
> 	Date: Wed, 21 Jan 2015 04:42:22 +0000
> 
> But, could you please replace it to 1) if possible ?
> I found shdmac has same issue (= 2).
I will just apply this patch, so should be okay..

-- 
~Vinod

> 
> Kuninori Morimoto (2):
>       1) dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrieval
>       2) dmaengine: shdmac: fixup WARNING of slave caps retrieval
> 
>  drivers/dma/sh/rcar-hpbdma.c |    6 ++++++
>  drivers/dma/sh/shdmac.c      |    9 +++++++++
>  2 files changed, 15 insertions(+)
> 
> --
> To unsubscribe from this list: send the line "unsubscribe dmaengine" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] dmaengine: shdmac/rcar-hpbdma: fixup WARNING of slave caps retrieval
  2015-01-22  2:31 [PATCH 0/2] dmaengine: shdmac/rcar-hpbdma: fixup WARNING of slave caps retrieval Kuninori Morimoto
  2015-01-22 11:33 ` Laurent Pinchart
  2015-01-26  6:32 ` Vinod Koul
@ 2015-01-26  6:39 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2015-01-26  6:39 UTC (permalink / raw)
  To: linux-sh

On Thu, Jan 22, 2015 at 02:31:42AM +0000, Kuninori Morimoto wrote:
> 
> Vi Vinod
> 
> I had sent rcar-hpbdma directions fixup patches before
> 
> 	Subject: [PATCH v3] dmaengine:: rcar-hpbdma: add dma_dev->directions
> 	Date: Tue, 20 Jan 2015 01:22:48 +0000
> 
> After that, I got feedback from Laurent about residue_granularity.
> But, then, I could find above patch on dma/next branch, so, I sent below
> patch as additional patch.
> 
> 	Subject: [PATCH] dmaengine: rcar-hpbdma: tidyup residue_granularity
> 	Date: Wed, 21 Jan 2015 04:42:22 +0000
> 
> But, could you please replace it to 1) if possible ?
> I found shdmac has same issue (= 2).
> 
> Kuninori Morimoto (2):
>       1) dmaengine: rcar-hpbdma: fixup WARNING of slave caps retrieval
>       2) dmaengine: shdmac: fixup WARNING of slave caps retrieval
I tried applying, got conflict on 1st one, applied second one, please rebase
and resnd 1st.

Thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-01-26  6:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22  2:31 [PATCH 0/2] dmaengine: shdmac/rcar-hpbdma: fixup WARNING of slave caps retrieval Kuninori Morimoto
2015-01-22 11:33 ` Laurent Pinchart
2015-01-26  6:32 ` Vinod Koul
2015-01-26  6:39 ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.