linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound
@ 2013-11-18  2:50 Kuninori Morimoto
  2013-11-18  7:09 ` Simon Horman
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Kuninori Morimoto @ 2013-11-18  2:50 UTC (permalink / raw)
  To: linux-sh


Hi Simon

These patches add DMAEngine support for sound
These need...

 - linus/master branch merge (sound driver update)
 - HPB-DMAC fixup patches (remove noise issue)
 - my previous patch (DMAEngile stall issue)

I guess #1 patch needs Mark's Acked-by

Kuninori Morimoto (3):
      ARM: shmobile: bockw: remove unused RSND_SSI_CLK_FROM_ADG
      ARM: shmobile: r8a7778: add HPBIFx DMAEngine support
      ARM: shmobile: bockw: DMAEngine support for sound

 arch/arm/mach-shmobile/board-bockw.c          |   22 +++++++----
 arch/arm/mach-shmobile/include/mach/r8a7778.h |   18 +++++++++
 arch/arm/mach-shmobile/setup-r8a7778.c        |   51 +++++++++++++++++++++++++
 include/sound/rcar_snd.h                      |    1 -
 4 files changed, 84 insertions(+), 8 deletions(-)


Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound
  2013-11-18  2:50 [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound Kuninori Morimoto
@ 2013-11-18  7:09 ` Simon Horman
  2013-11-21  4:20 ` Simon Horman
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2013-11-18  7:09 UTC (permalink / raw)
  To: linux-sh

On Sun, Nov 17, 2013 at 06:50:19PM -0800, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> These patches add DMAEngine support for sound
> These need...
> 
>  - linus/master branch merge (sound driver update)
>  - HPB-DMAC fixup patches (remove noise issue)
>  - my previous patch (DMAEngile stall issue)

Thanks. At some stage I will need a branch to use as a base.
Either something that Mark has deemed as not to be rebased.
Or an -rc from Linus.

> 
> I guess #1 patch needs Mark's Acked-by

Yes. Or perhaps the patch could be split somehow.
A rcar_snd.h portion for Mark to take.
And then a follow-up mach-shmobile portion for me to take
(possibly much later).

> 
> Kuninori Morimoto (3):
>       ARM: shmobile: bockw: remove unused RSND_SSI_CLK_FROM_ADG
>       ARM: shmobile: r8a7778: add HPBIFx DMAEngine support
>       ARM: shmobile: bockw: DMAEngine support for sound
> 
>  arch/arm/mach-shmobile/board-bockw.c          |   22 +++++++----
>  arch/arm/mach-shmobile/include/mach/r8a7778.h |   18 +++++++++
>  arch/arm/mach-shmobile/setup-r8a7778.c        |   51 +++++++++++++++++++++++++
>  include/sound/rcar_snd.h                      |    1 -
>  4 files changed, 84 insertions(+), 8 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] 6+ messages in thread

* Re: [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound
  2013-11-18  2:50 [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound Kuninori Morimoto
  2013-11-18  7:09 ` Simon Horman
@ 2013-11-21  4:20 ` Simon Horman
  2013-11-21  4:49 ` Kuninori Morimoto
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2013-11-21  4:20 UTC (permalink / raw)
  To: linux-sh

On Sun, Nov 17, 2013 at 06:50:19PM -0800, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> These patches add DMAEngine support for sound
> These need...
> 
>  - linus/master branch merge (sound driver update)

I assume this means I should wait for v3.12-rc1?

>  - HPB-DMAC fixup patches (remove noise issue)

Are these also going to be in v3.12-rc1?

>  - my previous patch (DMAEngile stall issue)

What is the status of that patch?

> 
> I guess #1 patch needs Mark's Acked-by

We now have the ACK :)

> 
> Kuninori Morimoto (3):
>       ARM: shmobile: bockw: remove unused RSND_SSI_CLK_FROM_ADG
>       ARM: shmobile: r8a7778: add HPBIFx DMAEngine support
>       ARM: shmobile: bockw: DMAEngine support for sound
> 
>  arch/arm/mach-shmobile/board-bockw.c          |   22 +++++++----
>  arch/arm/mach-shmobile/include/mach/r8a7778.h |   18 +++++++++
>  arch/arm/mach-shmobile/setup-r8a7778.c        |   51 +++++++++++++++++++++++++
>  include/sound/rcar_snd.h                      |    1 -
>  4 files changed, 84 insertions(+), 8 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] 6+ messages in thread

