Blackfin: annotate anomaly 05000119 in core DMA code
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>
This commit is contained in:
Родитель
bc4d6f36db
Коммит
76068c3c5d
|
@ -20,6 +20,11 @@
|
||||||
#include <asm/dma.h>
|
#include <asm/dma.h>
|
||||||
#include <asm/uaccess.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];
|
struct dma_channel dma_ch[MAX_DMA_CHANNELS];
|
||||||
EXPORT_SYMBOL(dma_ch);
|
EXPORT_SYMBOL(dma_ch);
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче