Re: [U-Boot] [PATCH v3 2/2] dm: serial: bcm6345: fix baud rate clock calculation

2017-05-22 Thread Álvaro Fernández Rojas
Hi Daniel, It looks like this is not the correct way to calculate it either.I will send a proper patch later today.I'm very sorry for the inconvenience. Regards,Álvaro.

Re: [U-Boot] [PATCH v3 2/2] dm: serial: bcm6345: fix baud rate clock calculation

2017-05-20 Thread Daniel Schwierzeck
Am 18.05.2017 um 23:09 schrieb Álvaro Fernández Rojas: > It's currently bugged and doesn't work for even cases. > Right shift bits instead of dividing and fix even cases. > > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/serial/serial_bcm6345.c | 10 -- > 1 file changed, 4 inse

[U-Boot] [PATCH v3 2/2] dm: serial: bcm6345: fix baud rate clock calculation

2017-05-18 Thread Álvaro Fernández Rojas
It's currently bugged and doesn't work for even cases. Right shift bits instead of dividing and fix even cases. Signed-off-by: Álvaro Fernández Rojas --- drivers/serial/serial_bcm6345.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/serial/serial_bcm6345.c