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


Groups > linux.kernel > #1492519 > unrolled thread

[PATCH 3/4] ARM: davinci: dm355: Remove DMA resources for SPI

Started byPeter Ujfalusi <peter.ujfalusi@ti.com>
First post2016-09-28 12:40 +0200
Last post2016-09-28 12:40 +0200
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

  [PATCH 3/4] ARM: davinci: dm355: Remove DMA resources for SPI Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-28 12:40 +0200

#1492519 — [PATCH 3/4] ARM: davinci: dm355: Remove DMA resources for SPI

FromPeter Ujfalusi <peter.ujfalusi@ti.com>
Date2016-09-28 12:40 +0200
Subject[PATCH 3/4] ARM: davinci: dm355: Remove DMA resources for SPI
Message-ID<smkrn-5vk-7@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/dm355.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/mach-davinci/dm355.c b/arch/arm/mach-davinci/dm355.c
index d33322ddedab..bd50367f654e 100644
--- a/arch/arm/mach-davinci/dm355.c
+++ b/arch/arm/mach-davinci/dm355.c
@@ -397,14 +397,6 @@ static struct resource dm355_spi0_resources[] = {
 		.start = IRQ_DM355_SPINT0_0,
 		.flags = IORESOURCE_IRQ,
 	},
-	{
-		.start = 17,
-		.flags = IORESOURCE_DMA,
-	},
-	{
-		.start = 16,
-		.flags = IORESOURCE_DMA,
-	},
 };
 
 static struct davinci_spi_platform_data dm355_spi0_pdata = {
-- 
2.10.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web