All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	Arnd Bergmann <arnd@arndb.de>
Cc: linux-sh@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
	Rob Herring <rob.herring@calxeda.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	Magnus Damm <magnus.damm@gmail.com>,
	Simon Horman <horms@verge.net.au>
Subject: Re: [PATCH 0/3] dma: add support for DMA multiplexer DT nodes
Date: Mon, 17 Jun 2013 13:52:22 +0000	[thread overview]
Message-ID: <20130617134022.GC10671@intel.com> (raw)
In-Reply-To: <Pine.LNX.4.64.1306121235460.23454@axis700.grange>

On Wed, Jun 12, 2013 at 12:38:44PM +0200, Guennadi Liakhovetski wrote:
> On Wed, 12 Jun 2013, Vinod Koul wrote:
> 
> > On Wed, Jun 12, 2013 at 02:53:49PM +0530, Vinod Koul wrote:
> > > On Thu, Jun 06, 2013 at 05:47:22PM +0200, Guennadi Liakhovetski wrote:
> > > > Next re-send of an earlier work. This series adds support for multiple 
> > > > compatible DMAC instances, capable of serving the same DMA slaves. 
> > > > Currently to specify such a configuration in DT, slaves would have to add 
> > > > DMA tuples for each requested channel for each suitable DMAC. This 
> > > > needlessly clutters the Device Tree. Instead we group such DMAC DT nodes 
> > > > together under a common parent. Then slaves can just reference that parent 
> > > > in their DMA bindings.
> > > > 
> > > > Cc: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
> > + arnd now..
> > 
> > > wasnt this series Acked by Anrd previosuly.
> 
> Well, he requested documentation, which I first posted as a separate 
> patch, but integrated in the actual DT-adding patch in this version. Back 
> then Arnd wrote "With a binding document added, the patch seems ok." which 
> kinda is an Ack... :)
I would prefer an explict ACK from Arnd before applying the DT changes

Arnd, can you pls do the needful

--
~Vinod
> 
> Thanks
> Guennadi
> 
> > > 
> > > Neverthless, Anrd do you mind reviwing this
> > > 
> > > --
> > > ~Vinod
> > > > 
> > > > Guennadi Liakhovetski (3):
> > > >   OF: add a new phandle parsing function for grouped nodes
> > > >   dmaengine: add support for DMA multiplexer DT nodes
> > > >   DMA: shdma: add DT support
> > > > 
> > > >  Documentation/devicetree/bindings/dma/dma.txt |   44 +++++++++++++++++++++
> > > >  drivers/dma/of-dma.c                          |   31 +++++++++++----
> > > >  drivers/dma/sh/shdma-base.c                   |   51 ++++++++++++++++++++++---
> > > >  drivers/dma/sh/shdma.c                        |   44 ++++++++++++++++++---
> > > >  drivers/of/base.c                             |   28 ++++++++++++-
> > > >  include/linux/of.h                            |   16 ++++++++
> > > >  include/linux/shdma-base.h                    |    5 ++
> > > >  7 files changed, 196 insertions(+), 23 deletions(-)
> > > > 
> > > > -- 
> > > > 1.7.2.5
> > > > 
> > > > Thanks
> > > > Guennadi
> > > > ---
> > > > Guennadi Liakhovetski, Ph.D.
> > > > Freelance Open-Source Software Developer
> > > > http://www.open-technology.de/
> > > 
> > > -- 
> > 
> > -- 
> > 
> 
> ---
> Guennadi Liakhovetski, Ph.D.
> Freelance Open-Source Software Developer
> http://www.open-technology.de/

-- 

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vinod.koul@intel.com>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	Arnd Bergmann <arnd@arndb.de>
Cc: linux-sh@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
	Rob Herring <rob.herring@calxeda.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	Magnus Damm <magnus.damm@gmail.com>,
	Simon Horman <horms@verge.net.au>
Subject: Re: [PATCH 0/3] dma: add support for DMA multiplexer DT nodes
Date: Mon, 17 Jun 2013 19:10:22 +0530	[thread overview]
Message-ID: <20130617134022.GC10671@intel.com> (raw)
In-Reply-To: <Pine.LNX.4.64.1306121235460.23454@axis700.grange>

On Wed, Jun 12, 2013 at 12:38:44PM +0200, Guennadi Liakhovetski wrote:
> On Wed, 12 Jun 2013, Vinod Koul wrote:
> 
> > On Wed, Jun 12, 2013 at 02:53:49PM +0530, Vinod Koul wrote:
> > > On Thu, Jun 06, 2013 at 05:47:22PM +0200, Guennadi Liakhovetski wrote:
> > > > Next re-send of an earlier work. This series adds support for multiple 
> > > > compatible DMAC instances, capable of serving the same DMA slaves. 
> > > > Currently to specify such a configuration in DT, slaves would have to add 
> > > > DMA tuples for each requested channel for each suitable DMAC. This 
> > > > needlessly clutters the Device Tree. Instead we group such DMAC DT nodes 
> > > > together under a common parent. Then slaves can just reference that parent 
> > > > in their DMA bindings.
> > > > 
> > > > Cc: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
> > + arnd now..
> > 
> > > wasnt this series Acked by Anrd previosuly.
> 
> Well, he requested documentation, which I first posted as a separate 
> patch, but integrated in the actual DT-adding patch in this version. Back 
> then Arnd wrote "With a binding document added, the patch seems ok." which 
> kinda is an Ack... :)
I would prefer an explict ACK from Arnd before applying the DT changes

