Re: [PATCH] tty: serial: msm: Support more bauds

2016-04-18 Thread Andy Gross
On Fri, Mar 25, 2016 at 02:35:49PM -0700, Stephen Boyd wrote: > Fixes: 850b37a71bde ("tty: serial: msm: Remove 115.2 Kbps maximum baud rate > limitation") > Cc: "Ivan T. Ivanov" > Cc: Srinivas Kandagatla > Cc: Andy Gross > Cc: Matthew McClintock > Signed-off-by: Stephen Boyd Acked-by: And

RE: [PATCH] tty: serial: msm: Support more bauds

2016-04-06 Thread cprundea
On 25/03/16 21:35, Stephen Boyd wrote: The msm_find_best_baud() function is written with the assumption that the port->uartclk rate is fixed to a particular rate at boot time, but now this driver changes that clk rate at runtime when the baud is changed. The way the hardware works is that an inp

Re: [PATCH] tty: serial: msm: Support more bauds

2016-03-29 Thread Bjorn Andersson
On Fri 25 Mar 14:35 PDT 2016, Stephen Boyd wrote: > The msm_find_best_baud() function is written with the assumption > that the port->uartclk rate is fixed to a particular rate at boot > time, but now this driver changes that clk rate at runtime when > the baud is changed. > > The way the hardwar

Re: [PATCH] tty: serial: msm: Support more bauds

2016-03-29 Thread Srinivas Kandagatla
On 25/03/16 21:35, Stephen Boyd wrote: The msm_find_best_baud() function is written with the assumption that the port->uartclk rate is fixed to a particular rate at boot time, but now this driver changes that clk rate at runtime when the baud is changed. The way the hardware works is that an i