Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752581AbbDDDJH (ORCPT ); Fri, 3 Apr 2015 23:09:07 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:34885 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752036AbbDDDJF (ORCPT ); Fri, 3 Apr 2015 23:09:05 -0400 MIME-Version: 1.0 In-Reply-To: References: <1428102229-26103-1-git-send-email-peter@hurleysoftware.com> <1428105875-4038-1-git-send-email-peter@hurleysoftware.com> Date: Fri, 3 Apr 2015 20:09:04 -0700 X-Google-Sender-Auth: ix8PDK3b8tZXvSQF_cEcJTVqVVs Message-ID: Subject: Re: [PATCH v2] earlycon: 8250: Fix command line regression From: Yinghai Lu To: Peter Hurley Cc: Greg Kroah-Hartman , "linux-serial@vger.kernel.org" , Linux Kernel Mailing List , Jiri Slaby , Andrew Morton , Rob Herring Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 28 On Fri, Apr 3, 2015 at 7:19 PM, Yinghai Lu wrote: > On Fri, Apr 3, 2015 at 5:04 PM, Peter Hurley wrote: >> Restore undocumented behavior of kernel command line parameters of >> the forms: >> console=uart[8250],io|mmio|mmio32,[,options] >> console=uart[8250],[,options] >> where 'options' have not been specified; in this case, the hardware >> is assumed to be initialized. > > > This patch fix regression for the hand over. Thanks. Just now noticed, this patch only fix partial problem. Kernel console is ok. But later initrd/init scripts revert back to 9600 again. So the patch does not fix the regression from commit c7cef0a84912cab3c9df8949b034e4aa62982ec9 Author: Peter Hurley Date: Mon Mar 9 16:27:12 2015 -0400 console: Add extensible console matching -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/