spi/bfin_spi: work around anomaly 05000119
authorSonic Zhang <sonic.zhang@analog.com>
Mon, 18 May 2009 10:01:16 +0000 (10:01 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 18 Oct 2010 06:49:28 +0000 (02:49 -0400)
commit60d0071b609ecb0aebe12aaedf34fe552da12c5b
tree59555a6112567fc794f290c72ddfcb0791e3fdaf
parentac01e97d644da8e947ffa1bde5083290fe2e36e7
spi/bfin_spi: work around anomaly 05000119

Anomaly 05000119 states that the DMA_RUN bit with peripherals isn't
reliable.  However, the way the driver is currently written (DMA IRQ
callback), we don't need the polling in the first place, so drop it.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/spi/spi_bfin5xx.c