Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755455AbcKJLct (ORCPT ); Thu, 10 Nov 2016 06:32:49 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:38980 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754939AbcKJLcr (ORCPT ); Thu, 10 Nov 2016 06:32:47 -0500 Date: Wed, 9 Nov 2016 20:34:47 +0100 From: Greg Kroah-Hartman To: Timur Tabi Cc: Aleksey Makarov , linux-serial@vger.kernel.org, lkml , Russell King , Christopher Covington , Peter Hurley , Russell King , Jiri Slaby Subject: Re: [PATCH] serial: pl011: add console matching function Message-ID: <20161109193447.GA24057@kroah.com> References: <20161004071547.19224-1-aleksey.makarov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1079 Lines: 25 On Wed, Nov 09, 2016 at 12:17:18PM -0600, Timur Tabi wrote: > On Tue, Oct 4, 2016 at 2:15 AM, Aleksey Makarov > wrote: > > This patch adds function pl011_console_match() that implements > > method match of struct console. It allows to match consoles against > > data specified in a string, for example taken from command line or > > compiled by ACPI SPCR table handler. > > > > This patch was merged to tty-next but then reverted because of > > conflict with > > > > commit 46e36683f433 ("serial: earlycon: Extend earlycon command line option to support 64-bit addresses") > > > > Now it is fixed. > > > > Signed-off-by: Aleksey Makarov > > Reviewed-by: Peter Hurley > > Acked-by: Russell King > > Tested-by: Christopher Covington > > Signed-off-by: Greg Kroah-Hartman > > Is there any chance this fix will make it into 4.9? It's been out for > over a month. It's scheduled for 4.10-rc1 as it is a new feature.