From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v7 1/5] of/serial: move earlycon early_param handling to serial Date: Thu, 28 Apr 2016 17:42:44 -0700 Message-ID: <20160429004244.GA31752@kroah.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=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1459431629-27934-2-git-send-email-aleksey.makarov@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Aleksey Makarov Cc: Russell King , 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 , Peter Hurley , Andy Shevchenko , "Zheng, Lv" , Rob Herring , Frank Rowand , Grant Likely , Jiri Slaby , devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thu, Mar 31, 2016 at 04:40:23PM +0300, 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 > > Signed-off-by: Leif Lindholm > Signed-off-by: Aleksey Makarov > Acked-by: Rob Herring > --- > drivers/of/fdt.c | 11 +---------- > drivers/tty/serial/earlycon.c | 2 +- > include/linux/of_fdt.h | 2 ++ > 3 files changed, 4 insertions(+), 11 deletions(-) Acked-by: Greg Kroah-Hartman