Re: [PATCH v4 2/3] serial: 8250: export serial8250_do_set_divisor()

2018-07-10 Thread Andy Shevchenko
On Tue, 2018-07-10 at 11:13 +0800, Jisheng Zhang wrote: > Some drivers could call serial8250_do_set_divisor() to complete its > own set_divisor routine. Export this symbol for code reusing. > I dunno Greg's preferences here, but it could be merged with patch 1. In any case, Reviewed-by: Andy Sh

[PATCH v4 2/3] serial: 8250: export serial8250_do_set_divisor()

2018-07-09 Thread Jisheng Zhang
Some drivers could call serial8250_do_set_divisor() to complete its own set_divisor routine. Export this symbol for code reusing. Signed-off-by: Jisheng Zhang --- drivers/tty/serial/8250/8250_port.c | 5 +++-- include/linux/serial_8250.h | 3 +++ 2 files changed, 6 insertions(+), 2 delet