Re: [PATCH] tty: serial: meson: Add support for XTAL clock input

2016-02-09 Thread Carlo Caione
On Mon, Feb 8, 2016 at 1:49 PM, Andreas Färber wrote: > Fix the baudrate calculation for 24 MHz XTAL clock found on gxbb platforms. > > Signed-off-by: Andreas Färber Acked-by: Carlo Caione Thanks! -- Carlo Caione

Re: [PATCH] tty: serial: meson: Add support for XTAL clock input

2016-02-09 Thread Carlo Caione
On Mon, Feb 8, 2016 at 1:49 PM, Andreas Färber wrote: > Fix the baudrate calculation for 24 MHz XTAL clock found on gxbb platforms. > > Signed-off-by: Andreas Färber Acked-by: Carlo Caione Thanks! -- Carlo Caione

[PATCH] tty: serial: meson: Add support for XTAL clock input

2016-02-08 Thread Andreas Färber
Fix the baudrate calculation for 24 MHz XTAL clock found on gxbb platforms. Signed-off-by: Andreas Färber --- Forward-ported from vendor kernel. On top of my meson earlycon patch. drivers/tty/serial/meson_uart.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git

[PATCH] tty: serial: meson: Add support for XTAL clock input

2016-02-08 Thread Andreas Färber
Fix the baudrate calculation for 24 MHz XTAL clock found on gxbb platforms. Signed-off-by: Andreas Färber --- Forward-ported from vendor kernel. On top of my meson earlycon patch. drivers/tty/serial/meson_uart.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-)