All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolin Chen <b42378@freescale.com>
To: Shawn Guo <shawn.guo@linaro.org>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
	alsa-devel@alsa-project.org, pawel.moll@arm.com,
	linux-doc@vger.kernel.org, Vinod Koul <vinod.koul@intel.com>,
	s.hauer@pengutronix.de, swarren@wwwdotorg.org, timur@tabi.org,
	rob.herring@calxeda.com, linux-kernel@vger.kernel.org,
	broonie@kernel.org, dmaengine@vger.kernel.org,
	ijc+devicetree@hellion.org.uk, linuxppc-dev@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v4 0/4] Add dual-fifo mode support of i.MX ssi
Date: Fri, 1 Nov 2013 17:33:27 +0800	[thread overview]
Message-ID: <20131101093326.GE28401@MrMyself> (raw)
In-Reply-To: <20131101091156.GC10324@S2101-09.ap.freescale.net>

On Fri, Nov 01, 2013 at 05:11:58PM +0800, Shawn Guo wrote:
> Nicolin,
> 
> The dmaengine maintainer Vinod Koul should be copied on the series.
> (Just added).
>

Ah, I was careless last night when I sent these patches. My VPN connection
was pretty laggy :( Please forgive me, Vinod.

Thank Shawn for adding for me. Much obliged.

> On Thu, Oct 31, 2013 at 09:44:12PM +0800, Nicolin Chen wrote:
> > Nicolin Chen (4):
> >   dma: imx-sdma: Add sdma firmware version 2 support
> >   dma: imx-sdma: Add new dma type for ssi dual fifo script
> >   ASoC: fsl_ssi: Add dual fifo mode support
> >   ARM: dts: imx: use dual-fifo sdma script for ssi
> 
> Vinod,
> 
> To keep git bisect, the series has to be merged through single tree.
> Since Mark has ACK-ed patch #3, I think it's easier to merge the series
> through your tree, so for patch #4:
> 
> Acked-by: Shawn Guo <shawn.guo@linaro.org>

WARNING: multiple messages have this Message-ID (diff)
From: b42378@freescale.com (Nicolin Chen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/4] Add dual-fifo mode support of i.MX ssi
Date: Fri, 1 Nov 2013 17:33:27 +0800	[thread overview]
Message-ID: <20131101093326.GE28401@MrMyself> (raw)
In-Reply-To: <20131101091156.GC10324@S2101-09.ap.freescale.net>

On Fri, Nov 01, 2013 at 05:11:58PM +0800, Shawn Guo wrote:
> Nicolin,
> 
> The dmaengine maintainer Vinod Koul should be copied on the series.
> (Just added).
>

Ah, I was careless last night when I sent these patches. My VPN connection
was pretty laggy :( Please forgive me, Vinod.

Thank Shawn for adding for me. Much obliged.

> On Thu, Oct 31, 2013 at 09:44:12PM +0800, Nicolin Chen wrote:
> > Nicolin Chen (4):
> >   dma: imx-sdma: Add sdma firmware version 2 support
> >   dma: imx-sdma: Add new dma type for ssi dual fifo script
> >   ASoC: fsl_ssi: Add dual fifo mode support
> >   ARM: dts: imx: use dual-fifo sdma script for ssi
> 
> Vinod,
> 
> To keep git bisect, the series has to be merged through single tree.
> Since Mark has ACK-ed patch #3, I think it's easier to merge the series
> through your tree, so for patch #4:
> 
> Acked-by: Shawn Guo <shawn.guo@linaro.org>

WARNING: multiple messages have this Message-ID (diff)
From: Nicolin Chen <b42378@freescale.com>
To: Shawn Guo <shawn.guo@linaro.org>
Cc: Vinod Koul <vinod.koul@intel.com>, <timur@tabi.org>,
	<broonie@kernel.org>, <s.hauer@pengutronix.de>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-doc@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <dmaengine@vger.kernel.org>,
	<linuxppc-dev@lists.ozlabs.org>, <alsa-devel@alsa-project.org>,
	<rob.herring@calxeda.com>, <mark.rutland@arm.com>,
	<swarren@wwwdotorg.org>, <pawel.moll@arm.com>,
	<ijc+devicetree@hellion.org.uk>
Subject: Re: [PATCH v4 0/4] Add dual-fifo mode support of i.MX ssi
Date: Fri, 1 Nov 2013 17:33:27 +0800	[thread overview]
Message-ID: <20131101093326.GE28401@MrMyself> (raw)
In-Reply-To: <20131101091156.GC10324@S2101-09.ap.freescale.net>

On Fri, Nov 01, 2013 at 05:11:58PM +0800, Shawn Guo wrote:
> Nicolin,
> 
> The dmaengine maintainer Vinod Koul should be copied on the series.
> (Just added).
>

Ah, I was careless last night when I sent these patches. My VPN connection
was pretty laggy :( Please forgive me, Vinod.

Thank Shawn for adding for me. Much obliged.

> On Thu, Oct 31, 2013 at 09:44:12PM +0800, Nicolin Chen wrote:
> > Nicolin Chen (4):
> >   dma: imx-sdma: Add sdma firmware version 2 support
> >   dma: imx-sdma: Add new dma type for ssi dual fifo script
> >   ASoC: fsl_ssi: Add dual fifo mode support
> >   ARM: dts: imx: use dual-fifo sdma script for ssi
> 
> Vinod,
> 
> To keep git bisect, the series has to be merged through single tree.
> Since Mark has ACK-ed patch #3, I think it's easier to merge the series
> through your tree, so for patch #4:
> 
> Acked-by: Shawn Guo <shawn.guo@linaro.org>



  reply	other threads:[~2013-11-01  9:45 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-31 13:44 [PATCH v4 0/4] Add dual-fifo mode support of i.MX ssi Nicolin Chen
2013-10-31 13:44 ` Nicolin Chen
2013-10-31 13:44 ` Nicolin Chen
2013-10-31 13:44 ` Nicolin Chen
2013-10-31 13:44 ` [PATCH v4 1/4] dma: imx-sdma: Add sdma firmware version 2 support Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44 ` [PATCH v4 2/4] dma: imx-sdma: Add new dma type for ssi dual fifo script Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44 ` [PATCH v4 3/4] ASoC: fsl_ssi: Add dual fifo mode support Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 18:36   ` Mark Brown
2013-10-31 18:36     ` Mark Brown
2013-10-31 18:36     ` Mark Brown
2013-10-31 18:36     ` Mark Brown
2013-10-31 13:44 ` [PATCH v4 4/4] ARM: dts: imx: use dual-fifo sdma script for ssi Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-10-31 13:44   ` Nicolin Chen
2013-11-01  9:11 ` [PATCH v4 0/4] Add dual-fifo mode support of i.MX ssi Shawn Guo
2013-11-01  9:11   ` Shawn Guo
2013-11-01  9:11   ` Shawn Guo
2013-11-01  9:11   ` Shawn Guo
2013-11-01  9:33   ` Nicolin Chen [this message]
2013-11-01  9:33     ` Nicolin Chen
2013-11-01  9:33     ` Nicolin Chen
  -- strict thread matches above, loose matches on Subject: below --
2013-11-08 10:49 Nicolin Chen
2013-11-08 10:49 ` Nicolin Chen
2013-11-08 10:49 ` Nicolin Chen
2013-11-08 10:49 ` Nicolin Chen
2013-11-08 11:29 ` Nicolin Chen
2013-11-08 11:29   ` Nicolin Chen
2013-11-08 11:29   ` Nicolin Chen
2013-11-08 11:29   ` Nicolin Chen
2013-11-08 11:44   ` Mark Brown
2013-11-08 11:44     ` Mark Brown
2013-11-08 11:44     ` Mark Brown
2013-11-08 11:44     ` Mark Brown
2013-11-08 11:52     ` Guangyu Chen
2013-11-08 11:52       ` Guangyu Chen
2013-11-08 11:52       ` Guangyu Chen
2013-11-08 11:52       ` Guangyu Chen

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=20131101093326.GE28401@MrMyself \
    --to=b42378@freescale.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=rob.herring@calxeda.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawn.guo@linaro.org \
    --cc=swarren@wwwdotorg.org \
    --cc=timur@tabi.org \
    --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.