Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751481AbaDZGUD (ORCPT ); Sat, 26 Apr 2014 02:20:03 -0400 Received: from mail-ig0-f172.google.com ([209.85.213.172]:46342 "EHLO mail-ig0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750785AbaDZGUA (ORCPT ); Sat, 26 Apr 2014 02:20:00 -0400 MIME-Version: 1.0 In-Reply-To: <1397859600-11507-4-git-send-email-robherring2@gmail.com> References: <1397859600-11507-1-git-send-email-robherring2@gmail.com> <1397859600-11507-4-git-send-email-robherring2@gmail.com> Date: Fri, 25 Apr 2014 23:19:59 -0700 X-Google-Sender-Auth: 5pA72wSVcxqNj-HghigxiaXfB1c Message-ID: Subject: Re: [PATCH v2 3/7] tty/serial: convert 8250 to generic earlycon From: Yinghai Lu To: Rob Herring Cc: "linux-arm-kernel@lists.infradead.org" , Linux Kernel Mailing List , linux-serial@vger.kernel.org, Greg Kroah-Hartman , Jiri Slaby , Catalin Marinas , Russell King , Will Deacon , Arnd Bergmann , Rob Herring , Andrew Morton Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 18, 2014 at 3:19 PM, Rob Herring wrote: > From: Rob Herring > > With the generic earlycon infrastructure in place, convert the 8250 > early console to use it. > > Signed-off-by: Rob Herring > Cc: Greg Kroah-Hartman > Cc: Jiri Slaby > --- > drivers/tty/serial/8250/8250_early.c | 138 ++++------------------------------- > drivers/tty/serial/8250/Kconfig | 1 + > 2 files changed, 16 insertions(+), 123 deletions(-) Hi Greg, Rob This one in tty-next breaks booting: "console=uart8250,io,0x3f8,115200". No early console and regular console anymore. It should produce "early con and regular con". Thanks Yinghai -- 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/