serial/uuc_uart: Support higher bitrates than 115200 Bit/s
authorAlexander Stein <alexander.stein@systec-electronic.com>
Thu, 9 Jul 2015 08:34:34 +0000 (10:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 01:05:00 +0000 (18:05 -0700)
commite5eb517dd80e4da3055895f8aa3547c2bfd5e675
tree880b344d4bb2859a5655b38c8d5f53227b2371e0
parent7e8af24fbe6160c1529ff7fe67bf8b72b73b67e4
serial/uuc_uart: Support higher bitrates than 115200 Bit/s

The maximum bitrate supported depends on the clock rate used in BRG.
This is stored in port.uartclk during probe. Respecting the 16x
oversampling higher bitrates can be supported.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/ucc_uart.c