From: peter.ujfalusi@ti.com (Peter Ujfalusi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/5] ARM: davinci: dm365: Add dma_slave_map to edma
Date: Thu, 25 Feb 2016 11:39:35 +0200 [thread overview]
Message-ID: <56CECBD7.1020101@ti.com> (raw)
In-Reply-To: <56CADBB1.9040908@ti.com>
On 02/22/2016 11:58 AM, Sekhar Nori wrote:
> 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" :)
Oh, yes, thanks. I needed to fix up things while addressing the core support
comments and the struct changed on the way several times.
Sorry about it.
>
>> ---
>> 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
>
--
P?ter
WARNING: multiple messages have this Message-ID (diff)
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Sekhar Nori <nsekhar@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: Thu, 25 Feb 2016 11:39:35 +0200 [thread overview]
Message-ID: <56CECBD7.1020101@ti.com> (raw)
In-Reply-To: <56CADBB1.9040908@ti.com>
On 02/22/2016 11:58 AM, Sekhar Nori wrote:
> 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" :)
Oh, yes, thanks. I needed to fix up things while addressing the core support
comments and the struct changed on the way several times.
Sorry about it.
>
>> ---
>> 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
>
--
Péter
next prev parent reply other threads:[~2016-02-25 9:39 UTC|newest]
Thread overview: 22+ 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 ` Peter Ujfalusi
2016-02-02 12:43 ` [PATCH 1/5] ARM: davinci: devices-da8xx: Add dma_slave_map to edma Peter Ujfalusi
2016-02-02 12:43 ` Peter Ujfalusi
2016-02-22 9:36 ` Sekhar Nori
2016-02-22 9:36 ` Sekhar Nori
2016-02-25 9:40 ` Peter Ujfalusi
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 ` Peter Ujfalusi
2016-02-02 12:43 ` [PATCH 3/5] ARM: davinci: dm365: " Peter Ujfalusi
2016-02-02 12:43 ` Peter Ujfalusi
2016-02-22 9:58 ` Sekhar Nori
2016-02-22 9:58 ` Sekhar Nori
2016-02-22 10:07 ` Sekhar Nori
2016-02-22 10:07 ` Sekhar Nori
2016-02-25 9:39 ` Peter Ujfalusi [this message]
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 ` Peter Ujfalusi
2016-02-02 12:43 ` [PATCH 5/5] ARM: davinci: dm646x: " Peter Ujfalusi
2016-02-02 12:43 ` 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=56CECBD7.1020101@ti.com \
--to=peter.ujfalusi@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 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.