Re: [PATCHv2] tty: xilinx_uartps: move to arch_initcall for earlier console

2017-09-20 Thread Michal Simek
On 20.9.2017 08:50, Shubhrajyoti Datta wrote: > move to arch_initcall to get the console up really early, it is > quite helpful for spotting early boot problems. > > Signed-off-by: Shubhrajyoti Datta > --- > drivers/tty/serial/xilinx_uartps.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(

[PATCHv2] tty: xilinx_uartps: move to arch_initcall for earlier console

2017-09-19 Thread Shubhrajyoti Datta
move to arch_initcall to get the console up really early, it is quite helpful for spotting early boot problems. Signed-off-by: Shubhrajyoti Datta --- drivers/tty/serial/xilinx_uartps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/xilinx_uartps.c b/drive