aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorRickard x Andersson <[email protected]>2024-02-21 12:53:04 +0100
committerGreg Kroah-Hartman <[email protected]>2024-03-02 22:10:35 +0100
commit672448ccf9b6a676f96f9352cbf91f4d35f4084a (patch)
tree7b87830fc681efcaf361fe616fbce65df0a85990 /tools/perf/scripts/python/export-to-postgresql.py
parentd206a76d7d2726f3b096037f2079ce0bd3ba329b (diff)
tty: serial: imx: Fix broken RS485
When about to transmit the function imx_uart_start_tx is called and in some RS485 configurations this function will call imx_uart_stop_rx. The problem is that imx_uart_stop_rx will enable loopback in order to release the RS485 bus, but when loopback is enabled transmitted data will just be looped to RX. This patch fixes the above problem by not enabling loopback when about to transmit. This driver now works well when used for RS485 half duplex master configurations. Fixes: 79d0224f6bf2 ("tty: serial: imx: Handle RS485 DE signal active high") Cc: stable <[email protected]> Signed-off-by: Rickard x Andersson <[email protected]> Tested-by: Christoph Niedermaier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions