]> git.baikalelectronics.ru Git - kernel.git/commit
serial: imx: add earlycon support
authorLucas Stach <l.stach@pengutronix.de>
Fri, 28 Aug 2015 09:56:19 +0000 (11:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 16:49:27 +0000 (17:49 +0100)
commitc94667fa6b95afd48f07324cd8ee72ddbdfe1251
tree4d97dee417ea0025397e28d09ebfec5a513b9e5e
parent27c41ecbd785df09da86bc71532e8fb76da63309
serial: imx: add earlycon support

Earlycon allows to have an early debugging console that doesn't need
to be statically configured in the kernel config, like earlyprintk,
but is set up through the stdout-path DT property.

This allows to have the early debugging always built into the
kernel and enabled on demand without clashing between different boards
or architectures.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/imx.c