Re: [PATCH] serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART

2016-06-11 Thread Kefeng Wang
On 2016/5/20 5:35, Jon Mason wrote: > On Thu, May 19, 2016 at 09:45:33AM +0800, Kefeng Wang wrote: >> +Cc Jon and arm-kernel mailist >> >> Any comments, thanks. > > It works for me. Please feel free to add > > Tested-by: Jon Mason Thanks Jon, hi Greg, ping... BRs, Kefeng > > Thanks, > Jon

Re: [PATCH] serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART

2016-05-19 Thread Jon Mason
On Thu, May 19, 2016 at 09:45:33AM +0800, Kefeng Wang wrote: > +Cc Jon and arm-kernel mailist > > Any comments, thanks. It works for me. Please feel free to add Tested-by: Jon Mason Thanks, Jon > > Kefeng > > On 2016/5/11 14:06, Kefeng Wang wrote: > > Some board like Hisilicon D02 uses Syn

Re: [PATCH] serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART

2016-05-18 Thread Kefeng Wang
+Cc Jon and arm-kernel mailist Any comments, thanks. Kefeng On 2016/5/11 14:06, Kefeng Wang wrote: > Some board like Hisilicon D02 uses Synopsys DesignWare ABP UART, declare an > OF early console for it, so early console device can be enabled with comand > line "earlycon"(without option) via the

[PATCH] serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UART

2016-05-10 Thread Kefeng Wang
Some board like Hisilicon D02 uses Synopsys DesignWare ABP UART, declare an OF early console for it, so early console device can be enabled with comand line "earlycon"(without option) via the "stdout-path" property in device-tree. Signed-off-by: Kefeng Wang --- drivers/tty/serial/8250/8250_early