Re: [PATCH] tty: serial: msm_serial: Remove __init from msm_console_setup()

2019-02-16 Thread Bjorn Andersson
On Sat 16 Feb 21:05 PST 2019, Jeffrey Hugo wrote: > Due to the complexities of modern Qualcomm SoCs, about a half dozen drivers > must successfully probe before the clocks for the console are present, and > the console can successfully probe. Depending on several random factors > such as probe

[PATCH] tty: serial: msm_serial: Remove __init from msm_console_setup()

2019-02-16 Thread Jeffrey Hugo
Due to the complexities of modern Qualcomm SoCs, about a half dozen drivers must successfully probe before the clocks for the console are present, and the console can successfully probe. Depending on several random factors such as probe order and modules vs builtin, msm_serial may not be able to