Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1635343 > unrolled thread
| Started by | Andre Przywara <andre.przywara@arm.com> |
|---|---|
| First post | 2017-05-04 02:00 +0200 |
| Last post | 2017-05-09 21:50 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] Documentation: earlycon: fix Marvell Armada 3700 UART name Andre Przywara <andre.przywara@arm.com> - 2017-05-04 02:00 +0200
Re: [PATCH] Documentation: earlycon: fix Marvell Armada 3700 UART name Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-04 10:10 +0200
Re: [PATCH] Documentation: earlycon: fix Marvell Armada 3700 UART name Jonathan Corbet <corbet@lwn.net> - 2017-05-09 21:50 +0200
| From | Andre Przywara <andre.przywara@arm.com> |
|---|---|
| Date | 2017-05-04 02:00 +0200 |
| Subject | [PATCH] Documentation: earlycon: fix Marvell Armada 3700 UART name |
| Message-ID | <tDclz-3Ue-1@gated-at.bofh.it> |
The Marvell Armada 3700 UART uses "ar3700_uart" for its earlycon name. Adjust documentation to match the code. Signed-off-by: Andre Przywara <andre.przywara@arm.com> --- 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,<addr> + ar3700_uart,<addr> 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
[toc] | [next] | [standalone]
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Date | 2017-05-04 10:10 +0200 |
| Message-ID | <tDjZM-MX-21@gated-at.bofh.it> |
| In reply to | #1635343 |
Hi Andre, On jeu., mai 04 2017, Andre Przywara <andre.przywara@arm.com> 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 <andre.przywara@arm.com> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> 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,<addr> > + ar3700_uart,<addr> > 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
[toc] | [prev] | [next] | [standalone]
| From | Jonathan Corbet <corbet@lwn.net> |
|---|---|
| Date | 2017-05-09 21:50 +0200 |
| Subject | Re: [PATCH] Documentation: earlycon: fix Marvell Armada 3700 UART name |
| Message-ID | <tFjiV-6dG-15@gated-at.bofh.it> |
| In reply to | #1635343 |
On Thu, 4 May 2017 00:49:36 +0100 Andre Przywara <andre.przywara@arm.com> wrote: > The Marvell Armada 3700 UART uses "ar3700_uart" for its earlycon name. > Adjust documentation to match the code. Applied to the docs tree, thanks. jon
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web