From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Hurley Subject: Re: [PATCH v7 1/5] of/serial: move earlycon early_param handling to serial Date: Mon, 4 Apr 2016 14:07:37 -0700 Message-ID: <5702D799.5050101@hurleysoftware.com> References: <1459431629-27934-1-git-send-email-aleksey.makarov@linaro.org> <1459431629-27934-2-git-send-email-aleksey.makarov@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1459431629-27934-2-git-send-email-aleksey.makarov@linaro.org> Sender: linux-acpi-owner@vger.kernel.org To: Aleksey Makarov Cc: Russell King , Greg Kroah-Hartman , linux-serial@vger.kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Rafael J . Wysocki" , Len Brown , Leif Lindholm , Graeme Gregory , Al Stone , Christopher Covington , Yury Norov , Andy Shevchenko , "Zheng, Lv" , Rob Herring , Frank Rowand , Grant Likely , Jiri Slaby , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On 03/31/2016 06:40 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 the exported function to avoid clashing with the function from > arch/microblaze/kernel/prom.c Reviewed-by: Peter Hurley