From: Sekhar Nori <nsekhar@ti.com>
To: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <khilman@deeprootsystems.com>,
<arnd@arndb.de>
Subject: Re: [PATCH 3/5] ARM: davinci: dm365: Add dma_slave_map to edma
Date: Mon, 22 Feb 2016 15:28:09 +0530 [thread overview]
Message-ID: <56CADBB1.9040908@ti.com> (raw)
In-Reply-To: <1454416997-14230-4-git-send-email-peter.ujfalusi@ti.com>
On Tuesday 02 February 2016 06:13 PM, Peter Ujfalusi wrote:
> Provide the dma_slave_map to edma which will allow us to move the drivers
> to the new, simpler dmaengine API and we can remove the DMA resources also
> for the devices.
>
> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> FIX: dm365
dropped this "note to self" :)
> ---
> arch/arm/mach-davinci/dm365.c | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
> index 01843fbcc9ea..d26dc2b4339a 100644
> --- a/arch/arm/mach-davinci/dm365.c
> +++ b/arch/arm/mach-davinci/dm365.c
> @@ -17,6 +17,7 @@
> #include <linux/serial_8250.h>
> #include <linux/platform_device.h>
> #include <linux/dma-mapping.h>
> +#include <linux/dmaengine.h>
> #include <linux/spi/spi.h>
> #include <linux/platform_data/edma.h>
> #include <linux/platform_data/gpio-davinci.h>
> @@ -862,9 +863,30 @@ static s8 dm365_queue_priority_mapping[][2] = {
> {-1, -1},
> };
>
> +static const struct dma_slave_map da365_edma_map[] = {
This should be "dm365_edma_map".
Fixed both locally while applying.
Regards,
Sekhar
next prev parent reply other threads:[~2016-02-22 9:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-02 12:43 [PATCH 0/5] ARM: davinci: Add dma_slave_map to board files Peter Ujfalusi
2016-02-02 12:43 ` [PATCH 1/5] ARM: davinci: devices-da8xx: Add dma_slave_map to edma Peter Ujfalusi
2016-02-22 9:36 ` Sekhar Nori
2016-02-25 9:40 ` Peter Ujfalusi
2016-02-02 12:43 ` [PATCH 2/5] ARM: davinci: dm355: " Peter Ujfalusi
2016-02-02 12:43 ` [PATCH 3/5] ARM: davinci: dm365: " Peter Ujfalusi
2016-02-22 9:58 ` Sekhar Nori [this message]
2016-02-22 10:07 ` Sekhar Nori
2016-02-25 9:39 ` Peter Ujfalusi
2016-02-02 12:43 ` [PATCH 4/5] ARM: davinci: dm644x: " Peter Ujfalusi
2016-02-02 12:43 ` [PATCH 5/5] ARM: davinci: dm646x: " Peter Ujfalusi
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=56CADBB1.9040908@ti.com \
--to=nsekhar@ti.com \
--cc=arnd@arndb.de \
--cc=khilman@deeprootsystems.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peter.ujfalusi@ti.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;
as well as URLs for NNTP newsgroup(s).