All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/2] ARM: shmobile: BOCK-W: enable DMA for SDHI0
Date: Tue, 23 Jul 2013 01:11:47 +0000	[thread overview]
Message-ID: <20130723011147.GA17885@verge.net.au> (raw)
In-Reply-To: <201307230223.24954.sergei.shtylyov@cogentembedded.com>

On Tue, Jul 23, 2013 at 02:23:24AM +0400, Sergei Shtylyov wrote:
> From: Max Filippov <max.filippov@cogentembedded.com>
> 
> Pass HPB-DMA slave IDs in the SDHI0 platform data to enable DMA in the SDHI
> driver.
> 
> Signed-off-by: Max Filippov <max.filippov@cogentembedded.com>
> [Sergei: removed #include <mach/dma.h>]
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

I don't see HPBDMA_SLAVE_SDHI0_TX in v3.11-rc2.
Please repost this patch when it is available in
a branch I can used as a base.

> 
> ---
> Changes in version 2:
> - removed #include <mach/dma.h>;
> - refreshed the patch.
> 
>  arch/arm/mach-shmobile/board-bockw.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> Index: renesas/arch/arm/mach-shmobile/board-bockw.c
> =================================> --- renesas.orig/arch/arm/mach-shmobile/board-bockw.c
> +++ renesas/arch/arm/mach-shmobile/board-bockw.c
> @@ -81,6 +81,8 @@ static struct rcar_phy_platform_data usb
>  
>  /* SDHI */
>  static struct sh_mobile_sdhi_info sdhi0_info = {
> +	.dma_slave_tx	= HPBDMA_SLAVE_SDHI0_TX,
> +	.dma_slave_rx	= HPBDMA_SLAVE_SDHI0_RX,
>  	.tmio_caps	= MMC_CAP_SD_HIGHSPEED,
>  	.tmio_ocr_mask	= MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
>  	.tmio_flags	= TMIO_MMC_HAS_IDLE_WAIT,
> 

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] ARM: shmobile: BOCK-W: enable DMA for SDHI0
Date: Tue, 23 Jul 2013 10:11:47 +0900	[thread overview]
Message-ID: <20130723011147.GA17885@verge.net.au> (raw)
In-Reply-To: <201307230223.24954.sergei.shtylyov@cogentembedded.com>

On Tue, Jul 23, 2013 at 02:23:24AM +0400, Sergei Shtylyov wrote:
> From: Max Filippov <max.filippov@cogentembedded.com>
> 
> Pass HPB-DMA slave IDs in the SDHI0 platform data to enable DMA in the SDHI
> driver.
> 
> Signed-off-by: Max Filippov <max.filippov@cogentembedded.com>
> [Sergei: removed #include <mach/dma.h>]
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

I don't see HPBDMA_SLAVE_SDHI0_TX in v3.11-rc2.
Please repost this patch when it is available in
a branch I can used as a base.

> 
> ---
> Changes in version 2:
> - removed #include <mach/dma.h>;
> - refreshed the patch.
> 
>  arch/arm/mach-shmobile/board-bockw.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> Index: renesas/arch/arm/mach-shmobile/board-bockw.c
> ===================================================================
> --- renesas.orig/arch/arm/mach-shmobile/board-bockw.c
> +++ renesas/arch/arm/mach-shmobile/board-bockw.c
> @@ -81,6 +81,8 @@ static struct rcar_phy_platform_data usb
>  
>  /* SDHI */
>  static struct sh_mobile_sdhi_info sdhi0_info = {
> +	.dma_slave_tx	= HPBDMA_SLAVE_SDHI0_TX,
> +	.dma_slave_rx	= HPBDMA_SLAVE_SDHI0_RX,
>  	.tmio_caps	= MMC_CAP_SD_HIGHSPEED,
>  	.tmio_ocr_mask	= MMC_VDD_165_195 | MMC_VDD_32_33 | MMC_VDD_33_34,
>  	.tmio_flags	= TMIO_MMC_HAS_IDLE_WAIT,
> 

  reply	other threads:[~2013-07-23  1:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-22 22:18 [PATCH v2 0/2] R8A7778/BOCK-W: HPB-DMAC support for SDHI0 Sergei Shtylyov
2013-07-22 22:18 ` Sergei Shtylyov
2013-07-22 22:22 ` [PATCH v2 1/2] ARM: shmobile: r8a7778: add HPB-DMAC support Sergei Shtylyov
2013-07-22 22:22   ` Sergei Shtylyov
2013-07-26  0:10   ` Simon Horman
2013-07-26  0:10     ` Simon Horman
2013-07-26  1:39     ` Kuninori Morimoto
2013-07-26  1:39       ` Kuninori Morimoto
2013-07-29 22:46       ` Sergei Shtylyov
2013-07-29 22:46         ` Sergei Shtylyov
2013-07-30  0:30         ` Kuninori Morimoto
2013-07-30  0:30           ` Kuninori Morimoto
2013-07-22 22:23 ` [PATCH v2 2/2] ARM: shmobile: BOCK-W: enable DMA for SDHI0 Sergei Shtylyov
2013-07-22 22:23   ` Sergei Shtylyov
2013-07-23  1:11   ` Simon Horman [this message]
2013-07-23  1:11     ` Simon Horman
2013-07-23  1:58     ` Simon Horman
2013-07-23  1:58       ` 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=20130723011147.GA17885@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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.