Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1492520
| From | Peter Ujfalusi <peter.ujfalusi@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/4] ARM: davinci: devices: Remove DMA resources for MMC |
| Date | 2016-09-28 12:40 +0200 |
| Message-ID | <smkro-5vk-19@gated-at.bofh.it> (permalink) |
| References | <smkrn-5vk-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 2/4] ARM: davinci: devices: Remove DMA resources for MMC Peter Ujfalusi <peter.ujfalusi@ti.com> - 2016-09-28 12:40 +0200
csiph-web