All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 1/6] ARM: shmobile: ape6evm: add DMA support to MMCIF
Date: Wed, 25 Sep 2013 06:09:30 +0000	[thread overview]
Message-ID: <20130925060930.GD6663@verge.net.au> (raw)
In-Reply-To: <1374498981-5263-2-git-send-email-g.liakhovetski@gmx.de>

On Mon, Jul 22, 2013 at 03:16:16PM +0200, Guennadi Liakhovetski wrote:
> Add DMA support for MMCIF on APE6EVM, using the shdma dmaengine driver.
> 
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
> ---
>  arch/arm/mach-shmobile/board-ape6evm.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-shmobile/board-ape6evm.c b/arch/arm/mach-shmobile/board-ape6evm.c
> index 97c0dad..96a6994 100644
> --- a/arch/arm/mach-shmobile/board-ape6evm.c
> +++ b/arch/arm/mach-shmobile/board-ape6evm.c
> @@ -75,6 +75,8 @@ static struct regulator_consumer_supply fixed3v3_power_consumers[] >  /* MMCIF */
>  static struct sh_mmcif_plat_data mmcif0_pdata = {
>  	.caps		= MMC_CAP_8_BIT_DATA | MMC_CAP_NONREMOVABLE,
> +	.slave_id_tx	= SHDMA_SLAVE_MMCIF0_TX,
> +	.slave_id_rx	= SHDMA_SLAVE_MMCIF0_RX,
>  	.ccs_unsupported = true,
>  };

Thanks, I have queued this up for v3.13.
Please let me know if any other patches in this series are relevant for v3.13.

  reply	other threads:[~2013-09-25  6:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-22 13:16 [PATCH 1/6] ARM: shmobile: ape6evm: add DMA support to MMCIF Guennadi Liakhovetski
2013-09-25  6:09 ` Simon Horman [this message]
2013-09-25  7:03 ` Guennadi Liakhovetski
2013-09-25  7:20 ` Simon Horman
2013-09-25  7:32 ` Guennadi Liakhovetski
2013-09-25  7:55 ` Simon Horman

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=20130925060930.GD6663@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-sh@vger.kernel.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.