]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00179696 MX6Q/UART : fix the wrong DMA tranfer direction.
authorHuang Shijie <b32955@freescale.com>
Mon, 16 Apr 2012 02:54:12 +0000 (10:54 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:33 +0000 (14:11 +0200)
commit05d5a433fb6037c6d9e6cd599e45c820176065ca
treea286bf956711db33952b6b934eb8e14e51a0d5e2
parent29e09dfd9e524deb677a0f8051ffd3750517b0d8
ENGR00179696 MX6Q/UART : fix the wrong DMA tranfer direction.

The current SDMA use the new DMA tranfer direction. But the UART still
uses the old. This cause the RX failed.
So use the new DMA transfer direction for UART.

Signed-off-by: Huang Shijie <b32955@freescale.com>
drivers/tty/serial/imx.c