From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Hurley Subject: Re: [PATCH v2 2/2] serial: earlycon: allow to specify uartclk in earlycon kernel-parameter Date: Wed, 21 Oct 2015 11:35:56 -0400 Message-ID: <5627B0DC.6000700@hurleysoftware.com> References: <1445312189-28876-1-git-send-email-yamada.masahiro@socionext.com> <1445312189-28876-3-git-send-email-yamada.masahiro@socionext.com> <5626491A.8040908@hurleysoftware.com> <562784AB.4040709@hurleysoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Masahiro Yamada Cc: Rob Herring , Stefan Agner , linux-serial@vger.kernel.org, Greg Kroah-Hartman , Linux Kernel Mailing List , Jiri Slaby List-Id: linux-serial@vger.kernel.org Hi Masahiro, On 10/21/2015 11:31 AM, Masahiro Yamada wrote: > If it is always correct to preserve the initialization done by boot-loader, > the following code in 8250_early.c does not make sense. It's not always correct to preserve the initialization by the bootloader. For example, on my legacy x86 workstation, the bootloader does not initialize the h/w so when I want 8250 earlycon, I must specify the baud rate. Regards, Peter Hurley