From patchwork Mon Feb 29 12:42:04 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aleksey Makarov X-Patchwork-Id: 63209 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp1224070lbc; Mon, 29 Feb 2016 04:43:52 -0800 (PST) X-Received: by 10.98.42.150 with SMTP id q144mr21813268pfq.73.1456749824694; Mon, 29 Feb 2016 04:43:44 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o86si13711563pfi.217.2016.02.29.04.43.44; Mon, 29 Feb 2016 04:43:44 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dkim=pass header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755364AbcB2Mnj (ORCPT + 30 others); Mon, 29 Feb 2016 07:43:39 -0500 Received: from mail-lb0-f181.google.com ([209.85.217.181]:32985 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755188AbcB2MnV (ORCPT ); Mon, 29 Feb 2016 07:43:21 -0500 Received: by mail-lb0-f181.google.com with SMTP id ed16so984263lbb.0 for ; Mon, 29 Feb 2016 04:43:20 -0800 (PST) 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=U+3+jHBN+G3wulqZpn4pKYOlfmlNZLGfVd7uS34Tcl8=; b=aX4uOwBYpLZaoNwT+f0WnjEvTIszwzq5pnsTNcCgjZGkv3jnVAfp0G3aR+fRCSJ+DL mISTYITChuXGPWXu66KVIRMEKCpe+9ig1XOhsuuQP99itrsnkGpB2y0GAIocE3wwq9L2 6pBYQWT7VoGIzYaiMpiTzhQ7WTiZnUoF1GyQQ= 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=U+3+jHBN+G3wulqZpn4pKYOlfmlNZLGfVd7uS34Tcl8=; b=htVsQfot7Ag1GSM8IbH8Se4xo4F/6iBpWUdoQ0TMUQmdzcHR1NrOw74IAAkVnx0a8y 8gdy4KfMpVnoLveiCENe12arzUCDneof9wqgQ8kkFpBogYeXSn6vRv7kTeTcEYO9Fflm pR8y16aJ8li89p5aWc/IiekloiWkLIr9gD1sR8eFsEYqUr0TjKIlEXO9m01ISeTtRlJ8 unY3Xel2ucqqGM87ZeaxyrWduDJcWlS0LDbJwpKV4UCLrrNZguw7HR1xpCpY8NPlxjWD u9SsoMwqX5dvdIa6dNGvDTzOOFMm4ryVcDkZvRo8gIwEEZUKpAqv2y9YVutXuxp/9tSw BcRw== X-Gm-Message-State: AD7BkJJ/1WNwz0EqK4YMBegm4Cl3ibO3SGZwT6AFjp0l5+Jt5kwrkBLBHtUQH1Hp1PW7fQTp X-Received: by 10.112.134.202 with SMTP id pm10mr5274971lbb.36.1456749799752; Mon, 29 Feb 2016 04:43:19 -0800 (PST) Received: from turnip.localdomain (nivc-213.auriga.ru. [80.240.102.213]) by smtp.gmail.com with ESMTPSA id ke9sm3929150lbc.28.2016.02.29.04.43.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Feb 2016 04:43:19 -0800 (PST) From: Aleksey Makarov To: linux-acpi@vger.kernel.org Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Aleksey Makarov , Russell King , Greg Kroah-Hartman , "Rafael J . Wysocki" , Leif Lindholm , Graeme Gregory , Al Stone , Christopher Covington , Matthias Brugger , Jiri Slaby Subject: [PATCH v3 7/7] serial: pl011: add ACPI DBG2 serial port Date: Mon, 29 Feb 2016 15:42:04 +0300 Message-Id: <1456749726-30261-8-git-send-email-aleksey.makarov@linaro.org> X-Mailer: git-send-email 2.7.1 In-Reply-To: <1456749726-30261-1-git-send-email-aleksey.makarov@linaro.org> References: <1456749726-30261-1-git-send-email-aleksey.makarov@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a handler for ACPI DBG2 serial port of type ACPI_DBG2_ARM_PL011 that sets up an earlycon on it. Signed-off-by: Aleksey Makarov --- drivers/tty/serial/amba-pl011.c | 3 +++ 1 file changed, 3 insertions(+) -- 2.7.1 diff --git a/drivers/tty/serial/amba-pl011.c b/drivers/tty/serial/amba-pl011.c index 500232a..d38da86 100644 --- a/drivers/tty/serial/amba-pl011.c +++ b/drivers/tty/serial/amba-pl011.c @@ -59,6 +59,7 @@ #include #include #include +#include #include "amba-pl011.h" @@ -2327,6 +2328,8 @@ static int __init pl011_early_console_setup(struct earlycon_device *device, return 0; } OF_EARLYCON_DECLARE(pl011, "arm,pl011", pl011_early_console_setup); +ACPI_DBG2_EARLYCON_DECLARE(pl011, ACPI_DBG2_ARM_PL011, + pl011_early_console_setup); #else #define AMBA_CONSOLE NULL