From: cedric@precidata.com (Cedric Berger)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/10] LPC32XX: 004-mmc.1: Enable dma for Phytec board
Date: Wed, 17 Apr 2013 22:42:52 +0200 (CEST) [thread overview]
Message-ID: <mailman.15.1366231423.1198.linux-arm-kernel@lists.infradead.org> (raw)
Signed-off-by: Gabriele Mondada <gabriele@precidata.com>
---
Enable DMA for phy3250. Without that, the mmc driver is unusable.
Index: arch/arm/mach-lpc32xx/phy3250.c
===================================================================
--- arch/arm/mach-lpc32xx/phy3250.c (revision 1732)
+++ arch/arm/mach-lpc32xx/phy3250.c (revision 1733)
@@ -168,6 +168,12 @@
.max_signal = 12,
.periph_buses = PL08X_AHB1,
},
+ {
+ .bus_id = "mmc",
+ .min_signal = 4,
+ .max_signal = 4,
+ .periph_buses = PL08X_AHB1,
+ },
};
static int pl08x_get_signal(const struct pl08x_channel_data *cd)
@@ -202,9 +208,13 @@
.ocr_mask = MMC_VDD_30_31 | MMC_VDD_31_32 |
MMC_VDD_32_33 | MMC_VDD_33_34,
.ios_handler = mmc_handle_ios,
- .dma_filter = NULL,
- /* No DMA for now since AMBA PL080 dmaengine driver only does scatter
- * gather, and the MMCI driver doesn't do it this way */
+ .dma_filter = pl08x_filter_id,
+ .dma_rx_param = "mmc",
+ /*
+ * When not defined, tx channel is the same as rx.
+ * Defining dma_tx_param with the same value as dma_rx_param does not
+ * work.
+ */
};
static struct lpc32xx_slc_platform_data lpc32xx_slc_data = {
reply other threads:[~2013-04-17 20:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=mailman.15.1366231423.1198.linux-arm-kernel@lists.infradead.org \
--to=cedric@precidata.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;
as well as URLs for NNTP newsgroup(s).