mbox series

[v3,0/2] Implement support for inverted serial TX/RX on i.MX

Message ID 20200212163538.3006-1-ghilliard@kopismobile.com
Headers show
Series Implement support for inverted serial TX/RX on i.MX | expand

Message

George Hilliard Feb. 12, 2020, 4:35 p.m. UTC
This peripheral has dedicated control bits that flip input/output
signals before handing them off to the OS.  This is useful on my
hardware because the UART is connected to an RS-422 transceiver with the
+/- pins hooked up backward.  Instead of a hack flipping all the bits
before sending them, the hardware can do it for free.

Revision 3 sets *and* clears the bit as necessary during startup.  It
also moves init before transmit is enabled.

George Hilliard (2):
  dt-bindings: serial: document fsl,inverted-tx and -rx options
  tty: imx serial: Implement support for reversing TX and RX polarity

 .../bindings/serial/fsl-imx-uart.txt          |  4 +++
 drivers/tty/serial/imx.c                      | 29 +++++++++++++++----
 2 files changed, 27 insertions(+), 6 deletions(-)