Re: [PATCH v2] tty: msm_serial: remove static clk rate setting in probe

2016-04-19 Thread gpramod
On 2016-03-07 08:16, Srinivas Kandagatla wrote: The issue with setting up a fixed clock rate at probe is that it would overwrite the console rate set by the bootloader for its console device. This would result in serial out corruption or missing log when we system is booted with earlycon. This

Re: [PATCH v2] tty: msm_serial: remove static clk rate setting in probe

2016-04-18 Thread Andy Gross
On Mon, Mar 07, 2016 at 02:46:40AM +, Srinivas Kandagatla wrote: > The issue with setting up a fixed clock rate at probe is that it would > overwrite the console rate set by the bootloader for its console device. > This would result in serial out corruption or missing log when we system > is bo

[PATCH v2] tty: msm_serial: remove static clk rate setting in probe

2016-03-06 Thread Srinivas Kandagatla
The issue with setting up a fixed clock rate at probe is that it would overwrite the console rate set by the bootloader for its console device. This would result in serial out corruption or missing log when we system is booted with earlycon. This is not a issue if we boot system without earlycon.