From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752537AbbE0XGh (ORCPT ); Wed, 27 May 2015 19:06:37 -0400 Received: from mga11.intel.com ([192.55.52.93]:52363 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922AbbE0XGd (ORCPT ); Wed, 27 May 2015 19:06:33 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,509,1427785200"; d="scan'208";a="736404975" Date: Wed, 27 May 2015 16:18:16 -0700 From: Bin Gao To: Greg Kroah-Hartman Cc: Jiri Slaby , One Thousand Gnomes , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Peter Hurley Subject: Re: [PATCH v4 1/2] serial_core: add pci uart early console support Message-ID: <20150527231816.GB105692@worksta> References: <20150522160659.GA108447@worksta> <20150524195225.GA20120@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150524195225.GA20120@kroah.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 24, 2015 at 12:52:25PM -0700, Greg Kroah-Hartman wrote: > > Signed-off-by: Bin Gao > > --- > > Changes in v4: > > - moved PCI_EARLY definition from arch/x86/Kconfig to drivers/pci/Kconfig > > - added 'earlyprintk' for x86 as alias to the early param 'earlycon' > > What about the changes in earlier versions? > > And why do I have 3 copies of different "v4" patches in my inbox? > > Please resend this, as v5, correctly, and we can review it that way. > > greg k-h Will address this altogether with comments from other reviewers in v5. Thanks. -Bin