All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3][resend] ARM: shmobile: bockw: add DMAEngine support
@ 2013-12-24  4:43 Kuninori Morimoto
  2013-12-24  6:02 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2013-12-24  4:43 UTC (permalink / raw)
  To: linux-sh


Hi Simon

HPB-DMAC fixup patches are applied to linus/master branch.
(renesas-devel-v3.13-rc5-20131223 have these too)
These are re-send of DMAEngine support for BockW

Kuninori Morimoto (3):
      ARM: shmobile: bockw: use SSI DMAEngine for sound
      ARM: shmobile: bockw: use HPBIF DMAEngine for sound
      ARM: shmobile: bockw: add USB Func DMAEngine support

 arch/arm/mach-shmobile/board-bockw.c |   24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/3][resend] ARM: shmobile: bockw: add DMAEngine support
  2013-12-24  4:43 [PATCH 0/3][resend] ARM: shmobile: bockw: add DMAEngine support Kuninori Morimoto
@ 2013-12-24  6:02 ` Simon Horman
  2013-12-24  6:07 ` Kuninori Morimoto
  2013-12-24  6:42 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-12-24  6:02 UTC (permalink / raw)
  To: linux-sh

On Mon, Dec 23, 2013 at 08:43:39PM -0800, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> HPB-DMAC fixup patches are applied to linus/master branch.
> (renesas-devel-v3.13-rc5-20131223 have these too)
> These are re-send of DMAEngine support for BockW

Hi Morimoto-san,

can I confirm that you are referring to the following patches
which appeared in v3.13-rc4?


commit 5affdeea8fd07f89709d39585ec47fb29f73247c
Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date:   Mon Oct 28 23:52:21 2013 -0700

    rcar-hpbdma: initialise plane information when halted
    
    Plane information should be initialized when halted.
    It may restart from the wrong plane without this patch.
    
    Reviewed-by: Max Filippov <max.filippov@cogentembedded.com>
    Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Acked-by: Simon Horman <horms+renesas@verge.net.au>
    Signed-off-by: Vinod Koul <vinod.koul@intel.com>

commit b3000cd835a6116c0a7d0f8e3df5be26c2138d86
Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date:   Mon Oct 28 23:52:34 2013 -0700

    rcar-hpbdma: fixup channel busy check for double plane
    
    The device busy check method is different between
    single and double planes.
    It will always return "busy" without this patch
    if channel used as double plane.
    
    Reviewed-by: Max Filippov <max.filippov@cogentembedded.com>
    Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Acked-by: Simon Horman <horms+renesas@verge.net.au>
    Signed-off-by: Vinod Koul <vinod.koul@intel.com>

commit f1eab074df85a05dabfd368b6f64e7de63070301
Author: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date:   Mon Oct 28 23:52:01 2013 -0700

    rcar-hpbdma: add max transfer size
    
    shdma_chan_probe() can set max transfer size,
    but it will be PAGE_SIZE with out this patch.
    
    Reviewed-by: Max Filippov <max.filippov@cogentembedded.com>
    Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
    Acked-by: Simon Horman <horms+renesas@verge.net.au>
    Signed-off-by: Vinod Koul <vinod.koul@intel.com>

> 
> Kuninori Morimoto (3):
>       ARM: shmobile: bockw: use SSI DMAEngine for sound
>       ARM: shmobile: bockw: use HPBIF DMAEngine for sound
>       ARM: shmobile: bockw: add USB Func DMAEngine support
> 
>  arch/arm/mach-shmobile/board-bockw.c |   24 +++++++++++++++++-------
>  1 file changed, 17 insertions(+), 7 deletions(-)
> 
> Best regards
> ---
> Kuninori Morimoto
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" 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/3][resend] ARM: shmobile: bockw: add DMAEngine support
  2013-12-24  4:43 [PATCH 0/3][resend] ARM: shmobile: bockw: add DMAEngine support Kuninori Morimoto
  2013-12-24  6:02 ` Simon Horman
@ 2013-12-24  6:07 ` Kuninori Morimoto
  2013-12-24  6:42 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Kuninori Morimoto @ 2013-12-24  6:07 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > HPB-DMAC fixup patches are applied to linus/master branch.
> > (renesas-devel-v3.13-rc5-20131223 have these too)
> > These are re-send of DMAEngine support for BockW
> 
> Hi Morimoto-san,
> 
> can I confirm that you are referring to the following patches
> which appeared in v3.13-rc4?

Yes, exactly

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/3][resend] ARM: shmobile: bockw: add DMAEngine support
  2013-12-24  4:43 [PATCH 0/3][resend] ARM: shmobile: bockw: add DMAEngine support Kuninori Morimoto
  2013-12-24  6:02 ` Simon Horman
  2013-12-24  6:07 ` Kuninori Morimoto
@ 2013-12-24  6:42 ` Simon Horman
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-12-24  6:42 UTC (permalink / raw)
  To: linux-sh

On Mon, Dec 23, 2013 at 10:07:07PM -0800, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > HPB-DMAC fixup patches are applied to linus/master branch.
> > > (renesas-devel-v3.13-rc5-20131223 have these too)
> > > These are re-send of DMAEngine support for BockW
> > 
> > Hi Morimoto-san,
> > 
> > can I confirm that you are referring to the following patches
> > which appeared in v3.13-rc4?
> 
> Yes, exactly

Thanks, I will queue these up.

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

end of thread, other threads:[~2013-12-24  6:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-24  4:43 [PATCH 0/3][resend] ARM: shmobile: bockw: add DMAEngine support Kuninori Morimoto
2013-12-24  6:02 ` Simon Horman
2013-12-24  6:07 ` Kuninori Morimoto
2013-12-24  6:42 ` Simon Horman

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.