]> Git Repo - linux.git/commit
serial: core: introduce uart_port_tx_flags()
authorJiri Slaby (SUSE) <[email protected]>
Thu, 1 Feb 2024 10:55:56 +0000 (11:55 +0100)
committerGreg Kroah-Hartman <[email protected]>
Tue, 6 Feb 2024 14:42:02 +0000 (14:42 +0000)
commit3ee07964d407411fd578a3bc998de44fd64d266a
treeb095262b93dc30eb566e7bd25021a6c0739b8e02
parent720e78d7fa0f1df905a42ae68e7e3b0f95e53946
serial: core: introduce uart_port_tx_flags()

And an enum with a flag: UART_TX_NOSTOP. To NOT call
__port->ops->stop_tx() when the circular buffer is empty. mxs-uart needs
this (see the next patch).

Signed-off-by: "Jiri Slaby (SUSE)" <[email protected]>
Cc: stable <[email protected]>
Tested-by: Emil Kronborg <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
include/linux/serial_core.h
This page took 0.064162 seconds and 4 git commands to generate.