Re: [U-Boot] [PATCH v2 08/11] drivers: serial_sifive: Fix baud rate calculation

2019-01-20 Thread Auer, Lukas
On Fri, 2019-01-18 at 11:19 +, Anup Patel wrote: > From: Atish Patra > > Compute the baud rate multipler with more precision. > > Signed-off-by: Atish Patra > Reviewed-by: Alexander Graf > --- > drivers/serial/serial_sifive.c | 28 ++-- > 1 file changed, 26 inserti

Re: [U-Boot] [PATCH v2 08/11] drivers: serial_sifive: Fix baud rate calculation

2019-01-18 Thread Anup Patel
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Friday, January 18, 2019 5:22 PM > To: Anup Patel ; Rick Chen ; > Bin Meng ; Joe Hershberger > ; Lukas Auer ; > Masahiro Yamada ; Simon Glass > > Cc: Palmer Dabbelt ; Paul Walmsley > ; Atish Patra ; > Christoph He

Re: [U-Boot] [PATCH v2 08/11] drivers: serial_sifive: Fix baud rate calculation

2019-01-18 Thread Alexander Graf
On 18.01.19 12:19, Anup Patel wrote: > From: Atish Patra > > Compute the baud rate multipler with more precision. > > Signed-off-by: Atish Patra Same here. Alex ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

[U-Boot] [PATCH v2 08/11] drivers: serial_sifive: Fix baud rate calculation

2019-01-18 Thread Anup Patel
From: Atish Patra Compute the baud rate multipler with more precision. Signed-off-by: Atish Patra Reviewed-by: Alexander Graf --- drivers/serial/serial_sifive.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/drivers/serial/serial_sifive.c b/d