]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tty: serial: msm_serial: Fix XON/XOFF
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Mon, 20 May 2019 18:38:48 +0000 (20:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Jun 2019 10:22:42 +0000 (12:22 +0200)
commit2e6514aad1e5a02ba17c172c367dc554dc343c1f
tree733a1936442c1d61eb9d4405f02b90dccc3943a4
parent1bf3c11305f4bfea61fb7610bbe2a919333504ea
tty: serial: msm_serial: Fix XON/XOFF

commit 61c0e37950b88bad590056286c1d766b1f167f4e upstream.

When the tty layer requests the uart to throttle, the current code
executing in msm_serial will trigger "Bad mode in Error Handler" and
generate an invalid stack frame in pstore before rebooting (that is if
pstore is indeed configured: otherwise the user shall just notice a
reboot with no further information dumped to the console).

This patch replaces the PIO byte accessor with the word accessor
already used in PIO mode.

Fixes: 68252424a7c7 ("tty: serial: msm: Support big-endian CPUs")
Cc: stable@vger.kernel.org
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/msm_serial.c