From: Simon Horman <horms@verge.net.au>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: Vinod Koul <vinod.koul@intel.com>,
linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org,
Magnus Damm <magnus.damm@gmail.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Subject: Re: [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables
Date: Wed, 25 Sep 2013 16:12:32 +0900 [thread overview]
Message-ID: <20130925071232.GR6663@verge.net.au> (raw)
In-Reply-To: <20130904085539.GE25209@verge.net.au>
Hi Guennadi,
apologies for the long delay.
On Wed, Sep 04, 2013 at 05:55:39PM +0900, Simon Horman wrote:
> On Thu, Aug 29, 2013 at 01:24:31PM +0200, Guennadi Liakhovetski wrote:
> > Hi Simon,
> >
> > On Mon, 26 Aug 2013, Simon Horman wrote:
> >
> > > On Sun, Aug 25, 2013 at 01:06:57PM +0530, Vinod Koul wrote:
> > > > On Fri, Aug 02, 2013 at 04:50:35PM +0200, Guennadi Liakhovetski wrote:
> > > > > In this version of shdma Device Tree support I preserved the DT
> > > > > configuration approach via OF device ID tables from v4, but now it is only
> > > > > used for the DT-mode, the C-version is left untouched. In this series I
> > > > > only include one platform: r8a73a4-based APE6EVM, if accepted, others can
> > > > > be added easily. I also took care not to include mach/*.h headers in
> > > > > driver .c files. To illustrate the use of DT DMA support for MMC DMA on
> > > > > APE6EVM a patch from a previously separate patch series "DMA for MMCIF and
> > > > > SDHI devices in DT mode"
> > > > I have applied all the dma patches, the ARM ones fail for me so should possible
> > > > go thru ARM tree.
> > >
> > > Guennadi, if you need me to queue up any patches please repost them
> > > once their dependencies are available in a stable branch.
> >
> > I've just verified, that the current -next has all DMA and MMCIF
> > prerequisites for the following my patches:
> >
> > ARM: shmobile: armadillo800eva-reference: add MMCIF and SDHI DT nodes
I have responded to v4 of this change.
https://patchwork.kernel.org/patch/2928971/
> > ARM: shmobile: r8a73a4: add a DMAC platform device and clock for it
I have responded to v5 of this change.
https://patchwork.kernel.org/patch/2837970/
> > ARM: shmobile: r8a73a4: add a DT node and a clock alias for the DMAC
I have responded to v5 of this change.
https://patchwork.kernel.org/patch/2837971/
> > ARM: shmobile: ape6evm-reference: enable DMA for the MMC interface
I have responded to v5 of this change.
https://patchwork.kernel.org/patch/2837965/
> > ARM: shmobile: ape6evm: disable MMCIF Command Completion Signal
I have queued v1 of this change for v3.13.
https://patchwork.kernel.org/patch/2825871/
> > ARM: shmobile: ape6evm: add DMA support to MMCIF
I have queued v1 of this change for v3.13.
https://patchwork.kernel.org/patch/2831484/
> > ARM: shmobile: armadillo800eva: disable MMCIF Command Completion Signal
I have queued v1 of this change for v3.13.
https://patchwork.kernel.org/patch/2825874/
> > ARM: shmobile: kzm9g: disable MMCIF Command Completion Signal
I have queued v1 of this change for v3.13.
https://patchwork.kernel.org/patch/2825867/
> > ARM: shmobile: lager: disable MMCIF Command Completion Signal, add CLK_CTRL2
I have queued v1 of this change for v3.13.
https://patchwork.kernel.org/patch/2825865/
> >
> > I can re-send them all to your privetly as an archive, if you like, or you
> > can pick their latest versions from an archive or from patchwork.
>
> Thanks, I can pick them out of patchwork.
prev parent reply other threads:[~2013-09-25 7:12 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-02 14:50 Guennadi Liakhovetski
2013-08-02 14:50 ` [PATCH v5 1/7] DMA: shdma: switch DT mode to use configuration data from a match table Guennadi Liakhovetski
2013-08-02 14:50 ` [PATCH v5 2/7] DMA: shdma: remove private and unused defines from a global header Guennadi Liakhovetski
2013-08-02 14:50 ` [PATCH v5 3/7] DMA: shdma: add a header with common for ARM SoCs defines Guennadi Liakhovetski
2013-08-02 14:50 ` [PATCH v5 4/7] DMA: shdma: add r8a73a4 DMAC data to the device ID table Guennadi Liakhovetski
2013-08-02 14:50 ` [PATCH v5 5/7] ARM: shmobile: r8a73a4: add a DMAC platform device and clock for it Guennadi Liakhovetski
2013-09-25 5:50 ` Simon Horman
2013-09-25 6:52 ` Guennadi Liakhovetski
2013-09-25 7:10 ` Simon Horman
2013-09-25 7:22 ` Guennadi Liakhovetski
2013-08-02 14:50 ` [PATCH v5 6/7] ARM: shmobile: r8a73a4: add a DT node and a clock alias for the DMAC Guennadi Liakhovetski
2013-09-25 5:53 ` Simon Horman
2013-09-25 8:01 ` Simon Horman
2013-08-02 14:50 ` [PATCH v5 7/7] ARM: shmobile: ape6evm-reference: enable DMA for the MMC interface Guennadi Liakhovetski
2013-09-25 5:54 ` Simon Horman
2013-09-25 7:56 ` Simon Horman
2013-09-25 8:07 ` Simon Horman
2013-08-25 7:36 ` [PATCH v5 0/7] DMA: shdma: switch DT to use OF device ID tables Vinod Koul
2013-08-26 7:17 ` Simon Horman
2013-08-26 7:49 ` Vinod Koul
2013-08-26 8:46 ` Simon Horman
2013-08-29 11:24 ` Guennadi Liakhovetski
2013-09-04 8:55 ` Simon Horman
2013-09-25 7:12 ` 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=20130925071232.GR6663@verge.net.au \
--to=horms@verge.net.au \
--cc=g.liakhovetski@gmx.de \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=sergei.shtylyov@cogentembedded.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
all inboxes | Powered by JetHome®