OSDN Git Service

serial: 8250_mtk: support big baud rate.
authorEddie Huang <eddie.huang@mediatek.com>
Fri, 12 Aug 2016 02:41:11 +0000 (10:41 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Aug 2016 14:01:26 +0000 (16:01 +0200)
commit81bb549fdf144582f57d1df65a2517beb418dc8b
treef5a000dff088cf53f013c7b5f18d152fd425ed20
parent490d5ce2d0130540f2003c2d01c921fe0917607d
serial: 8250_mtk: support big baud rate.

mediatek can support baud rate up to 4M.
the 'uart_get_baud_rate' function will limit the max baud rate.
Modify max baud to remove the limit.

Signed-off-by: Long Cheng <long.cheng@mediatek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_mtk.c
drivers/tty/serial/8250/8250_port.c