projects
/
GitHub
/
LineageOS
/
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:
bc4d6f3
)
Blackfin: annotate anomaly 05000119 in core DMA code
author
Robin Getz
<robin.getz@analog.com>
Thu, 23 Apr 2009 20:56:42 +0000
(20:56 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 12 Jun 2009 10:11:29 +0000
(06:11 -0400)
Add a reminder note to avoid the DMA_DONE bit in our DMA core code.
Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/bfin_dma_5xx.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/kernel/bfin_dma_5xx.c
b/arch/blackfin/kernel/bfin_dma_5xx.c
index 704419e4da200f798c330a1372ecd197e841aaf2..763ed84ba459f3236fd7831075cdb002bd610d96 100644
(file)
--- a/
arch/blackfin/kernel/bfin_dma_5xx.c
+++ b/
arch/blackfin/kernel/bfin_dma_5xx.c
@@
-20,6
+20,11
@@
#include <asm/dma.h>
#include <asm/uaccess.h>
+/*
+ * To make sure we work around 05000119 - we always check DMA_DONE bit,
+ * never the DMA_RUN bit
+ */
+
struct dma_channel dma_ch[MAX_DMA_CHANNELS];
EXPORT_SYMBOL(dma_ch);