Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752817AbcD2AnL (ORCPT ); Thu, 28 Apr 2016 20:43:11 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51447 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752571AbcD2AnI (ORCPT ); Thu, 28 Apr 2016 20:43:08 -0400 Date: Thu, 28 Apr 2016 17:43:02 -0700 From: Greg Kroah-Hartman To: Aleksey Makarov Cc: Russell King , linux-serial@vger.kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Rafael J . Wysocki" , Len Brown , Leif Lindholm , Graeme Gregory , Al Stone , Christopher Covington , Yury Norov , Peter Hurley , Andy Shevchenko , "Zheng, Lv" , Jiri Slaby Subject: Re: [PATCH v7 5/5] serial: pl011: add console matching function Message-ID: <20160429004302.GB31752@kroah.com> References: <1459431629-27934-1-git-send-email-aleksey.makarov@linaro.org> <1459431629-27934-6-git-send-email-aleksey.makarov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459431629-27934-6-git-send-email-aleksey.makarov@linaro.org> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 557 Lines: 12 On Thu, Mar 31, 2016 at 04:40:27PM +0300, 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. > > Signed-off-by: Aleksey Makarov > --- > drivers/tty/serial/amba-pl011.c | 56 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 56 insertions(+) Acked-by: Greg Kroah-Hartman