From: amery@hanoverdisplays.com (Alejandro Mery)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/3] ARM: davinci: Add dma_mask to dm365's eDMA device
Date: Tue, 5 Dec 2017 12:34:57 +0000 [thread overview]
Message-ID: <20171205123458.97837-3-amery@hanoverdisplays.com> (raw)
In-Reply-To: <20171205123458.97837-1-amery@hanoverdisplays.com>
as previously done by cef5b0da4019358cb03c9b0a964d4d63cd7deaf6 for other davinci SoCs
Signed-off-by: Alejandro Mery <amery@hanoverdisplays.com>
---
arch/arm/mach-davinci/dm365.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
index 9bd17bc77b5c..103316f01a22 100644
--- a/arch/arm/mach-davinci/dm365.c
+++ b/arch/arm/mach-davinci/dm365.c
@@ -928,6 +928,7 @@ static struct resource edma_resources[] = {
static const struct platform_device_info dm365_edma_device __initconst = {
.name = "edma",
.id = 0,
+ .dma_mask = DMA_BIT_MASK(32),
.res = edma_resources,
.num_res = ARRAY_SIZE(edma_resources),
.data = &dm365_edma_pdata,
--
2.15.0
next prev parent reply other threads:[~2017-12-05 12:34 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 ` Alejandro Mery [this message]
2017-12-07 6:03 ` [PATCH v2 2/3] ARM: davinci: Add dma_mask to dm365's eDMA device 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
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=20171205123458.97837-3-amery@hanoverdisplays.com \
--to=amery@hanoverdisplays.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