Re: [PATCH 9/9] tty: serial_core: add tty NULL check in uart_port_startup

2016-09-11 Thread One Thousand Gnomes
On Fri, 9 Sep 2016 17:37:10 -0500 Rob Herring wrote: > If we don't have a tty when calling uart_port_startup, skip the baudrate > and modem control setup which depend on tty->termios struct. Either > tty_port clients will configure the line in a separate call or we'll > move termios into the tty

[PATCH 9/9] tty: serial_core: add tty NULL check in uart_port_startup

2016-09-09 Thread Rob Herring
If we don't have a tty when calling uart_port_startup, skip the baudrate and modem control setup which depend on tty->termios struct. Either tty_port clients will configure the line in a separate call or we'll move termios into the tty_port. Signed-off-by: Rob Herring --- drivers/tty/serial/seri