From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Thu, 04 May 2017 10:04:28 +0200 Subject: [PATCH] Documentation: earlycon: fix Marvell Armada 3700 UART name In-Reply-To: <1493855376-4341-1-git-send-email-andre.przywara@arm.com> (Andre Przywara's message of "Thu, 4 May 2017 00:49:36 +0100") References: <1493855376-4341-1-git-send-email-andre.przywara@arm.com> Message-ID: <87pofp6oab.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Andre, On jeu., mai 04 2017, Andre Przywara wrote: > The Marvell Armada 3700 UART uses "ar3700_uart" for its earlycon name. > Adjust documentation to match the code. Actually I think it was the code which was wrong. But as it is already part of the kernel it's too late to modify it. > > Signed-off-by: Andre Przywara Acked-by: Gregory CLEMENT Thanks, Gregory > --- > Documentation/admin-guide/kernel-parameters.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt > index facc20a..7ee86c2 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++ b/Documentation/admin-guide/kernel-parameters.txt > @@ -973,7 +973,7 @@ > A valid base address must be provided, and the serial > port must already be setup and configured. > > - armada3700_uart, > + ar3700_uart, > Start an early, polled-mode console on the > Armada 3700 serial port at the specified > address. The serial port must already be setup > -- > 2.8.2 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752267AbdEDIEk (ORCPT ); Thu, 4 May 2017 04:04:40 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:59472 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752014AbdEDIEb (ORCPT ); Thu, 4 May 2017 04:04:31 -0400 From: Gregory CLEMENT To: Andre Przywara Cc: Jonathan Corbet , Wilson Ding , Nadav Haklai , Greg Kroah-Hartman , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] Documentation: earlycon: fix Marvell Armada 3700 UART name References: <1493855376-4341-1-git-send-email-andre.przywara@arm.com> Date: Thu, 04 May 2017 10:04:28 +0200 In-Reply-To: <1493855376-4341-1-git-send-email-andre.przywara@arm.com> (Andre Przywara's message of "Thu, 4 May 2017 00:49:36 +0100") Message-ID: <87pofp6oab.fsf@free-electrons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andre, On jeu., mai 04 2017, Andre Przywara wrote: > The Marvell Armada 3700 UART uses "ar3700_uart" for its earlycon name. > Adjust documentation to match the code. Actually I think it was the code which was wrong. But as it is already part of the kernel it's too late to modify it. > > Signed-off-by: Andre Przywara Acked-by: Gregory CLEMENT Thanks, Gregory > --- > Documentation/admin-guide/kernel-parameters.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt > index facc20a..7ee86c2 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++ b/Documentation/admin-guide/kernel-parameters.txt > @@ -973,7 +973,7 @@ > A valid base address must be provided, and the serial > port must already be setup and configured. > > - armada3700_uart, > + ar3700_uart, > Start an early, polled-mode console on the > Armada 3700 serial port at the specified > address. The serial port must already be setup > -- > 2.8.2 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com