All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: admin-guide: kernel-parameters: Document earlycon options for i.MX UARTs
@ 2020-02-29 13:27 Jonathan Neuschäfer
  2020-03-02 19:51 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2020-02-29 13:27 UTC (permalink / raw)
  To: linux-doc
  Cc: NXP Linux Team, Jonathan Neuschäfer, Jonathan Corbet,
	Thomas Gleixner, Mauro Carvalho Chehab, Josh Poimboeuf,
	Andrew Morton, Pawan Gupta, Juergen Gross, linux-kernel

drivers/tty/serial/imx.c implements these earlycon options.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/admin-guide/kernel-parameters.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 47cd55e339a5..d118ee5721b7 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -1095,6 +1095,12 @@
 			A valid base address must be provided, and the serial
 			port must already be setup and configured.

+		ec_imx21,<addr>
+		ec_imx6q,<addr>
+			Start an early, polled-mode, output-only console on the
+			Freescale i.MX UART at the specified address. The UART
+			must already be setup and configured.
+
 		ar3700_uart,<addr>
 			Start an early, polled-mode console on the
 			Armada 3700 serial port at the specified
--
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: admin-guide: kernel-parameters: Document earlycon options for i.MX UARTs
  2020-02-29 13:27 [PATCH] docs: admin-guide: kernel-parameters: Document earlycon options for i.MX UARTs Jonathan Neuschäfer
@ 2020-03-02 19:51 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-03-02 19:51 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-doc, NXP Linux Team, Thomas Gleixner,
	Mauro Carvalho Chehab, Josh Poimboeuf, Andrew Morton,
	Pawan Gupta, Juergen Gross, linux-kernel

On Sat, 29 Feb 2020 14:27:48 +0100
Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:

> drivers/tty/serial/imx.c implements these earlycon options.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 47cd55e339a5..d118ee5721b7 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -1095,6 +1095,12 @@
>  			A valid base address must be provided, and the serial
>  			port must already be setup and configured.
> 
> +		ec_imx21,<addr>
> +		ec_imx6q,<addr>
> +			Start an early, polled-mode, output-only console on the
> +			Freescale i.MX UART at the specified address. The UART
> +			must already be setup and configured.
> +
>  		ar3700_uart,<addr>
>  			Start an early, polled-mode console on the
>  			Armada 3700 serial port at the specified

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-02 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-29 13:27 [PATCH] docs: admin-guide: kernel-parameters: Document earlycon options for i.MX UARTs Jonathan Neuschäfer
2020-03-02 19:51 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.