From: Simon Horman <horms@verge.net.au>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-sh@vger.kernel.org, Vinod Koul <vinod.koul@intel.com>,
Magnus Damm <magnus.damm@gmail.com>,
linux-kernel@vger.kernel.org, Chris Ball <cjb@laptop.org>
Subject: Re: [PATCH/RFC 0/6] DMA: shdma: add Device Tree support
Date: Wed, 08 May 2013 00:54:26 +0000 [thread overview]
Message-ID: <20130508005426.GA23419@verge.net.au> (raw)
In-Reply-To: <Pine.LNX.4.64.1305020936400.17181@axis700.grange>
On Thu, May 02, 2013 at 09:47:52AM +0200, Guennadi Liakhovetski wrote:
> Hi Chris, Simon, Vinod (in alphabetical order :-) )
>
> On Thu, 11 Apr 2013, Guennadi Liakhovetski wrote:
>
> > This patch series adds Device Tree support to the shdma dmaengine driver
> > and illustraits its use with the kzm9g-reference board's MMCIF interface.
>
> Formally patches in this series belong to your 3 trees: 1-3 and 7
> (documentation, sent later separately) to DMA, 4 and 6 to ARM/shmobile, 5
> to MMC. However, they can actually be safely applied in any order, as long
> as per-tree patches are kept together. Even if the DMA portion is applied
> last, the MMC driver will find DMA DT bindings in the DT, will request
> channels, but no DMA channels will be found, then the driver will fall
> back to PIO.
>
> So, it's up to you to decide, whether to pull these patches separately via
> respective trees, or have some of them acked and push all of them via one
> tree.
Hi Guennadi, Hi all,
I apologise for not replying earlier.
I am happy to take these changes through my renesas tree and
request they be pulled into the arm-soc tree provided that there
are acks from Vinod and Chris on the relevant patches.
I am also happy for either Chris or Vinod to take the patches.
To that end, for the two smhobile patches below:
Acked-by: Simon Horman <horms+renesas@verge.net.au>
> Thanks
> Guennadi
>
> > Cc: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
> >
> > Guennadi Liakhovetski (6):
> > DMA: shdma: (cosmetic) don't re-calculate a pointer
> > DMA: shdma: shdma_chan_filter() has to be in shdma-base.h
> > DMA: shdma: add DT support
> > ARM: shmobile: sh73a0: add support for the DMA0 controller in DT
> > mmc: sh_mmcif: add support for Device Tree DMA bindings
> > ARM: shmobile: kzm9g-reference: add DMA channels to the MMCIF DT
> >
> > arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 3 ++
> > arch/arm/boot/dts/sh73a0.dtsi | 36 ++++++++++++++++++
> > arch/arm/mach-shmobile/setup-sh73a0.c | 4 ++
> > drivers/dma/sh/shdma-base.c | 51 +++++++++++++++++++++++---
> > drivers/dma/sh/shdma.c | 46 ++++++++++++++++++++----
> > drivers/mmc/host/sh_mmcif.c | 29 +++++++++------
> > include/linux/sh_dma.h | 2 -
> > include/linux/shdma-base.h | 6 +++
> > 8 files changed, 151 insertions(+), 26 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/
>
prev parent reply other threads:[~2013-05-08 0:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-10 22:19 [PATCH/RFC 0/6] DMA: shdma: add Device Tree support Guennadi Liakhovetski
2013-04-10 22:19 ` [PATCH 1/6] DMA: shdma: (cosmetic) don't re-calculate a pointer Guennadi Liakhovetski
2013-04-10 22:19 ` [PATCH 2/6] DMA: shdma: shdma_chan_filter() has to be in shdma-base.h Guennadi Liakhovetski
2013-04-10 22:19 ` [PATCH/RFC 3/6] DMA: shdma: add DT support Guennadi Liakhovetski
2013-04-15 16:54 ` Vinod Koul
2013-04-15 21:18 ` Arnd Bergmann
2013-04-15 21:34 ` Guennadi Liakhovetski
2013-04-16 12:45 ` Arnd Bergmann
2013-04-10 22:19 ` [PATCH/RFC 4/6] ARM: shmobile: sh73a0: add support for the DMA0 controller in DT Guennadi Liakhovetski
2013-04-11 3:01 ` Simon Horman
2013-04-11 3:02 ` Simon Horman
2013-04-10 22:19 ` [PATCH/RFC 5/6] mmc: sh_mmcif: add support for Device Tree DMA bindings Guennadi Liakhovetski
2013-04-10 22:19 ` [PATCH/RFC 6/6] ARM: shmobile: kzm9g-reference: add DMA channels to the MMCIF DT Guennadi Liakhovetski
2013-04-11 3:00 ` Simon Horman
2013-05-02 7:47 ` [PATCH/RFC 0/6] DMA: shdma: add Device Tree support Guennadi Liakhovetski
2013-05-08 0:54 ` Simon Horman [this message]
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=20130508005426.GA23419@verge.net.au \
--to=horms@verge.net.au \
--cc=cjb@laptop.org \
--cc=g.liakhovetski@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox