From: Sebastian Andrzej Siewior Date: Mon, 29 Sep 2014 18:06:42 +0000 (+0200) Subject: tty: serial: 8250: allow to use custom DMA implementation X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1a297bb044265efafd9b941d00d52cb66835695;p=pandora-kernel.git tty: serial: 8250: allow to use custom DMA implementation The OMAP has a few corner cases where it needs a share of kindness of affection to do the right thing. Heikki Krogerus suggested that instead adding the quirks into the default DMA implementation, OMAP could get its own copy of the function. And Alan suggested the same thing so here we go. This patch provides callbacks for custom TX/RX DMA implementation. If there are not setup / used, then the default (current) implementation is used. Signed-off-by: Sebastian Andrzej Siewior Reviewed-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed