Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-26 Thread Uwe Kleine-König
Hello, On Wed, Sep 21, 2016 at 12:44:14PM +0200, Nicolas Ferre wrote: > From: Alexey Starikovskiy > > The problem with previous code was it rounded values in wrong > place and produced wrong baud rate in some cases. > > Signed-off-by: Alexey Starikovskiy

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-26 Thread Uwe Kleine-König
Hello, On Wed, Sep 21, 2016 at 12:44:14PM +0200, Nicolas Ferre wrote: > From: Alexey Starikovskiy > > The problem with previous code was it rounded values in wrong > place and produced wrong baud rate in some cases. > > Signed-off-by: Alexey Starikovskiy > [nicolas.fe...@atmel.com: port to

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-25 Thread Boris Brezillon
On Wed, 21 Sep 2016 12:44:14 +0200 Nicolas Ferre wrote: > From: Alexey Starikovskiy > > The problem with previous code was it rounded values in wrong > place and produced wrong baud rate in some cases. > > Signed-off-by: Alexey Starikovskiy

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-25 Thread Boris Brezillon
On Wed, 21 Sep 2016 12:44:14 +0200 Nicolas Ferre wrote: > From: Alexey Starikovskiy > > The problem with previous code was it rounded values in wrong > place and produced wrong baud rate in some cases. > > Signed-off-by: Alexey Starikovskiy > [nicolas.fe...@atmel.com: port to newer kernel

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-25 Thread Boris Brezillon
On Thu, 22 Sep 2016 11:43:08 +0200 Boris Brezillon wrote: > On Thu, 22 Sep 2016 09:39:04 +0200 > Boris Brezillon wrote: > > > On Thu, 22 Sep 2016 09:07:46 +0200 > > Uwe Kleine-König wrote:

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-25 Thread Boris Brezillon
On Thu, 22 Sep 2016 11:43:08 +0200 Boris Brezillon wrote: > On Thu, 22 Sep 2016 09:39:04 +0200 > Boris Brezillon wrote: > > > On Thu, 22 Sep 2016 09:07:46 +0200 > > Uwe Kleine-König wrote: > > > > > On Wed, Sep 21, 2016 at 12:44:14PM +0200, Nicolas Ferre wrote: > > > > From: Alexey

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-22 Thread Boris Brezillon
On Thu, 22 Sep 2016 09:39:04 +0200 Boris Brezillon wrote: > On Thu, 22 Sep 2016 09:07:46 +0200 > Uwe Kleine-König wrote: > > > On Wed, Sep 21, 2016 at 12:44:14PM +0200, Nicolas Ferre wrote: > > > From: Alexey Starikovskiy

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-22 Thread Boris Brezillon
On Thu, 22 Sep 2016 09:39:04 +0200 Boris Brezillon wrote: > On Thu, 22 Sep 2016 09:07:46 +0200 > Uwe Kleine-König wrote: > > > On Wed, Sep 21, 2016 at 12:44:14PM +0200, Nicolas Ferre wrote: > > > From: Alexey Starikovskiy > > > > > > The problem with previous code was it rounded values in

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-22 Thread Boris Brezillon
On Thu, 22 Sep 2016 09:07:46 +0200 Uwe Kleine-König wrote: > On Wed, Sep 21, 2016 at 12:44:14PM +0200, Nicolas Ferre wrote: > > From: Alexey Starikovskiy > > > > The problem with previous code was it rounded values in wrong > > place and

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-22 Thread Boris Brezillon
On Thu, 22 Sep 2016 09:07:46 +0200 Uwe Kleine-König wrote: > On Wed, Sep 21, 2016 at 12:44:14PM +0200, Nicolas Ferre wrote: > > From: Alexey Starikovskiy > > > > The problem with previous code was it rounded values in wrong > > place and produced wrong baud rate in some cases. > > > >

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-22 Thread Uwe Kleine-König
On Wed, Sep 21, 2016 at 12:44:14PM +0200, Nicolas Ferre wrote: > From: Alexey Starikovskiy > > The problem with previous code was it rounded values in wrong > place and produced wrong baud rate in some cases. > > Signed-off-by: Alexey Starikovskiy >

Re: [PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-22 Thread Uwe Kleine-König
On Wed, Sep 21, 2016 at 12:44:14PM +0200, Nicolas Ferre wrote: > From: Alexey Starikovskiy > > The problem with previous code was it rounded values in wrong > place and produced wrong baud rate in some cases. > > Signed-off-by: Alexey Starikovskiy > [nicolas.fe...@atmel.com: port to newer

[PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-21 Thread Nicolas Ferre
From: Alexey Starikovskiy The problem with previous code was it rounded values in wrong place and produced wrong baud rate in some cases. Signed-off-by: Alexey Starikovskiy [nicolas.fe...@atmel.com: port to newer kernel and add commit log] Signed-off-by:

[PATCH] tty/serial: atmel: fix fractional baud rate computation

2016-09-21 Thread Nicolas Ferre
From: Alexey Starikovskiy The problem with previous code was it rounded values in wrong place and produced wrong baud rate in some cases. Signed-off-by: Alexey Starikovskiy [nicolas.fe...@atmel.com: port to newer kernel and add commit log] Signed-off-by: Nicolas Ferre ---