Re: [PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART

2016-10-30 Thread Greg Kroah-Hartman
On Sun, Oct 30, 2016 at 04:49:30PM +0800, Kefeng Wang wrote: > > > On 2016/10/27 23:18, Greg Kroah-Hartman wrote: > > On Mon, Oct 24, 2016 at 11:59:20AM +0800, Kefeng Wang wrote: > >> Hi Greg, any more comments, thanks. > > > > Never wait, just resend if you have comments and you know you have t

Re: [PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART

2016-10-30 Thread Kefeng Wang
On 2016/10/27 23:18, Greg Kroah-Hartman wrote: > On Mon, Oct 24, 2016 at 11:59:20AM +0800, Kefeng Wang wrote: >> Hi Greg, any more comments, thanks. > > Never wait, just resend if you have comments and you know you have to > fix them up... > Hi Greg, as I mentioned in previous mail, compatible

Re: [PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART

2016-10-27 Thread Greg Kroah-Hartman
On Mon, Oct 24, 2016 at 11:59:20AM +0800, Kefeng Wang wrote: > Hi Greg, any more comments, thanks. Never wait, just resend if you have comments and you know you have to fix them up...

Re: [PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART

2016-10-23 Thread Kefeng Wang
Hi Greg, any more comments, thanks. On 2016/9/27 21:15, Kefeng Wang wrote: > > > On 2016/9/27 18:57, Greg Kroah-Hartman wrote: >> On Sat, Sep 24, 2016 at 05:14:25PM +0800, Kefeng Wang wrote: >>> Declare an OF early console for SBSA UART so that the early console device >>> can be specified via t

Re: [PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART

2016-09-27 Thread Kefeng Wang
On 2016/9/27 18:57, Greg Kroah-Hartman wrote: > On Sat, Sep 24, 2016 at 05:14:25PM +0800, Kefeng Wang wrote: >> Declare an OF early console for SBSA UART so that the early console device >> can be specified via the "stdout-path" property in device-tree. >> >> Cc: Russell King >> Cc: Greg Kroah-H

Re: [PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART

2016-09-27 Thread Greg Kroah-Hartman
On Sat, Sep 24, 2016 at 05:14:25PM +0800, Kefeng Wang wrote: > Declare an OF early console for SBSA UART so that the early console device > can be specified via the "stdout-path" property in device-tree. > > Cc: Russell King > Cc: Greg Kroah-Hartman > Signed-off-by: Kefeng Wang > --- > drivers

[PATCH 5/5] tty: amba-pl011: Add earlycon support for SBSA UART

2016-09-24 Thread Kefeng Wang
Declare an OF early console for SBSA UART so that the early console device can be specified via the "stdout-path" property in device-tree. Cc: Russell King Cc: Greg Kroah-Hartman Signed-off-by: Kefeng Wang --- drivers/tty/serial/amba-pl011.c | 1 + 1 file changed, 1 insertion(+) diff --git a/