[V3] drivers/tty/serial/qcom-geni-serial: Do stop_rx in suspend path

From: Vijaya Krishna Nivarthi
Date: Thu Apr 07 2022 - 03:26:48 EST


V1 patch contained additional unrelated changes in vicinity
a) replace hardcoded flags with macros
b) perform voting before calling resume_port in resume sequence
c) consequent to b, swap the order in suspend sequence as well
These will be take up in later patches after this one lands.
Thank you.

Vijaya Krishna Nivarthi (1):
drivers/tty/serial/qcom-geni-serial: Do stop_rx in suspend path for
console if console_suspend is disabled

drivers/tty/serial/qcom_geni_serial.c | 4 ++++
1 file changed, 4 insertions(+)

--