Re: [PATCH v6 1/5] of/serial: move earlycon early_param handling to serial

2016-03-24 Thread Rob Herring
On Thu, Mar 24, 2016 at 7:51 AM, Aleksey Makarov wrote: > From: Leif Lindholm > > We have multiple "earlycon" early_param handlers - merge the DT one into > the main earlycon one. It's a cleanup that also will be useful > to defer setting up DT console until ACPI/DT decision is made. > > Rename

[PATCH v6 1/5] of/serial: move earlycon early_param handling to serial

2016-03-24 Thread Aleksey Makarov
From: Leif Lindholm We have multiple "earlycon" early_param handlers - merge the DT one into the main earlycon one. It's a cleanup that also will be useful to defer setting up DT console until ACPI/DT decision is made. Rename the exported function to avoid clashing with the function from arch/m