Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1279871 > unrolled thread

[RFC v02 15/15] ARM: davinci: dm365: Remove DMA resources for SPI

Started byPeter Ujfalusi <peter.ujfalusi@ti.com>
First post2015-11-30 14:50 +0100
Last post2015-11-30 14:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [RFC v02 15/15] ARM: davinci: dm365: Remove DMA resources for SPI Peter Ujfalusi <peter.ujfalusi@ti.com> - 2015-11-30 14:50 +0100

#1279871 — [RFC v02 15/15] ARM: davinci: dm365: Remove DMA resources for SPI

FromPeter Ujfalusi <peter.ujfalusi@ti.com>
Date2015-11-30 14:50 +0100
Subject[RFC v02 15/15] ARM: davinci: dm365: Remove DMA resources for SPI
Message-ID<qAx07-4hY-13@gated-at.bofh.it>
The driver is converted to not use the DMA resource.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---
 arch/arm/mach-davinci/dm365.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
index 3dfcf7c9aa20..fe98e5f55634 100644
--- a/arch/arm/mach-davinci/dm365.c
+++ b/arch/arm/mach-davinci/dm365.c
@@ -660,14 +660,6 @@ static struct resource dm365_spi0_resources[] = {
 		.start = IRQ_DM365_SPIINT0_0,
 		.flags = IORESOURCE_IRQ,
 	},
-	{
-		.start = 17,
-		.flags = IORESOURCE_DMA,
-	},
-	{
-		.start = 16,
-		.flags = IORESOURCE_DMA,
-	},
 };
 
 static struct platform_device dm365_spi0_device = {
-- 
2.6.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web