All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cao Minh Hiep <cm-hiep@jinso.co.jp>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	Vinod Koul <vinod.koul@intel.com>,
	Mark Brown <broonie@kernel.org>
Cc: Simon <horms@verge.net.au>,
	Nguyen Viet Dung <nv-dung@jinso.co.jp>,
	Magnus <magnus.damm@gmail.com>,
	Linux-SH <linux-sh@vger.kernel.org>,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Laurent <laurent.pinchart@ideasonboard.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	sakato <ryusuke.sakato.bx@renesas.com>,
	dmaengine@vger.kernel.org
Subject: Re: [PATCH 0/4 v2] ASoC: rsnd: fixup interrupt / spin lock issue
Date: Thu, 21 May 2015 15:32:46 +0900	[thread overview]
Message-ID: <555D7C0E.6090506@jinso.co.jp> (raw)
In-Reply-To: <878ucitwyh.wl%kuninori.morimoto.gx@renesas.com>

Hi Morimoto-san,

On 2015年05月21日 12:47, Kuninori Morimoto wrote:
> Hi Mark, Vinod
> Cc Laurent, Hiep-san
>
> These are v2 of fixup unknown interrupt issue patch which was reported by
> Hiep-san in v4.1-rcX kernel. It was not happened in v4.0 because ARM
> platform side couldn't use DMA transfer.
>
> We tested these same as v1 patches, and confirmed these solved problem
>
> Hiep-san, can you please re-test these patches ?
>
> Kuninori Morimoto (4):
>        1) dmaengine: rcar-dmac: fixup spinlock in rcar-dmac
>        2) ASoC: rsnd: indicate unknown HW start
>        3) ASoC: rsnd: add rsnd_dai_stream_quit()
>        4) ASoC: rsnd: spin lock for interrupt handler
Thanks for your patch!
I'll re-test these patches now.

Best Regards,
Hiep.

WARNING: multiple messages have this Message-ID (diff)
From: Cao Minh Hiep <cm-hiep@jinso.co.jp>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	Vinod Koul <vinod.koul@intel.com>,
	Mark Brown <broonie@kernel.org>
Cc: Simon <horms@verge.net.au>,
	Nguyen Viet Dung <nv-dung@jinso.co.jp>,
	Magnus <magnus.damm@gmail.com>,
	Linux-SH <linux-sh@vger.kernel.org>,
	Linux-ALSA <alsa-devel@alsa-project.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Laurent <laurent.pinchart@ideasonboard.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	sakato <ryusuke.sakato.bx@renesas.com>,
	dmaengine@vger.kernel.org
Subject: Re: [PATCH 0/4 v2] ASoC: rsnd: fixup interrupt / spin lock issue
Date: Thu, 21 May 2015 06:32:46 +0000	[thread overview]
Message-ID: <555D7C0E.6090506@jinso.co.jp> (raw)
In-Reply-To: <878ucitwyh.wl%kuninori.morimoto.gx@renesas.com>

Hi Morimoto-san,

On 2015年05月21日 12:47, Kuninori Morimoto wrote:
> Hi Mark, Vinod
> Cc Laurent, Hiep-san
>
> These are v2 of fixup unknown interrupt issue patch which was reported by
> Hiep-san in v4.1-rcX kernel. It was not happened in v4.0 because ARM
> platform side couldn't use DMA transfer.
>
> We tested these same as v1 patches, and confirmed these solved problem
>
> Hiep-san, can you please re-test these patches ?
>
> Kuninori Morimoto (4):
>        1) dmaengine: rcar-dmac: fixup spinlock in rcar-dmac
>        2) ASoC: rsnd: indicate unknown HW start
>        3) ASoC: rsnd: add rsnd_dai_stream_quit()
>        4) ASoC: rsnd: spin lock for interrupt handler
Thanks for your patch!
I'll re-test these patches now.

Best Regards,
Hiep.

  parent reply	other threads:[~2015-05-21  6:32 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-21  3:47 [PATCH 0/4 v2] ASoC: rsnd: fixup interrupt / spin lock issue Kuninori Morimoto
2015-05-21  3:48 ` [PATCH 1/4 v2] dmaengine: rcar-dmac: fixup spinlock in rcar-dmac Kuninori Morimoto
2015-05-22 12:28   ` Vinod Koul
2015-05-22 12:40     ` Vinod Koul
2015-05-22 13:14   ` Mark Brown
2015-05-22 13:14     ` Mark Brown
2015-05-21  3:49 ` [PATCH 2/4 v2] ASoC: rsnd: indicate unknown HW start Kuninori Morimoto
2015-05-21  3:49   ` Kuninori Morimoto
2015-05-21 10:46   ` Mark Brown
2015-05-21 10:46     ` Mark Brown
2015-05-21  3:49 ` [PATCH 3/4 v2] ASoC: rsnd: add rsnd_dai_stream_quit() Kuninori Morimoto
2015-05-21 10:59   ` Mark Brown
2015-05-21 10:59     ` Mark Brown
2015-05-21  3:50 ` [PATCH 4/4 v2] ASoC: rsnd: spin lock for interrupt handler Kuninori Morimoto
2015-05-21  3:50   ` Kuninori Morimoto
2015-05-21 10:59   ` Mark Brown
2015-05-21 10:59     ` Mark Brown
2015-05-21 16:15     ` Vinod Koul
2015-05-21 16:27       ` Vinod Koul
2015-05-21 16:46       ` Mark Brown
2015-05-21 16:46         ` Mark Brown
2015-05-21 23:59         ` Kuninori Morimoto
2015-05-22 13:15   ` Mark Brown
2015-05-22 13:15     ` Mark Brown
2015-05-21  6:32 ` Cao Minh Hiep [this message]
2015-05-21  6:32   ` [PATCH 0/4 v2] ASoC: rsnd: fixup interrupt / spin lock issue Cao Minh Hiep
2015-05-22  1:41 ` Cao Minh Hiep
2015-05-22  1:41   ` Cao Minh Hiep

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=555D7C0E.6090506@jinso.co.jp \
    --to=cm-hiep@jinso.co.jp \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=nv-dung@jinso.co.jp \
    --cc=ryusuke.sakato.bx@renesas.com \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.