Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-02-02 Thread Greg Kroah-Hartman
On Mon, Feb 02, 2015 at 12:43:50AM -0500, Peter Hurley wrote: > On 02/02/2015 12:33 AM, Eddie Huang wrote: > > Hi Peter, > > > > On Sun, 2015-02-01 at 21:24 -0800, Greg Kroah-Hartman wrote: > >> On Mon, Feb 02, 2015 at 12:15:31AM -0500, Peter Hurley wrote: > >>> On 02/01/2015 11:28 PM, Greg Kroah-

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-02-01 Thread Peter Hurley
On 02/02/2015 12:33 AM, Eddie Huang wrote: > Hi Peter, > > On Sun, 2015-02-01 at 21:24 -0800, Greg Kroah-Hartman wrote: >> On Mon, Feb 02, 2015 at 12:15:31AM -0500, Peter Hurley wrote: >>> On 02/01/2015 11:28 PM, Greg Kroah-Hartman wrote: On Sun, Feb 01, 2015 at 10:45:12PM -0500, Peter Hurley

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-02-01 Thread Greg Kroah-Hartman
On Mon, Feb 02, 2015 at 12:15:31AM -0500, Peter Hurley wrote: > On 02/01/2015 11:28 PM, Greg Kroah-Hartman wrote: > > On Sun, Feb 01, 2015 at 10:45:12PM -0500, Peter Hurley wrote: > >> On 02/01/2015 10:16 PM, Eddie Huang wrote: > > >> I'll respin proper patches on top of Greg's tty-testing branch

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-02-01 Thread Peter Hurley
On 02/01/2015 11:28 PM, Greg Kroah-Hartman wrote: > On Sun, Feb 01, 2015 at 10:45:12PM -0500, Peter Hurley wrote: >> On 02/01/2015 10:16 PM, Eddie Huang wrote: >> I'll respin proper patches on top of Greg's tty-testing branch with reverts >> for the noinit options. I noticed that one of the noinit

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-02-01 Thread Greg Kroah-Hartman
On Sun, Feb 01, 2015 at 10:45:12PM -0500, Peter Hurley wrote: > On 02/01/2015 10:16 PM, Eddie Huang wrote: > > Hi Peter, > > > > On Sun, 2015-02-01 at 13:26 -0500, Peter Hurley wrote: > >> On 02/01/2015 11:27 AM, Peter Hurley wrote: > >>> Hi Eddie, > >>> > >>> On 01/12/2015 08:08 AM, Eddie Huang w

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-02-01 Thread Peter Hurley
On 02/01/2015 10:16 PM, Eddie Huang wrote: > Hi Peter, > > On Sun, 2015-02-01 at 13:26 -0500, Peter Hurley wrote: >> On 02/01/2015 11:27 AM, Peter Hurley wrote: >>> Hi Eddie, >>> >>> On 01/12/2015 08:08 AM, Eddie Huang wrote: Add earlycon support not only baudrate option, but also add noinit

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-02-01 Thread Peter Hurley
On 02/01/2015 09:45 PM, Eddie Huang wrote: > Hi Peter, > > On Sun, 2015-02-01 at 11:27 -0500, Peter Hurley wrote: >> Hi Eddie, >> >> On 01/12/2015 08:08 AM, Eddie Huang wrote: >>> Add earlycon support not only baudrate option, but also add noinit option. >>> If use noinit option, 8250 earlycon wil

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-02-01 Thread Peter Hurley
On 02/01/2015 11:27 AM, Peter Hurley wrote: > Hi Eddie, > > On 01/12/2015 08:08 AM, Eddie Huang wrote: >> Add earlycon support not only baudrate option, but also add noinit option. >> If use noinit option, 8250 earlycon will not init serial hardware and use >> loader setting. > > I see this went

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-02-01 Thread Peter Hurley
Hi Eddie, On 01/12/2015 08:08 AM, Eddie Huang wrote: > Add earlycon support not only baudrate option, but also add noinit option. > If use noinit option, 8250 earlycon will not init serial hardware and use > loader setting. I see this went into Greg's tty-testing branch. The only point of this i

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-01-12 Thread Alan Cox
On Mon, 2015-01-12 at 16:35 +0100, Arnd Bergmann wrote: > On Monday 12 January 2015 21:08:21 Eddie Huang wrote: > > Add earlycon support not only baudrate option, but also add noinit option. > > If use noinit option, 8250 earlycon will not init serial hardware and use > > loader setting. > > > > S

Re: [PATCH v2 1/4] tty: serial: Add 8250 earlycon to support noinit option

2015-01-12 Thread Arnd Bergmann
On Monday 12 January 2015 21:08:21 Eddie Huang wrote: > Add earlycon support not only baudrate option, but also add noinit option. > If use noinit option, 8250 earlycon will not init serial hardware and use > loader setting. > > Signed-off-by: Eddie Huang I probably missed something in the previ