public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/5 v3] dmaengine: Add USB-DMAC support
@ 2011-06-17  8:19 Kuninori Morimoto
  2011-06-17  8:31 ` Guennadi Liakhovetski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2011-06-17  8:19 UTC (permalink / raw)
  To: linux-sh


Dear Paul

Cc Magnus, Guennadi, Simon

These are v3 of USB-DMAC support prototype for SH7372

Kuninori Morimoto (6)
         dmaengine: shdma: add chcr_write/read function
         dmaengine: shdma: add chcr_ie_bit
         dmaengine: shdma: add dmaor_is_32bit flag
         dmaengine: shdma: add is_usbdmac flag
         ARM: mach-shmobile: sh7372: Add USB-DMAC support
         ARM: mach-shmobile: mackerel: Add USB-DMA ID


Best regards
---
Kuninori Morimoto

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

* Re: [RFC][PATCH 0/5 v3] dmaengine: Add USB-DMAC support
  2011-06-17  8:19 [RFC][PATCH 0/5 v3] dmaengine: Add USB-DMAC support Kuninori Morimoto
@ 2011-06-17  8:31 ` Guennadi Liakhovetski
  2011-06-19 23:03 ` Simon Horman
  2011-06-21  9:01 ` Paul Mundt
  2 siblings, 0 replies; 4+ messages in thread
From: Guennadi Liakhovetski @ 2011-06-17  8:31 UTC (permalink / raw)
  To: linux-sh

On Fri, 17 Jun 2011, Kuninori Morimoto wrote:

> 
> Dear Paul
> 
> Cc Magnus, Guennadi, Simon
> 
> These are v3 of USB-DMAC support prototype for SH7372
> 
> Kuninori Morimoto (6)
>          dmaengine: shdma: add chcr_write/read function
>          dmaengine: shdma: add chcr_ie_bit
>          dmaengine: shdma: add dmaor_is_32bit flag
>          dmaengine: shdma: add is_usbdmac flag
>          ARM: mach-shmobile: sh7372: Add USB-DMAC support
>          ARM: mach-shmobile: mackerel: Add USB-DMA ID

Reviewed-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>

Thanks
Guennadi

> 
> 
> Best regards
> ---
> Kuninori Morimoto
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

* Re: [RFC][PATCH 0/5 v3] dmaengine: Add USB-DMAC support
  2011-06-17  8:19 [RFC][PATCH 0/5 v3] dmaengine: Add USB-DMAC support Kuninori Morimoto
  2011-06-17  8:31 ` Guennadi Liakhovetski
@ 2011-06-19 23:03 ` Simon Horman
  2011-06-21  9:01 ` Paul Mundt
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2011-06-19 23:03 UTC (permalink / raw)
  To: linux-sh

On Fri, Jun 17, 2011 at 10:31:41AM +0200, Guennadi Liakhovetski wrote:
> On Fri, 17 Jun 2011, Kuninori Morimoto wrote:
> 
> > 
> > Dear Paul
> > 
> > Cc Magnus, Guennadi, Simon
> > 
> > These are v3 of USB-DMAC support prototype for SH7372
> > 
> > Kuninori Morimoto (6)
> >          dmaengine: shdma: add chcr_write/read function
> >          dmaengine: shdma: add chcr_ie_bit
> >          dmaengine: shdma: add dmaor_is_32bit flag
> >          dmaengine: shdma: add is_usbdmac flag
> >          ARM: mach-shmobile: sh7372: Add USB-DMAC support
> >          ARM: mach-shmobile: mackerel: Add USB-DMA ID
> 
> Reviewed-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>

Likewise, I have no objections to this round.

Reviewed-by: Simon Horman <horms@verge.net.au>

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

* Re: [RFC][PATCH 0/5 v3] dmaengine: Add USB-DMAC support
  2011-06-17  8:19 [RFC][PATCH 0/5 v3] dmaengine: Add USB-DMAC support Kuninori Morimoto
  2011-06-17  8:31 ` Guennadi Liakhovetski
  2011-06-19 23:03 ` Simon Horman
@ 2011-06-21  9:01 ` Paul Mundt
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Mundt @ 2011-06-21  9:01 UTC (permalink / raw)
  To: linux-sh

On Fri, Jun 17, 2011 at 05:19:43PM +0900, Kuninori Morimoto wrote:
> These are v3 of USB-DMAC support prototype for SH7372
> 
> Kuninori Morimoto (6)
>          dmaengine: shdma: add chcr_write/read function
>          dmaengine: shdma: add chcr_ie_bit
>          dmaengine: shdma: add dmaor_is_32bit flag
>          dmaengine: shdma: add is_usbdmac flag

These I've applied to my common/dma topic branch.

>          ARM: mach-shmobile: sh7372: Add USB-DMAC support

This is on rmobile/dma, which is branched off of common/dma.

>          ARM: mach-shmobile: mackerel: Add USB-DMA ID

And this one is pending on the USB merge, so will be pending until then.

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

end of thread, other threads:[~2011-06-21  9:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-17  8:19 [RFC][PATCH 0/5 v3] dmaengine: Add USB-DMAC support Kuninori Morimoto
2011-06-17  8:31 ` Guennadi Liakhovetski
2011-06-19 23:03 ` Simon Horman
2011-06-21  9:01 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox