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


Groups > linux.kernel > #1492520 > unrolled thread

[PATCH 2/4] ARM: davinci: devices: Remove DMA resources for MMC

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 2/4] ARM: davinci: devices: Remove DMA resources for MMC Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-28 12:40 +0200

#1492520 — [PATCH 2/4] ARM: davinci: devices: Remove DMA resources for MMC

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

diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c
index 67d26c5bda0b..3ae70f2909b0 100644
--- a/arch/arm/mach-davinci/devices.c
+++ b/arch/arm/mach-davinci/devices.c
@@ -36,9 +36,6 @@
 #define DM365_MMCSD0_BASE	     0x01D11000
 #define DM365_MMCSD1_BASE	     0x01D00000
 
-#define DAVINCI_DMA_MMCRXEVT	26
-#define DAVINCI_DMA_MMCTXEVT	27
-
 void __iomem  *davinci_sysmod_base;
 
 void davinci_map_sysmod(void)
-- 
2.10.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web