Re: [PATCH v3 3/3] serial: core: Allow skipping old serial port initialization

2018-03-18 Thread kbuild test robot
Hi Daniel, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [also build test ERROR on next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 3/3] serial: core: Allow skipping old serial port initialization

2018-03-18 Thread kbuild test robot
Hi Daniel, Thank you for the patch! Yet something to improve: [auto build test ERROR on v4.16-rc4] [also build test ERROR on next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v3 3/3] serial: core: Allow skipping old serial port initialization

2018-03-15 Thread Daniel Kurtz
On Thu, Mar 15, 2018 at 7:04 AM Andy Shevchenko < andriy.shevche...@linux.intel.com> wrote: > On Wed, 2018-03-14 at 20:04 -0600, Daniel Kurtz wrote: > > The old_serial_port global array in 8250_core is supposed to hold an > > entry > > for each serial port on the system that cannot be discovered

Re: [PATCH v3 3/3] serial: core: Allow skipping old serial port initialization

2018-03-15 Thread Daniel Kurtz
On Thu, Mar 15, 2018 at 7:04 AM Andy Shevchenko < andriy.shevche...@linux.intel.com> wrote: > On Wed, 2018-03-14 at 20:04 -0600, Daniel Kurtz wrote: > > The old_serial_port global array in 8250_core is supposed to hold an > > entry > > for each serial port on the system that cannot be discovered

Re: [PATCH v3 3/3] serial: core: Allow skipping old serial port initialization

2018-03-15 Thread Andy Shevchenko
On Wed, 2018-03-14 at 20:04 -0600, Daniel Kurtz wrote: > The old_serial_port global array in 8250_core is supposed to hold an > entry > for each serial port on the system that cannot be discovered via a > standard enumeration mechanism (aka ACPI/PCI/DTS). The array is > populated > at

Re: [PATCH v3 3/3] serial: core: Allow skipping old serial port initialization

2018-03-15 Thread Andy Shevchenko
On Wed, 2018-03-14 at 20:04 -0600, Daniel Kurtz wrote: > The old_serial_port global array in 8250_core is supposed to hold an > entry > for each serial port on the system that cannot be discovered via a > standard enumeration mechanism (aka ACPI/PCI/DTS). The array is > populated > at

[PATCH v3 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Daniel Kurtz
The old_serial_port global array in 8250_core is supposed to hold an entry for each serial port on the system that cannot be discovered via a standard enumeration mechanism (aka ACPI/PCI/DTS). The array is populated at compile-time from the value specified in the SERIAL_PORT_DFNS macro. This

[PATCH v3 3/3] serial: core: Allow skipping old serial port initialization

2018-03-14 Thread Daniel Kurtz
The old_serial_port global array in 8250_core is supposed to hold an entry for each serial port on the system that cannot be discovered via a standard enumeration mechanism (aka ACPI/PCI/DTS). The array is populated at compile-time from the value specified in the SERIAL_PORT_DFNS macro. This