Re: [PATCH 2/2] serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE

2015-12-21 Thread Paul Gortmaker
On Tue, Oct 27, 2015 at 10:20 AM, Peter Hurley wrote: > On 10/23/2015 09:31 AM, Masahiro Yamada wrote: >> This UART driver should not depend on the console. They should be >> orthogonal. >> >> Surround the earlycon code with CONFIG_SERIAL_EARLYCON conditional >> and rip off "depends on

Re: [PATCH 2/2] serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE

2015-12-21 Thread Paul Gortmaker
On Tue, Oct 27, 2015 at 10:20 AM, Peter Hurley wrote: > On 10/23/2015 09:31 AM, Masahiro Yamada wrote: >> This UART driver should not depend on the console. They should be >> orthogonal. >> >> Surround the earlycon code with CONFIG_SERIAL_EARLYCON conditional >> and rip

Re: [PATCH 2/2] serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE

2015-10-27 Thread Peter Hurley
On 10/23/2015 09:31 AM, Masahiro Yamada wrote: > This UART driver should not depend on the console. They should be > orthogonal. > > Surround the earlycon code with CONFIG_SERIAL_EARLYCON conditional > and rip off "depends on SERIAL_8250_CONSOLE". Reviewed-by: Peter Hurley PS - While

Re: [PATCH 2/2] serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE

2015-10-27 Thread Peter Hurley
On 10/23/2015 09:31 AM, Masahiro Yamada wrote: > This UART driver should not depend on the console. They should be > orthogonal. > > Surround the earlycon code with CONFIG_SERIAL_EARLYCON conditional > and rip off "depends on SERIAL_8250_CONSOLE". Reviewed-by: Peter Hurley

[PATCH 2/2] serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE

2015-10-23 Thread Masahiro Yamada
This UART driver should not depend on the console. They should be orthogonal. Surround the earlycon code with CONFIG_SERIAL_EARLYCON conditional and rip off "depends on SERIAL_8250_CONSOLE". Signed-off-by: Masahiro Yamada --- Currently, SERIAL_8250_FSL also depends on SERIAL_8250_CONSOLE, but

[PATCH 2/2] serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE

2015-10-23 Thread Masahiro Yamada
This UART driver should not depend on the console. They should be orthogonal. Surround the earlycon code with CONFIG_SERIAL_EARLYCON conditional and rip off "depends on SERIAL_8250_CONSOLE". Signed-off-by: Masahiro Yamada --- Currently, SERIAL_8250_FSL also