]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: imx: add DMA support for imx6q
authorHuang Shijie <b32955@freescale.com>
Mon, 8 Jul 2013 09:14:18 +0000 (17:14 +0800)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:04 +0000 (09:54 +0800)
commit61d3312adc1ed91cbfbb01fe42bb1c31e52bfce9
tree056213777556214a503000a96842584a226c4192
parent548a24802ec12617a2de53fd69a3a05f0f21de47
serial: imx: add DMA support for imx6q

We only enable the DMA support when the following are meet:

  [1] The uart port supports the hardware flow control(CTS/RTS).
      (Some uart port does not support the CTS/RTS.)

  [2] The application enables the CTS/RTS.

  [3] The Soc is imx6q.
      For the sdma's firmware limit, we do not support the DMA except
      the imx6q platform.

  [4] The uart is not used as a console.

Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/imx.c