]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial: meson: The system stuck when you run the stty command on the console...
authorYu Tu <yu.tu@amlogic.com>
Fri, 25 Feb 2022 07:39:21 +0000 (15:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Feb 2022 09:03:21 +0000 (10:03 +0100)
commite210cf6d6faf898787dc23acc5c032728086269e
tree968ccd2ff6ca9d9c55779e481e5841866744e68d
parent6b21ed4bd7883cc87ca7055a2330dabafb1496fd
tty: serial: meson: The system stuck when you run the stty command on the console to change the baud rate

Start the console and run the following commands in turn:
stty -F /dev/ttyAML0 115200 and stty -F /dev/ttyAML0 921600. The
system will stuck.

Signed-off-by: Yu Tu <yu.tu@amlogic.com>
Link: https://lore.kernel.org/r/20220225073922.3947-6-yu.tu@amlogic.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c