All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: Padma Venkat <padma.kvr@gmail.com>
Cc: Padmavathi Venna <padma.v@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	devicetree-discuss@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org, sbkim73@samsung.com,
	broonie@opensource.wolfsonmicro.com, kgene.kim@samsung.com,
	jassisinghbrar@gmail.com, arnd@arndb.de,
	grant.likely@secretlab.ca, jon-hunter@ti.com,
	boojin.kim@samsung.com, thomas.abraham@linaro.org,
	robherring2@gmail.com
Subject: Re: [PATCH V4 0/5] Add generic DMA DT binding support
Date: Thu, 14 Feb 2013 10:17:04 +0530	[thread overview]
Message-ID: <20130214044704.GE7777@intel.com> (raw)
In-Reply-To: <CAAgF-Be1w-8yjuyXT+d8sUO8dee1x7oYFJLXHCmcJSf17eXWyw@mail.gmail.com>

On Wed, Feb 13, 2013 at 09:52:30AM +0530, Padma Venkat wrote:
> Hi Vinod,
> 
> On Tue, Feb 12, 2013 at 8:19 PM, Vinod Koul <vinod.koul@intel.com> wrote:
> > On Mon, Feb 11, 2013 at 02:08:20PM +0530, Padmavathi Venna wrote:
> >
> > This looks fine, I have only question. The code seems to assume that pl330 dma
> > controller always uses DT. But I dont see that as dependency for pl330.
Have you checked this?

> > Something tells me withot OF the driver may not build, have you checked it?
> >
> >> This patch set adds support for generic dma device tree bindings for
> >> Samsung platforms and is dependent on the following patches from
> >> Vinod Koul next branch
> >> 1)of: Add generic device tree DMA helpers
> >> 2)dmaengine: add helper function to request a slave DMA channel
> >>
> >> This patch set is made based Mark Brown next branch
> > Is this targetted for ASoC tree, if so why? It would fail to build if applied
> > there
> 
> I have done this for my testing purpose (I expected all will directly
> apply in your branch). But 3rd patch is not applied directly. I will
> resend the patches after re-basing on your tree. 5th patch has to go
> in ASoC tree because it has dependency on "ARM: SAMSUNG: Make dma
> request compatible to generic dma bindings" which is there in ASoC
> tree.
> 
> Hi Mark,
> 
> Can you please take the 5th patch in your tree(if there is no issue)
> or should I resend it as a separate patch?
> 
> >
> > --
> > ~Vinod
> >>
> >> Padmavathi Venna (5):
> >>   DMA: PL330: Add new pl330 filter for DT case.
> >>   DMA: PL330: Add xlate function
> >>   DMA: PL330: Register the DMA controller with the generic DMA helpers
> >>   ARM: dts: pl330: Add #dma-cells for generic dma binding support
> >>   ARM: SAMSUNG: dma: Remove unnecessary code
> >>
> >>  .../devicetree/bindings/dma/arm-pl330.txt          |   21 +++++--
> >>  arch/arm/boot/dts/exynos5250.dtsi                  |   12 ++++
> >>  arch/arm/mach-s3c24xx/include/mach/dma.h           |    1 -
> >>  arch/arm/mach-s3c64xx/include/mach/dma.h           |    1 -
> >>  arch/arm/plat-samsung/dma-ops.c                    |   10 +---
> >>  arch/arm/plat-samsung/include/plat/dma-ops.h       |    1 -
> >>  arch/arm/plat-samsung/include/plat/dma-pl330.h     |    1 -
> >>  drivers/dma/pl330.c                                |   64 +++++++++++++++----
> >>  8 files changed, 79 insertions(+), 32 deletions(-)
> >>
> >> --
> >> 1.7.4.4
> >>
> Thanks
> Padma

WARNING: multiple messages have this Message-ID (diff)
From: vinod.koul@intel.com (Vinod Koul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V4 0/5] Add generic DMA DT binding support
Date: Thu, 14 Feb 2013 10:17:04 +0530	[thread overview]
Message-ID: <20130214044704.GE7777@intel.com> (raw)
In-Reply-To: <CAAgF-Be1w-8yjuyXT+d8sUO8dee1x7oYFJLXHCmcJSf17eXWyw@mail.gmail.com>

On Wed, Feb 13, 2013 at 09:52:30AM +0530, Padma Venkat wrote:
> Hi Vinod,
> 
> On Tue, Feb 12, 2013 at 8:19 PM, Vinod Koul <vinod.koul@intel.com> wrote:
> > On Mon, Feb 11, 2013 at 02:08:20PM +0530, Padmavathi Venna wrote:
> >
> > This looks fine, I have only question. The code seems to assume that pl330 dma
> > controller always uses DT. But I dont see that as dependency for pl330.
Have you checked this?