* Re: [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound
  2013-11-18  2:50 [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound Kuninori Morimoto
  2013-11-18  7:09 ` Simon Horman
  2013-11-21  4:20 ` Simon Horman
@ 2013-11-21  4:49 ` Kuninori Morimoto
  2013-12-05  5:34 ` Simon Horman
  2013-12-05  7:57 ` Kuninori Morimoto
  4 siblings, 0 replies; 6+ messages in thread
From: Kuninori Morimoto @ 2013-11-21  4:49 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > These patches add DMAEngine support for sound
> > These need...
> > 
> >  - linus/master branch merge (sound driver update)
> 
> I assume this means I should wait for v3.12-rc1?

Thank you
I think so.

> >  - HPB-DMAC fixup patches (remove noise issue)
> 
> Are these also going to be in v3.12-rc1?

I'm asking it to DMA maintainer (= Vinod)
(He said "applied, thanks", but I couldn't find it)
I will let you know the answer when I got.
And I noticed that this HPB-DMAC fixup patch is not only
for noise, it solve kernel hungup issue.

> >  - my previous patch (DMAEngile stall issue)
> 
> What is the status of that patch?

It is accepted

git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git :: fix/rcar

> > I guess #1 patch needs Mark's Acked-by
> 
> We now have the ACK :)

Yes :)

Now, this DMA-Engine support needs HPB-DMA fixup patch.
The kernel will be hungup without it.
But, I don't know where I can find it
(no response from Vinod now)

I will let you know if all necessary patches are
included to linus/master, or other maintainer's branch.
Is it OK for you ?

For now, we can pick-up last patch only which we got Ack from Mark.
But it is based on linus/master branch.

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound
  2013-11-18  2:50 [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound Kuninori Morimoto
                   ` (2 preceding siblings ...)
  2013-11-21  4:49 ` Kuninori Morimoto
@ 2013-12-05  5:34 ` Simon Horman
  2013-12-05  7:57 ` Kuninori Morimoto
  4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2013-12-05  5:34 UTC (permalink / raw)
  To: linux-sh

On Wed, Nov 20, 2013 at 08:49:18PM -0800, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > These patches add DMAEngine support for sound
> > > These need...
> > > 
> > >  - linus/master branch merge (sound driver update)
> > 
> > I assume this means I should wait for v3.12-rc1?
> 
> Thank you
> I think so.
> 
> > >  - HPB-DMAC fixup patches (remove noise issue)
> > 
> > Are these also going to be in v3.12-rc1?
> 
> I'm asking it to DMA maintainer (= Vinod)
> (He said "applied, thanks", but I couldn't find it)
> I will let you know the answer when I got.
> And I noticed that this HPB-DMAC fixup patch is not only
> for noise, it solve kernel hungup issue.
> 
> > >  - my previous patch (DMAEngile stall issue)
> > 
> > What is the status of that patch?
> 
> It is accepted
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git :: fix/rcar
> 
> > > I guess #1 patch needs Mark's Acked-by
> > 
> > We now have the ACK :)
> 
> Yes :)
> 
> Now, this DMA-Engine support needs HPB-DMA fixup patch.
> The kernel will be hungup without it.
> But, I don't know where I can find it
> (no response from Vinod now)
> 
> I will let you know if all necessary patches are
> included to linus/master, or other maintainer's branch.
> Is it OK for you ?

Are they all there now?

> 
> For now, we can pick-up last patch only which we got Ack from Mark.
> But it is based on linus/master branch.
> 
> Best regards
> ---
> Kuninori Morimoto
> 

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

* Re: [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound
  2013-11-18  2:50 [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound Kuninori Morimoto
                   ` (3 preceding siblings ...)
  2013-12-05  5:34 ` Simon Horman
@ 2013-12-05  7:57 ` Kuninori Morimoto
  4 siblings, 0 replies; 6+ messages in thread
From: Kuninori Morimoto @ 2013-12-05  7:57 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > Now, this DMA-Engine support needs HPB-DMA fixup patch.
> > The kernel will be hungup without it.
> > But, I don't know where I can find it
> > (no response from Vinod now)
> > 
> > I will let you know if all necessary patches are
> > included to linus/master, or other maintainer's branch.
> > Is it OK for you ?
> 
> Are they all there now?

Unfortunately, not yet...

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

end of thread, other threads:[~2013-12-05  7:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-18  2:50 [PATCH 0/3] ARM: shmobile: bockw: DMAEngine support for sound Kuninori Morimoto
2013-11-18  7:09 ` Simon Horman
2013-11-21  4:20 ` Simon Horman
2013-11-21  4:49 ` Kuninori Morimoto
2013-12-05  5:34 ` Simon Horman
2013-12-05  7:57 ` Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).