Re: [PATCH] serial: pl011: add console matching function

2016-11-10 Thread Greg Kroah-Hartman
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 exa

Re: [PATCH] serial: pl011: add console matching function

2016-11-09 Thread Timur Tabi
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.

[PATCH] serial: pl011: add console matching function

2016-10-04 Thread Aleksey Makarov
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