> > Something tells me withot OF the driver may not build, have you checked it?
> >
> >> This patch set adds support for generic dma device tree bindings for
> >> Samsung platforms and is dependent on the following patches from
> >> Vinod Koul next branch
> >> 1)of: Add generic device tree DMA helpers
> >> 2)dmaengine: add helper function to request a slave DMA channel
> >>
> >> This patch set is made based Mark Brown next branch
> > Is this targetted for ASoC tree, if so why? It would fail to build if applied
> > there
> 
> I have done this for my testing purpose (I expected all will directly
> apply in your branch). But 3rd patch is not applied directly. I will
> resend the patches after re-basing on your tree. 5th patch has to go
> in ASoC tree because it has dependency on "ARM: SAMSUNG: Make dma
> request compatible to generic dma bindings" which is there in ASoC
> tree.
> 
> Hi Mark,
> 
> Can you please take the 5th patch in your tree(if there is no issue)
> or should I resend it as a separate patch?
> 
> >
> > --
> > ~Vinod
> >>
> >> Padmavathi Venna (5):
> >>   DMA: PL330: Add new pl330 filter for DT case.
> >>   DMA: PL330: Add xlate function
> >>   DMA: PL330: Register the DMA controller with the generic DMA helpers
> >>   ARM: dts: pl330: Add #dma-cells for generic dma binding support
> >>   ARM: SAMSUNG: dma: Remove unnecessary code
> >>
> >>  .../devicetree/bindings/dma/arm-pl330.txt          |   21 +++++--
> >>  arch/arm/boot/dts/exynos5250.dtsi                  |   12 ++++
> >>  arch/arm/mach-s3c24xx/include/mach/dma.h           |    1 -
> >>  arch/arm/mach-s3c64xx/include/mach/dma.h           |    1 -
> >>  arch/arm/plat-samsung/dma-ops.c                    |   10 +---
> >>  arch/arm/plat-samsung/include/plat/dma-ops.h       |    1 -
> >>  arch/arm/plat-samsung/include/plat/dma-pl330.h     |    1 -
> >>  drivers/dma/pl330.c                                |   64 +++++++++++++++----
> >>  8 files changed, 79 insertions(+), 32 deletions(-)
> >>
> >> --
> >> 1.7.4.4
> >>
> Thanks
> Padma

  reply	other threads:[~2013-02-14  4:48 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-11  8:38 [PATCH V4 0/5] Add generic DMA DT binding support Padmavathi Venna
2013-02-11  8:38 ` Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 1/5] DMA: PL330: Add new pl330 filter for DT case Padmavathi Venna
2013-02-11  8:38   ` Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 2/5] DMA: PL330: Add xlate function Padmavathi Venna
2013-02-11  8:38   ` Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 3/5] DMA: PL330: Register the DMA controller with the generic DMA helpers Padmavathi Venna
2013-02-11  8:38   ` Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 4/5] ARM: dts: pl330: Add #dma-cells for generic dma binding support Padmavathi Venna
2013-02-11  8:38   ` Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 5/5] ARM: SAMSUNG: dma: Remove unnecessary code Padmavathi Venna
2013-02-11  8:38   ` Padmavathi Venna
2013-02-12 14:49 ` [PATCH V4 0/5] Add generic DMA DT binding support Vinod Koul
2013-02-12 14:49   ` Vinod Koul
2013-02-13  4:22   ` Padma Venkat
2013-02-13  4:22     ` Padma Venkat
2013-02-14  4:47     ` Vinod Koul [this message]
2013-02-14  4:47       ` Vinod Koul
2013-02-14  5:42       ` Padma Venkat
2013-02-14  5:42         ` Padma Venkat
2013-02-14  9:39         ` Vinod Koul
2013-02-14  9:39           ` 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=20130214044704.GE7777@intel.com \
    --to=vinod.koul@intel.com \
    --cc=arnd@arndb.de \
    --cc=boojin.kim@samsung.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=grant.likely@secretlab.ca \
    --cc=jassisinghbrar@gmail.com \
    --cc=jon-hunter@ti.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=padma.kvr@gmail.com \
    --cc=padma.v@samsung.com \
    --cc=robherring2@gmail.com \
    --cc=sbkim73@samsung.com \
    --cc=thomas.abraham@linaro.org \
    /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.