Re: [PATCH 6/8] tty/serial: pl011: add generic earlycon support

2014-04-23 Thread Catalin Marinas
On Wed, Apr 16, 2014 at 11:14:28PM +0100, Rob Herring wrote: > On Mon, Mar 24, 2014 at 6:28 AM, Catalin Marinas > wrote: > > On Fri, Mar 21, 2014 at 09:08:46PM +, Rob Herring wrote: > >> From: Rob Herring > >> > >> Add earlycon support for the pl011 serial port. This allows enabling > >> the

Re: [PATCH 6/8] tty/serial: pl011: add generic earlycon support

2014-04-16 Thread Rob Herring
On Mon, Mar 24, 2014 at 6:28 AM, Catalin Marinas wrote: > On Fri, Mar 21, 2014 at 09:08:46PM +, Rob Herring wrote: >> From: Rob Herring >> >> Add earlycon support for the pl011 serial port. This allows enabling >> the pl011 for console when early_params are processed. This is based >> on the

Re: [PATCH 6/8] tty/serial: pl011: add generic earlycon support

2014-03-24 Thread Catalin Marinas
On Fri, Mar 21, 2014 at 09:08:46PM +, Rob Herring wrote: > From: Rob Herring > > Add earlycon support for the pl011 serial port. This allows enabling > the pl011 for console when early_params are processed. This is based > on the arm64 earlyprintk support and is intended to replace it. > > S

[PATCH 6/8] tty/serial: pl011: add generic earlycon support

2014-03-21 Thread Rob Herring
From: Rob Herring Add earlycon support for the pl011 serial port. This allows enabling the pl011 for console when early_params are processed. This is based on the arm64 earlyprintk support and is intended to replace it. Signed-off-by: Rob Herring Cc: Russell King Cc: Greg Kroah-Hartman Cc: Ji