All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: LPC32xx: Adjust to pl08x DMA interface changes
@ 2012-07-12 12:22 ` Roland Stigge
  0 siblings, 0 replies; 24+ messages in thread
From: Roland Stigge @ 2012-07-12 12:22 UTC (permalink / raw)
  To: linux-arm-kernel, arnd, linux, linux-kernel, kevin.wells,
	srinivas.bakki, aletes.xgr, dwmw2, artem.bityutskiy, linux-mtd
  Cc: Roland Stigge

This patch adjusts the LPC32xx platform support to the new pl08x DMA interface,
fixing the compile error resulting from changed pl08x structures.

Signed-off-by: Roland Stigge <stigge@antcom.de>

---

Applies to today's linux-next (integrated lpc32xx-next and dma branches which collide)

 arch/arm/mach-lpc32xx/phy3250.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c
index 8625237..b07dcc9 100644
--- a/arch/arm/mach-lpc32xx/phy3250.c
+++ b/arch/arm/mach-lpc32xx/phy3250.c
@@ -186,13 +186,12 @@ static struct pl08x_channel_data pl08x_slave_channels[] = {
 	},
 };
 
-/* NOTE: These will change, according to RMK */
-static int pl08x_get_signal(struct pl08x_dma_chan *ch)
+static int pl08x_get_signal(const struct pl08x_channel_data *cd)
 {
-	return ch->cd->min_signal;
+	return cd->min_signal;
 }
 
-static void pl08x_put_signal(struct pl08x_dma_chan *ch)
+static void pl08x_put_signal(const struct pl08x_channel_data *cd, int ch)
 {
 }
 
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2012-08-16 14:26 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-12 12:22 [PATCH] ARM: LPC32xx: Adjust to pl08x DMA interface changes Roland Stigge
2012-07-12 12:22 ` Roland Stigge
2012-07-12 12:22 ` [PATCH 1/2] mtd: lpc32xx_slc: " Roland Stigge
2012-07-12 12:22   ` Roland Stigge
2012-07-13 12:52   ` Alexandre Pereira da Silva
2012-07-13 12:52     ` Alexandre Pereira da Silva
2012-07-13 12:52     ` Alexandre Pereira da Silva
2012-08-15 10:37   ` Artem Bityutskiy
2012-08-15 10:37     ` Artem Bityutskiy
2012-08-15 10:37     ` Artem Bityutskiy
2012-08-16  8:46     ` Roland Stigge
2012-08-16  8:46       ` Roland Stigge
2012-08-16  8:46       ` Roland Stigge
2012-08-16 14:26     ` Roland Stigge
2012-08-16 14:26       ` Roland Stigge
2012-08-16 14:26       ` Roland Stigge
2012-07-12 12:22 ` [PATCH 2/2] mtd: lpc32xx_mlc: " Roland Stigge
2012-07-12 12:22   ` Roland Stigge
2012-07-13 12:51   ` Alexandre Pereira da Silva
2012-07-13 12:51     ` Alexandre Pereira da Silva
2012-07-13 12:51     ` Alexandre Pereira da Silva
2012-07-13 12:51 ` [PATCH] ARM: LPC32xx: " Alexandre Pereira da Silva
2012-07-13 12:51   ` Alexandre Pereira da Silva
2012-07-13 12:51   ` Alexandre Pereira da Silva

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.