All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	arnd@arndb.de, kgene@kernel.org,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org,
	broonie@kernel.org, ckeepax@opensource.wolfsonmicro.com,
	ym0914@gmail.com, javier@osg.samsung.com, andi.shyti@samsung.com,
	sbkim73@samsung.com
Subject: Re: [PATCH 0/8] DMA: s3c64xx: Conversion to the new channel request API
Date: Thu, 17 Nov 2016 15:52:29 +0530	[thread overview]
Message-ID: <20161117102228.GD2698@localhost> (raw)
In-Reply-To: <2b33d23d-b7c5-6e6d-454f-755c86ddd5eb@samsung.com>

On Wed, Nov 16, 2016 at 06:31:13PM +0100, Sylwester Nawrocki wrote:
> On 11/16/2016 06:03 PM, Krzysztof Kozlowski wrote:
> > As I understood, everything won't be applied because ASoC tree already
> > contains some work around this?
> 
> Yes, sorry, I didn't coordinate this work very well, there are some patches
> for the pcm and the i2s driver already in the ASoC tree which would conflict
> with this series. I'd suggest to ignore patches 5/8...8/8 for now.

Okay, applied 1 thru 4 now after fixing subsystem name on 1st.

Anyone wants to pull can fetch topic/s3c64xx

Thanks
-- 
~Vinod

WARNING: multiple messages have this Message-ID (diff)
From: vinod.koul@intel.com (Vinod Koul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] DMA: s3c64xx: Conversion to the new channel request API
Date: Thu, 17 Nov 2016 15:52:29 +0530	[thread overview]
Message-ID: <20161117102228.GD2698@localhost> (raw)
In-Reply-To: <2b33d23d-b7c5-6e6d-454f-755c86ddd5eb@samsung.com>

On Wed, Nov 16, 2016 at 06:31:13PM +0100, Sylwester Nawrocki wrote:
> On 11/16/2016 06:03 PM, Krzysztof Kozlowski wrote:
> > As I understood, everything won't be applied because ASoC tree already
> > contains some work around this?
> 
> Yes, sorry, I didn't coordinate this work very well, there are some patches
> for the pcm and the i2s driver already in the ASoC tree which would conflict
> with this series. I'd suggest to ignore patches 5/8...8/8 for now.

Okay, applied 1 thru 4 now after fixing subsystem name on 1st.

Anyone wants to pull can fetch topic/s3c64xx

Thanks
-- 
~Vinod

  reply	other threads:[~2016-11-17 10:13 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-10 15:17 [PATCH 0/8] DMA: s3c64xx: Conversion to the new channel request API Sylwester Nawrocki
2016-11-10 15:17 ` Sylwester Nawrocki
2016-11-10 15:17 ` [PATCH 1/8] dma: pl08x: Add support for the DMA slave map Sylwester Nawrocki
2016-11-10 15:17   ` Sylwester Nawrocki
2016-11-10 15:17 ` [PATCH 2/8] ARM: s3c64xx: Add DMA slave maps for PL080 devices Sylwester Nawrocki
2016-11-10 15:17   ` Sylwester Nawrocki
2016-11-16 16:57   ` Krzysztof Kozlowski
2016-11-16 16:57     ` Krzysztof Kozlowski
2016-11-10 15:17 ` [PATCH 3/8] spi: s3c64xx: Do not use platform_data for DMA parameters Sylwester Nawrocki
2016-11-10 15:17   ` Sylwester Nawrocki
2016-11-10 15:17 ` [PATCH 4/8] ARM: s3c64xx: Drop unused DMA fields from struct s3c64xx_spi_csinfo Sylwester Nawrocki
2016-11-10 15:17   ` Sylwester Nawrocki
2016-11-16 16:58   ` Krzysztof Kozlowski
2016-11-16 16:58     ` Krzysztof Kozlowski
2016-11-10 15:17 ` [PATCH 5/8] ASoC: samsung: i2s: Do not use platform_data for DMA parameters Sylwester Nawrocki
2016-11-10 15:17   ` Sylwester Nawrocki
2016-11-10 15:17 ` [PATCH 6/8] ASoC: samsung: pcm: " Sylwester Nawrocki
2016-11-10 15:17   ` Sylwester Nawrocki
2016-11-10 15:17 ` [PATCH 7/8] ARM: s3c64xx: Drop initialization of unused struct s3c_audio_pdata fields Sylwester Nawrocki
2016-11-10 15:17   ` Sylwester Nawrocki
2016-12-28 17:53   ` Krzysztof Kozlowski
2016-12-28 17:53     ` Krzysztof Kozlowski
2016-12-29 10:30     ` Sylwester Nawrocki
2016-12-29 10:30       ` Sylwester Nawrocki
2016-12-29 11:43       ` Krzysztof Kozlowski
2016-12-29 11:43         ` Krzysztof Kozlowski
2016-11-10 15:17 ` [PATCH 8/8] ARM: s3c24xx: Drop unused struct s3c_audio_pdata entries Sylwester Nawrocki
2016-11-10 15:17   ` Sylwester Nawrocki
2016-11-10 18:42 ` [PATCH 0/8] DMA: s3c64xx: Conversion to the new channel request API Krzysztof Kozlowski
2016-11-10 18:42   ` Krzysztof Kozlowski
2016-11-14 11:52   ` Sylwester Nawrocki
2016-11-14 11:52     ` Sylwester Nawrocki
2016-11-14 10:11 ` Charles Keepax
2016-11-14 10:11   ` Charles Keepax
2016-11-14 11:59   ` Sylwester Nawrocki
2016-11-14 11:59     ` Sylwester Nawrocki
2016-11-16  3:26 ` Vinod Koul
2016-11-16  3:26   ` Vinod Koul
2016-11-16 12:58   ` Sylwester Nawrocki
2016-11-16 12:58     ` Sylwester Nawrocki
2016-11-16 15:54   ` Arnd Bergmann
2016-11-16 15:54     ` Arnd Bergmann
2016-11-16 17:03   ` Krzysztof Kozlowski
2016-11-16 17:03     ` Krzysztof Kozlowski
2016-11-16 17:31     ` Sylwester Nawrocki
2016-11-16 17:31       ` Sylwester Nawrocki
2016-11-17 10:22       ` Vinod Koul [this message]
2016-11-17 10:22         ` Vinod Koul

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=20161117102228.GD2698@localhost \
    --to=vinod.koul@intel.com \
    --cc=andi.shyti@samsung.com \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=ckeepax@opensource.wolfsonmicro.com \
    --cc=dmaengine@vger.kernel.org \
    --cc=javier@osg.samsung.com \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=s.nawrocki@samsung.com \
    --cc=sbkim73@samsung.com \
    --cc=ym0914@gmail.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.