Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d9211a3e authored by Maria Yu's avatar Maria Yu Committed by Tengfei Fan
Browse files

tty: serial: msm: Avoid to start tx when port suspended



No need to start uart tx when the port is suspended.
Also there is a race condition during system suspend process
and flush_to_ldisc work. When uart port suspended, it
will disable clocks and if the flush_to_ldisc work try to
do a uart start tx it will cause a noc error.

Change-Id: Ia1327837de03fc1bf827b891f8a0fc4b1bfdcfec
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
Signed-off-by: default avatarTengfei Fan <tengfeif@codeaurora.org>
parent 2fbf73da
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment