Dear sir.
we board have four uart work with RS485 (UART1 UART2 UART3 UART5) kernel 3.14.52

we modify the file : driver/tty/serial/imx.c
the uart look seem work ok when only one uart work
but more than one rs485 uart work together, will can't read data when uart A is r/w data during B is r/w data.
how to fix.
Had Fix issue.
the point is tx chang to rx, must wait tx send data complete.