From patchwork Tue Sep 27 20:54:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksey Makarov X-Patchwork-Id: 77072 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp85108qgf; Tue, 27 Sep 2016 14:01:13 -0700 (PDT) X-Received: by 10.98.22.21 with SMTP id 21mr52607737pfw.4.1475010072935; Tue, 27 Sep 2016 14:01:12 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id fo6si4299554pab.184.2016.09.27.14.01.12; Tue, 27 Sep 2016 14:01:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-acpi-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-acpi-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-acpi-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965140AbcI0VBF (ORCPT + 6 others); Tue, 27 Sep 2016 17:01:05 -0400 Received: from mail-lf0-f43.google.com ([209.85.215.43]:33054 "EHLO mail-lf0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936146AbcI0U7x (ORCPT ); Tue, 27 Sep 2016 16:59:53 -0400 Received: by mail-lf0-f43.google.com with SMTP id b71so35391144lfg.0 for ; Tue, 27 Sep 2016 13:59:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=C6CaTdDORODTe0JuJdcPSCJs7kHtotcDI//zSSBzI6M=; b=DlCA/B3kVpAUuhh9+c8BbikYNHt/8HQsHJg9lok5xzI6kDrFoAWH+QhUshtuYpUQEI YAWwxXaOPaVUYoXNkmJwOLg+R7XgvSlm7FrBEBqvqxyBTRF5hV2lMsO3dysY7+6yWJve ZzHS6qP8Aae2HjI5KcHGOFxuLLqZPfpprpE9M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=C6CaTdDORODTe0JuJdcPSCJs7kHtotcDI//zSSBzI6M=; b=Km4Uq/4KQZR1dvucCa5NFo7SnZ7JqIqCkISQZ2lYrGLE06K1O5dRRL2q2+DR5TPkMo OZ6MvewVUBg50d2p7CMRauzjxWsuyz0vBNyZUhn4Vl+tPfriSEA2+q9B4JzX3Ann4GUN 9RWpTaawBort4+afsnk4xdo7Cgey3hIBXVgQJZ3Ix4eSRGk8hUt4jtOjKW2r0uISxh3p kiiYNwzXnOdpw4i7IU80MjfgTdHmbN6SF21Zg7x5DRWnf4paaWTZDp1uYU7z3TekzqET F6TNHj73pGK+PAqsHF89iIKY2gzoubnJXXc6Diu5OBvtDlBqr6y71ug6Dn/r5agthfhD bizw== X-Gm-Message-State: AE9vXwO8gRoOHxKCz8GdvkVcXq4bgPTFATqleACV72AWwB3j4rgTtt7icBQucG+vQ6H+MB23 X-Received: by 10.25.195.87 with SMTP id t84mr8582002lff.96.1475009991259; Tue, 27 Sep 2016 13:59:51 -0700 (PDT) Received: from localhost.localdomain (nivc-213.auriga.ru. [80.240.102.213]) by smtp.gmail.com with ESMTPSA id b4sm693212lfg.41.2016.09.27.13.59.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Sep 2016 13:59:50 -0700 (PDT) From: Aleksey Makarov To: Greg Kroah-Hartman Cc: "Rafael J . Wysocki" , linux-serial@vger.kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Aleksey Makarov , Russell King , Len Brown , Leif Lindholm , Graeme Gregory , Al Stone , Christopher Covington , Yury Norov , Peter Hurley , Andy Shevchenko , "Zheng, Lv" , Mark Salter , Kefeng Wang , Russell King , Jiri Slaby Subject: [PATCH v11 4/4] serial: pl011: add console matching function Date: Tue, 27 Sep 2016 23:54:15 +0300 Message-Id: <20160927205418.31529-4-aleksey.makarov@linaro.org> X-Mailer: git-send-email 2.10.0 In-Reply-To: <20160927205418.31529-1-aleksey.makarov@linaro.org> References: <20160927151953.GB4371@kroah.com> <20160927205418.31529-1-aleksey.makarov@linaro.org> Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org 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 Reviewed-by: Peter Hurley Acked-by: Russell King Tested-by: Christopher Covington --- drivers/tty/serial/amba-pl011.c | 55 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index 8a9e213..2f9af8a 100644 --- a/drivers/tty/serial/amba-pl011.c +++ b/drivers/tty/serial/amba-pl011.c @@ -2288,12 +2288,67 @@ static int __init pl011_console_setup(struct console *co, char *options) return uart_set_options(&uap->port, co, baud, parity, bits, flow); } +/** + * pl011_console_match - non-standard console matching + * @co: registering console + * @name: name from console command line + * @idx: index from console command line + * @options: ptr to option string from console command line + * + * Only attempts to match console command lines of the form: + * console=pl011,mmio|mmio32,[,] + * console=pl011,0x[,] + * This form is used to register an initial earlycon boot console and + * replace it with the amba_console at pl011 driver init. + * + * Performs console setup for a match (as required by interface) + * If no are specified, then assume the h/w is already setup. + * + * Returns 0 if console matches; otherwise non-zero to use default matching + */ +static int __init pl011_console_match(struct console *co, char *name, int idx, + char *options) +{ + unsigned char iotype; + unsigned long addr; + int i; + + if (strcmp(name, "pl011") != 0) + return -ENODEV; + + if (uart_parse_earlycon(options, &iotype, &addr, &options)) + return -ENODEV; + + if (iotype != UPIO_MEM && iotype != UPIO_MEM32) + return -ENODEV; + + /* try to match the port specified on the command line */ + for (i = 0; i < ARRAY_SIZE(amba_ports); i++) { + struct uart_port *port; + + if (!amba_ports[i]) + continue; + + port = &amba_ports[i]->port; + + if (port->mapbase != addr) + continue; + + co->index = i; + port->cons = co; + return pl011_console_setup(co, options); + } + + return -ENODEV; +} + static struct uart_driver amba_reg; static struct console amba_console = { .name = "ttyAMA", .write = pl011_console_write, .device = uart_console_device, .setup = pl011_console_setup, + .match = pl011_console_match, .flags = CON_PRINTBUFFER, .index = -1, .data = &amba_reg,