All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Ball <cjb@laptop.org>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-sh@vger.kernel.org, Magnus Damm <magnus.damm@gmail.com>,
	linux-mmc@vger.kernel.org, Samuel Ortiz <sameo@linux.intel.com>,
	Vinod Koul <vinod.koul@intel.com>,
	Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Subject: Re: [PATCH 0/3] mmc: sdhi / tmio: add DT DMA
Date: Sun, 26 May 2013 13:56:33 -0400	[thread overview]
Message-ID: <87bo7xlj5a.fsf@octavius.laptop.org> (raw)
In-Reply-To: <87fvx9ljak.fsf@octavius.laptop.org> (Chris Ball's message of "Sun, 26 May 2013 13:53:23 -0400")

Hi,

On Sun, May 26 2013, Chris Ball wrote:
> On Fri, Apr 26 2013, Guennadi Liakhovetski wrote:
>> These 3 patches add Device Tree DMA support to the TMIO MMC driver, when 
>> used on SDHI platforms.
>>
>> Samuel: these patches touch an mfd header file lightly, I think, it's 
>> better just to get your ack than to make a separate patch via your tree.
>>
>> Cc: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
>>
>> Guennadi Liakhovetski (3):
>>   mmc: sdhi/tmio: make DMA filter implementation specific
>>   mmc: sdhi/tmio: switch to using dmaengine_slave_config()
>>   mmc: sdhi/tmio: add DT DMA support
>
> Looks like this doesn't apply to mmc-next -- if you could prepare
> current pull requests for 3.10 and 3.11 for me, I'd really appreciate
> it.  Thanks!

Sorry, I'm wrong about this patchset not applying -- I've applied it
to mmc-next for 3.11 now.  The pull requests for other patches might
still be a good idea anyway, though.  :-)

Thanks,

- Chris.
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

WARNING: multiple messages have this Message-ID (diff)
From: Chris Ball <cjb@laptop.org>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: linux-sh@vger.kernel.org, Magnus Damm <magnus.damm@gmail.com>,
	linux-mmc@vger.kernel.org, Samuel Ortiz <sameo@linux.intel.com>,
	Vinod Koul <vinod.koul@intel.com>,
	Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Subject: Re: [PATCH 0/3] mmc: sdhi / tmio: add DT DMA
Date: Sun, 26 May 2013 17:56:33 +0000	[thread overview]
Message-ID: <87bo7xlj5a.fsf@octavius.laptop.org> (raw)
In-Reply-To: <87fvx9ljak.fsf@octavius.laptop.org> (Chris Ball's message of "Sun, 26 May 2013 13:53:23 -0400")

Hi,

On Sun, May 26 2013, Chris Ball wrote:
> On Fri, Apr 26 2013, Guennadi Liakhovetski wrote:
>> These 3 patches add Device Tree DMA support to the TMIO MMC driver, when 
>> used on SDHI platforms.
>>
>> Samuel: these patches touch an mfd header file lightly, I think, it's 
>> better just to get your ack than to make a separate patch via your tree.
>>
>> Cc: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
>>
>> Guennadi Liakhovetski (3):
>>   mmc: sdhi/tmio: make DMA filter implementation specific
>>   mmc: sdhi/tmio: switch to using dmaengine_slave_config()
>>   mmc: sdhi/tmio: add DT DMA support
>
> Looks like this doesn't apply to mmc-next -- if you could prepare
> current pull requests for 3.10 and 3.11 for me, I'd really appreciate
> it.  Thanks!

Sorry, I'm wrong about this patchset not applying -- I've applied it
to mmc-next for 3.11 now.  The pull requests for other patches might
still be a good idea anyway, though.  :-)

Thanks,

- Chris.
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

  reply	other threads:[~2013-05-26 17:56 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-26 15:47 [PATCH 0/3] mmc: sdhi / tmio: add DT DMA Guennadi Liakhovetski
2013-04-26 15:47 ` Guennadi Liakhovetski
2013-04-26 15:47 ` [PATCH 1/3] mmc: sdhi/tmio: make DMA filter implementation specific Guennadi Liakhovetski
2013-04-26 15:47   ` Guennadi Liakhovetski
2013-04-26 15:47 ` [PATCH 2/3] mmc: sdhi/tmio: switch to using dmaengine_slave_config() Guennadi Liakhovetski
2013-04-26 15:47   ` Guennadi Liakhovetski
2013-04-26 15:47 ` [PATCH 3/3] mmc: sdhi/tmio: add DT DMA support Guennadi Liakhovetski
2013-04-26 15:47   ` Guennadi Liakhovetski
2013-04-26 16:02 ` [PATCH 0/3] mmc: sdhi / tmio: add DT DMA Samuel Ortiz
2013-04-26 16:02   ` Samuel Ortiz
2013-04-26 16:16   ` Guennadi Liakhovetski
2013-04-26 16:16     ` Guennadi Liakhovetski
2013-05-26 17:53 ` Chris Ball
2013-05-26 17:53   ` Chris Ball
2013-05-26 17:56   ` Chris Ball [this message]
2013-05-26 17:56     ` Chris Ball

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=87bo7xlj5a.fsf@octavius.laptop.org \
    --to=cjb@laptop.org \
    --cc=g.liakhovetski+renesas@gmail.com \
    --cc=g.liakhovetski@gmx.de \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=sameo@linux.intel.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 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.