]> git.baikalelectronics.ru Git - kernel.git/commit
dmaenegine: edma: allow pause/resume for non-cyclic mode
authorJohn Ogness <john.ogness@linutronix.de>
Mon, 27 Apr 2015 11:52:25 +0000 (13:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 May 2015 20:27:01 +0000 (22:27 +0200)
commita150eedac9a04b61e016de94458b9dd84d6fcf73
treea0dfd489c1fe9005fee785cf6ee7418c77172430
parent60107e85a74bb28341c5009ba842f690b8c7013d
dmaenegine: edma: allow pause/resume for non-cyclic mode

The 8250_omap serial driver relies on dmaengine_pause() actually
pausing the DMA transfer. Before this patch dmaengine_pause() is
a NOP for non-cylic DMA transfers. This allowed the 8250_omap
driver to read DMA buffers while the DMA was still active,
resulting in lost serial data.

Signed-off-by: John Ogness <john.ogness@linutronix.de>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/edma.c