Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423202AbbEOAHd (ORCPT ); Thu, 14 May 2015 20:07:33 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52497 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423124AbbEOAHb (ORCPT ); Thu, 14 May 2015 20:07:31 -0400 Date: Thu, 14 May 2015 17:07:30 -0700 From: Greg Kroah-Hartman To: Bin Gao Cc: One Thousand Gnomes , Peter Hurley , Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] arch/x86: remove pci uart early console from early_prink.c Message-ID: <20150515000730.GB4385@kroah.com> References: <20150514234442.GA91197@worksta> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150514234442.GA91197@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: 1184 Lines: 26 On Thu, May 14, 2015 at 04:44:42PM -0700, Bin Gao wrote: > >From 78ab0810176c544e2b6f14ca8b19c90d339fa6f1 Mon Sep 17 00:00:00 2001 > From: Bin Gao > Date: Thu, 14 May 2015 15:49:58 -0700 > Subject: [PATCH] arch/x86: remove pci uart early console from early_prink.c > > The arch independent uart8250 early console driver has good > support for memory mapped and io port based 8250 uarts. Since > pci is arch independent so it's natural to extend uart8250 to > support mem, io and pci. Hence pci uart early console in > arch/x86/kernel_printk.c by the following commit: > 'commit 5140fda16051 ("Specify PCI based UART for earlyprintk")' > is removed. And its equivalent function will be available from > uart8250 early console driver. > > This patch comes with another patch: > serial_core: add pci uart early console support What is this here for? If this is 2/2, of course we know patch 1/2 needs to come first... -- 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/