Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/3] ARM: davinci: fix mmc entries in DM365's eDMA slaves table
Date: Thu, 7 Dec 2017 11:40:54 +0530	[thread overview]
Message-ID: <4303d85c-aa8d-c343-c869-6a9b55541db6@ti.com> (raw)
In-Reply-To: <20171205123458.97837-4-amery@hanoverdisplays.com>

Hi,

On Tuesday 05 December 2017 06:04 PM, Alejandro Mery wrote:
> Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com>

Patch looks good, but please resubmit with patch description. Patch
description should be readable independent of headline so please add it
even if its just restating what is present in the headline.

Also, please add a Fixes tag.

Fixes: 0c750e1fe481 ("ARM: davinci: dm365: Add dma_slave_map to edma")

You can base the next version on fixes branch of my tree[1].

Thanks,
Sekhar

[1] git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git

> ---
>  arch/arm/mach-davinci/dm365.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
> index 103316f01a22..5ace9380626a 100644
> --- a/arch/arm/mach-davinci/dm365.c
> +++ b/arch/arm/mach-davinci/dm365.c
> @@ -868,10 +868,10 @@ static const struct dma_slave_map dm365_edma_map[] = {
>  	{ "spi_davinci.0", "rx", EDMA_FILTER_PARAM(0, 17) },
>  	{ "spi_davinci.3", "tx", EDMA_FILTER_PARAM(0, 18) },
>  	{ "spi_davinci.3", "rx", EDMA_FILTER_PARAM(0, 19) },
> -	{ "dm6441-mmc.0", "rx", EDMA_FILTER_PARAM(0, 26) },
> -	{ "dm6441-mmc.0", "tx", EDMA_FILTER_PARAM(0, 27) },
> -	{ "dm6441-mmc.1", "rx", EDMA_FILTER_PARAM(0, 30) },
> -	{ "dm6441-mmc.1", "tx", EDMA_FILTER_PARAM(0, 31) },
> +	{ "da830-mmc.0", "rx", EDMA_FILTER_PARAM(0, 26) },
> +	{ "da830-mmc.0", "tx", EDMA_FILTER_PARAM(0, 27) },
> +	{ "da830-mmc.1", "rx", EDMA_FILTER_PARAM(0, 30) },
> +	{ "da830-mmc.1", "tx", EDMA_FILTER_PARAM(0, 31) },
>  };
>  
>  static struct edma_soc_info dm365_edma_pdata = {
> -- 
> 2.15.0
> 

  reply	other threads:[~2017-12-07  6:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-04 13:33 [PATCH 0/2] ARM: davinci: fix eDMA probing for dm365 Alejandro Mery
2017-12-04 13:33 ` [PATCH 1/2] ARM: davinci: Use platform_device_register_full() to create pdev for dm365's eDMA Alejandro Mery
2017-12-04 13:33 ` [PATCH 2/2] ARM: davinci: Add dma_mask to dm365's eDMA device Alejandro Mery
2017-12-05 12:31 ` [PATCH 0/2] ARM: davinci: fix eDMA probing for dm365 Peter Ujfalusi
2017-12-05 12:34 ` [PATCH v2 0/3] ARM: davinci: fix eDMA for DM365 Alejandro Mery
2017-12-05 12:34   ` [PATCH v2 1/3] ARM: davinci: Use platform_device_register_full() to create pdev for dm365's eDMA Alejandro Mery
2017-12-07  5:57     ` Sekhar Nori
2017-12-05 12:34   ` [PATCH v2 2/3] ARM: davinci: Add dma_mask to dm365's eDMA device Alejandro Mery
2017-12-07  6:03     ` Sekhar Nori
2017-12-05 12:34   ` [PATCH v2 3/3] ARM: davinci: fix mmc entries in DM365's eDMA slaves table Alejandro Mery
2017-12-07  6:10     ` Sekhar Nori [this message]
2017-12-07  6:16   ` [PATCH v2 0/3] ARM: davinci: fix eDMA for DM365 Sekhar Nori

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=4303d85c-aa8d-c343-c869-6a9b55541db6@ti.com \
    --to=nsekhar@ti.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox