Skip to content

Commit

Permalink
serial: imx: add DMA support for imx6q
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Huang Shijie authored and Greg Kroah-Hartman committed Jul 26, 2013
1 parent 09bd00f commit b4cdc8f
Showing 1 changed file with 400 additions and 5 deletions.
Loading

0 comments on commit b4cdc8f

Please sign in to comment.