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

serial8250_do_set_termios() consists of many registers and up flags
settings. Extract all these into separate functions. This time, setting
of EFR for UART_CAP_EFR ports.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20250611100319.186924-24-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c