From: Sebastian Andrzej Siewior Date: Fri, 26 Sep 2014 13:23:12 +0000 (+0200) Subject: tty: serial: 8250_omap: add custom DMA-RX callback X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5412dd333f4fcb620f0843b174c9ae32459c77c7;p=pandora-kernel.git tty: serial: 8250_omap: add custom DMA-RX callback The omap needs a DMA request pending right away. If it is enqueued once the bytes are in the FIFO then nothing will happen and the FIFO will be later purged via RX-timeout interrupt. This patch enqueues RX-DMA request on completion but not if it was aborted on error. The first enqueue will happen in the driver in startup. Signed-off-by: Sebastian Andrzej Siewior --- Reading git-diff-tree failed