Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-12-20 Thread Florian Fainelli
Le 12/20/18 à 9:38 AM, Guenter Roeck a écrit : > On Thu, Dec 20, 2018 at 04:21:11PM +0100, Greg Kroah-Hartman wrote: >> On Wed, Nov 14, 2018 at 05:11:25PM -0800, Guenter Roeck wrote: >>> On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: It is way too easy to miss enabling

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-12-20 Thread Guenter Roeck
On Thu, Dec 20, 2018 at 04:21:11PM +0100, Greg Kroah-Hartman wrote: > On Wed, Nov 14, 2018 at 05:11:25PM -0800, Guenter Roeck wrote: > > On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: > > > It is way too easy to miss enabling SERIAL_OF_PLATFORM which would > > > result in the

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-12-20 Thread Greg Kroah-Hartman
On Wed, Nov 14, 2018 at 05:11:25PM -0800, Guenter Roeck wrote: > On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: > > It is way too easy to miss enabling SERIAL_OF_PLATFORM which would > > result in the inability for the kernel to have a valid console device, > > which can be seen

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-23 Thread Guenter Roeck
On Mon, Nov 19, 2018 at 12:50:50PM -0800, Guenter Roeck wrote: > On Mon, Nov 19, 2018 at 10:44:30AM -0800, Florian Fainelli wrote: > > On 11/15/18 5:16 PM, Guenter Roeck wrote: > > > On Thu, Nov 15, 2018 at 11:48:20AM -0800, Florian Fainelli wrote: > > >> > > >> OK, would you mind testing this

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-23 Thread Guenter Roeck
On Mon, Nov 19, 2018 at 12:50:50PM -0800, Guenter Roeck wrote: > On Mon, Nov 19, 2018 at 10:44:30AM -0800, Florian Fainelli wrote: > > On 11/15/18 5:16 PM, Guenter Roeck wrote: > > > On Thu, Nov 15, 2018 at 11:48:20AM -0800, Florian Fainelli wrote: > > >> > > >> OK, would you mind testing this

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-19 Thread Guenter Roeck
On Mon, Nov 19, 2018 at 10:44:30AM -0800, Florian Fainelli wrote: > On 11/15/18 5:16 PM, Guenter Roeck wrote: > > On Thu, Nov 15, 2018 at 11:48:20AM -0800, Florian Fainelli wrote: > >> > >> OK, would you mind testing this below? It seems to me that 8250_of.c is > >> incompatible with

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-19 Thread Guenter Roeck
On Mon, Nov 19, 2018 at 10:44:30AM -0800, Florian Fainelli wrote: > On 11/15/18 5:16 PM, Guenter Roeck wrote: > > On Thu, Nov 15, 2018 at 11:48:20AM -0800, Florian Fainelli wrote: > >> > >> OK, would you mind testing this below? It seems to me that 8250_of.c is > >> incompatible with

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-19 Thread Florian Fainelli
On 11/15/18 5:16 PM, Guenter Roeck wrote: > On Thu, Nov 15, 2018 at 11:48:20AM -0800, Florian Fainelli wrote: >> >> OK, would you mind testing this below? It seems to me that 8250_of.c is >> incompatible with arch/powerpc/kernel/legacy_serial.c and that is what >> is causing the issue here. >> >>

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-19 Thread Florian Fainelli
On 11/15/18 5:16 PM, Guenter Roeck wrote: > On Thu, Nov 15, 2018 at 11:48:20AM -0800, Florian Fainelli wrote: >> >> OK, would you mind testing this below? It seems to me that 8250_of.c is >> incompatible with arch/powerpc/kernel/legacy_serial.c and that is what >> is causing the issue here. >> >>

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Guenter Roeck
On Thu, Nov 15, 2018 at 11:48:20AM -0800, Florian Fainelli wrote: > > OK, would you mind testing this below? It seems to me that 8250_of.c is > incompatible with arch/powerpc/kernel/legacy_serial.c and that is what > is causing the issue here. > > diff --git a/drivers/tty/serial/8250/Kconfig >

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Guenter Roeck
On Thu, Nov 15, 2018 at 11:48:20AM -0800, Florian Fainelli wrote: > > OK, would you mind testing this below? It seems to me that 8250_of.c is > incompatible with arch/powerpc/kernel/legacy_serial.c and that is what > is causing the issue here. > > diff --git a/drivers/tty/serial/8250/Kconfig >

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Florian Fainelli
On 11/15/18 9:25 AM, Guenter Roeck wrote: > On Thu, Nov 15, 2018 at 09:19:14AM -0800, Florian Fainelli wrote: >> >> >> On 11/14/2018 9:38 PM, Guenter Roeck wrote: >>> On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: On November 14, 2018 5:11:25 PM PST, Guenter Roeck

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Florian Fainelli
On 11/15/18 9:25 AM, Guenter Roeck wrote: > On Thu, Nov 15, 2018 at 09:19:14AM -0800, Florian Fainelli wrote: >> >> >> On 11/14/2018 9:38 PM, Guenter Roeck wrote: >>> On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: On November 14, 2018 5:11:25 PM PST, Guenter Roeck

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Guenter Roeck
On Thu, Nov 15, 2018 at 09:19:14AM -0800, Florian Fainelli wrote: > > > On 11/14/2018 9:38 PM, Guenter Roeck wrote: > > On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: > >> > >> > >> On November 14, 2018 5:11:25 PM PST, Guenter Roeck > >> wrote: > >>> On Thu, Nov 01, 2018 at

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Guenter Roeck
On Thu, Nov 15, 2018 at 09:19:14AM -0800, Florian Fainelli wrote: > > > On 11/14/2018 9:38 PM, Guenter Roeck wrote: > > On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: > >> > >> > >> On November 14, 2018 5:11:25 PM PST, Guenter Roeck > >> wrote: > >>> On Thu, Nov 01, 2018 at

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Florian Fainelli
On 11/14/2018 9:36 PM, Guenter Roeck wrote: > On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: >> >> >> On November 14, 2018 5:11:25 PM PST, Guenter Roeck >> wrote: >>> On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: It is way too easy to miss enabling

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Florian Fainelli
On 11/14/2018 9:36 PM, Guenter Roeck wrote: > On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: >> >> >> On November 14, 2018 5:11:25 PM PST, Guenter Roeck >> wrote: >>> On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: It is way too easy to miss enabling

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Florian Fainelli
On 11/14/2018 9:38 PM, Guenter Roeck wrote: > On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: >> >> >> On November 14, 2018 5:11:25 PM PST, Guenter Roeck >> wrote: >>> On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: It is way too easy to miss enabling

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-15 Thread Florian Fainelli
On 11/14/2018 9:38 PM, Guenter Roeck wrote: > On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: >> >> >> On November 14, 2018 5:11:25 PM PST, Guenter Roeck >> wrote: >>> On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: It is way too easy to miss enabling

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-14 Thread Guenter Roeck
On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: > > > On November 14, 2018 5:11:25 PM PST, Guenter Roeck wrote: > >On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: > >> It is way too easy to miss enabling SERIAL_OF_PLATFORM which would > >> result in the

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-14 Thread Guenter Roeck
On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: > > > On November 14, 2018 5:11:25 PM PST, Guenter Roeck wrote: > >On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: > >> It is way too easy to miss enabling SERIAL_OF_PLATFORM which would > >> result in the

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-14 Thread Guenter Roeck
On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: > > > On November 14, 2018 5:11:25 PM PST, Guenter Roeck wrote: > >On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: > >> It is way too easy to miss enabling SERIAL_OF_PLATFORM which would > >> result in the

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-14 Thread Guenter Roeck
On Wed, Nov 14, 2018 at 07:56:47PM -0800, Florian Fainelli wrote: > > > On November 14, 2018 5:11:25 PM PST, Guenter Roeck wrote: > >On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: > >> It is way too easy to miss enabling SERIAL_OF_PLATFORM which would > >> result in the

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-14 Thread Florian Fainelli
On November 14, 2018 5:11:25 PM PST, Guenter Roeck wrote: >On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: >> It is way too easy to miss enabling SERIAL_OF_PLATFORM which would >> result in the inability for the kernel to have a valid console >device, >> which can be seen

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-14 Thread Florian Fainelli
On November 14, 2018 5:11:25 PM PST, Guenter Roeck wrote: >On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: >> It is way too easy to miss enabling SERIAL_OF_PLATFORM which would >> result in the inability for the kernel to have a valid console >device, >> which can be seen

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-14 Thread Guenter Roeck
On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: > It is way too easy to miss enabling SERIAL_OF_PLATFORM which would > result in the inability for the kernel to have a valid console device, > which can be seen with: > > Warning: unable to open an initial console. > > and then:

Re: [PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-14 Thread Guenter Roeck
On Thu, Nov 01, 2018 at 11:26:06AM -0700, Florian Fainelli wrote: > It is way too easy to miss enabling SERIAL_OF_PLATFORM which would > result in the inability for the kernel to have a valid console device, > which can be seen with: > > Warning: unable to open an initial console. > > and then:

[PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-01 Thread Florian Fainelli
It is way too easy to miss enabling SERIAL_OF_PLATFORM which would result in the inability for the kernel to have a valid console device, which can be seen with: Warning: unable to open an initial console. and then: Run /init as init process Kernel panic - not syncing: Attempted to kill init!

[PATCH] serial: 8250: Default SERIAL_OF_PLATFORM to SERIAL_8250

2018-11-01 Thread Florian Fainelli
It is way too easy to miss enabling SERIAL_OF_PLATFORM which would result in the inability for the kernel to have a valid console device, which can be seen with: Warning: unable to open an initial console. and then: Run /init as init process Kernel panic - not syncing: Attempted to kill init!