serial: 8250: 8250_omap: Fix throttle to call stop_rx()
authorVignesh Raghavendra <vigneshr@ti.com>
Thu, 19 Mar 2020 10:32:30 +0000 (16:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Mar 2020 11:25:09 +0000 (12:25 +0100)
commitf4b042a050062b2dec456adfced13d61341939e2
tree8be002345700a4f9e97b1f2ca23274efd91c0cd6
parentf19c3f6c8109b8bab000afd35580929958e087a9
serial: 8250: 8250_omap: Fix throttle to call stop_rx()

Call stop_rx() to halt reception when throttle is requested. Update
unthrottle callback to restart reception.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20200319103230.16867-3-vigneshr@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_omap.c