]> Gentwo Git Trees - linux/.git/commit
serial: 8250: extract serial8250_set_trigger_for_slow_speed()
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Wed, 11 Jun 2025 10:03:05 +0000 (12:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jun 2025 11:42:35 +0000 (13:42 +0200)
commitcc7c9cbef4e6e7e366c30898384e5fb3e52f0722
treefa18154d9dc77effba1601310991aa1d6d495480
parent0fa5aa0b59b3f1825e3e66de9c8e87f6214a93a8
serial: 8250: extract serial8250_set_trigger_for_slow_speed()

serial8250_do_set_termios() consists of many registers and up flags
settings. Extract all these into separate functions. This time, setting
of trigger level for slow speeds.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20250611100319.186924-20-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c