Re: [PATCH] serial : convert early_uart to earlycon for 8250 fix 3 alias

2007-06-22 Thread Andy Whitcroft
Yinghai Lu wrote: > [PATCH] serial : convert early_uart to earlycon for 8250 fix 3 alias > > make the console=uart,io,0x3f8,9600n8 like console=uart8250,io,0x3f8,9600 > suggested by Andy Whitcroft. > > Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> > > --- a/Documentation/kernel-parameters.txt

Re: PATCH] serial: convert early_uart to earlycon for 8250

2007-05-28 Thread Yinghai Lu
On 5/28/07, Russell King <[EMAIL PROTECTED]> wrote: I can't comment on the arch specific bits. As a general note, I think this is over complex. For instance, the additional hook in serial_core to call the find_port_for_earlycon method isn't needed because you can call serial8250_find_port_for_e

Re: PATCH] serial: convert early_uart to earlycon for 8250

2007-05-28 Thread Russell King
I can't comment on the arch specific bits. As a general note, I think this is over complex. For instance, the additional hook in serial_core to call the find_port_for_earlycon method isn't needed because you can call serial8250_find_port_for_earlycon() from within serial8250_console_setup(). You