projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dc68bc
)
ARM: davinci: dm365: Remove DMA resources for SPI
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Wed, 28 Sep 2016 10:35:30 +0000
(13:35 +0300)
committer
Sekhar Nori
<nsekhar@ti.com>
Wed, 26 Oct 2016 08:12:53 +0000
(13:42 +0530)
The driver is converted to not use the DMA resource.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/dm365.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-davinci/dm365.c
b/arch/arm/mach-davinci/dm365.c
index ef3add9992631f3ad9dbc6388fc9a7da79940f3c..8be04ec95adf5e4d0969c9c1cc1460e4e31c9caf 100644
(file)
--- 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 = {