Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753579AbbEUEbu (ORCPT ); Thu, 21 May 2015 00:31:50 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44633 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751491AbbEUEbq (ORCPT ); Thu, 21 May 2015 00:31:46 -0400 Date: Wed, 20 May 2015 21:31:45 -0700 From: Greg Kroah-Hartman To: Bin Gao Cc: Jiri Slaby , One Thousand Gnomes , linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/2] serial_core: add pci uart early console support Message-ID: <20150521043145.GD22632@kroah.com> References: <20150520211739.GB174101@worksta> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150520211739.GB174101@worksta> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1176 Lines: 26 On Wed, May 20, 2015 at 02:17:40PM -0700, Bin Gao wrote: > On some Intel Atom SoCs, the legacy IO port UART(0x3F8) is not available. > Instead, a 8250 compatible PCI uart can be used as early console. > This patch adds pci support to the 8250 early console driver uart8250. > For example, to enable pci uart(00:21.3) as early console on these > platforms, append the following line to the kernel command line > (assume baud rate is 115200): > earlyprintk=uart8250,pci32,0:24.2,115200n8 > > Signed-off-by: Bin Gao > --- > arch/x86/Kconfig | 1 + > drivers/pci/Kconfig | 11 +++ > drivers/tty/serial/earlycon.c | 9 +++ > drivers/tty/serial/serial_core.c | 145 ++++++++++++++++++++++++++++++++++++++- > 4 files changed, 164 insertions(+), 2 deletions(-) What changed in this version? You can't just put "v4" without giving us some hint as to the differences here, sorry. -- 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/