Arnd, can you pls do the needful

--
~Vinod
> 
> Thanks
> Guennadi
> 
> > > 
> > > Neverthless, Anrd do you mind reviwing this
> > > 
> > > --
> > > ~Vinod
> > > > 
> > > > Guennadi Liakhovetski (3):
> > > >   OF: add a new phandle parsing function for grouped nodes
> > > >   dmaengine: add support for DMA multiplexer DT nodes
> > > >   DMA: shdma: add DT support
> > > > 
> > > >  Documentation/devicetree/bindings/dma/dma.txt |   44 +++++++++++++++++++++
> > > >  drivers/dma/of-dma.c                          |   31 +++++++++++----
> > > >  drivers/dma/sh/shdma-base.c                   |   51 ++++++++++++++++++++++---
> > > >  drivers/dma/sh/shdma.c                        |   44 ++++++++++++++++++---
> > > >  drivers/of/base.c                             |   28 ++++++++++++-
> > > >  include/linux/of.h                            |   16 ++++++++
> > > >  include/linux/shdma-base.h                    |    5 ++
> > > >  7 files changed, 196 insertions(+), 23 deletions(-)
> > > > 
> > > > -- 
> > > > 1.7.2.5
> > > > 
> > > > Thanks
> > > > Guennadi
> > > > ---
> > > > Guennadi Liakhovetski, Ph.D.
> > > > Freelance Open-Source Software Developer
> > > > http://www.open-technology.de/
> > > 
> > > -- 
> > 
> > -- 
> > 
> 
> ---
> Guennadi Liakhovetski, Ph.D.
> Freelance Open-Source Software Developer
> http://www.open-technology.de/

-- 

  reply	other threads:[~2013-06-17 13:52 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-06 15:47 [PATCH 0/3] dma: add support for DMA multiplexer DT nodes Guennadi Liakhovetski
2013-06-06 15:47 ` Guennadi Liakhovetski
2013-06-06 15:47 ` [PATCH 1/3] OF: add a new phandle parsing function for grouped nodes Guennadi Liakhovetski
2013-06-06 15:47   ` Guennadi Liakhovetski
     [not found] ` <1370533645-23690-1-git-send-email-g.liakhovetski-Mmb7MZpHnFY@public.gmane.org>
2013-06-06 15:47   ` [PATCH 2/3] dmaengine: add support for DMA multiplexer DT nodes Guennadi Liakhovetski
2013-06-06 15:47     ` Guennadi Liakhovetski
2013-06-17 16:16     ` Arnd Bergmann
2013-06-17 16:16       ` Arnd Bergmann
2013-06-18  8:59       ` Guennadi Liakhovetski
2013-06-18  8:59         ` Guennadi Liakhovetski
2013-06-18 13:23         ` Arnd Bergmann
2013-06-18 13:23           ` Arnd Bergmann
2013-06-06 15:47 ` [PATCH v2 3/3] DMA: shdma: add DT support Guennadi Liakhovetski
2013-06-06 15:47   ` Guennadi Liakhovetski
2013-06-17 15:48   ` Arnd Bergmann
2013-06-17 15:48     ` Arnd Bergmann
2013-06-18  8:16     ` Guennadi Liakhovetski
2013-06-18  8:16       ` Guennadi Liakhovetski
2013-06-18 13:30       ` Arnd Bergmann
2013-06-18 13:30         ` Arnd Bergmann
2013-06-12  9:23 ` [PATCH 0/3] dma: add support for DMA multiplexer DT nodes Vinod Koul
2013-06-12  9:35   ` Vinod Koul
2013-06-12  9:25   ` Vinod Koul
2013-06-12  9:37     ` Vinod Koul
2013-06-12 10:38     ` Guennadi Liakhovetski
2013-06-12 10:38       ` Guennadi Liakhovetski
2013-06-17 13:40       ` Vinod Koul [this message]
2013-06-17 13:52         ` Vinod Koul
     [not found]   ` <20130612092349.GR4107-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2013-06-17 15:51     ` Arnd Bergmann
2013-06-17 15:51       ` Arnd Bergmann

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=20130617134022.GC10671@intel.com \
    --to=vinod.koul@intel.com \
    --cc=arnd@arndb.de \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=g.liakhovetski@gmx.de \
    --cc=grant.likely@secretlab.ca \
    --cc=horms@verge.net.au \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=rob.herring@calxeda.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.