tty: serial: fsl_lpuart: make rx_watermark configurable for different platforms
authorSherry Sun <sherry.sun@nxp.com>
Mon, 30 Jan 2023 06:44:44 +0000 (14:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Jan 2023 09:53:39 +0000 (10:53 +0100)
commit34ebb26f12a84b744f43c5c4869516f122a2dfaa
tree003148141d526b755f2750cab214385127227bdd
parent8a79052c329ed7d738411286dba8c5896fa96140
tty: serial: fsl_lpuart: make rx_watermark configurable for different platforms

Add rx_watermark parameter for struct lpuart_port to make the receive
watermark configurable for different platforms.
No function changed.

Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
Link: https://lore.kernel.org/r/20230130064449.9564-2-sherry.sun@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c