]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: 8250_early: Remove setup_early_serial8250_console()
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 9 Mar 2015 20:27:22 +0000 (16:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 16:25:27 +0000 (17:25 +0100)
commitdf519e7bd33cf56d8a5ce357dfb94248d427b688
tree34501d53c221f1c76e42b619bb5618b51d0ac6f8
parent470ca0de69feaba5df215ad804cec1859883a5ed
serial: 8250_early: Remove setup_early_serial8250_console()

setup_earlycon() will now match and register the desired earlycon
from the param string (as if 'earlycon=...' had been set on the
command line). Use setup_earlycon() from existing arch call sites
which start an earlycon directly.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/mips/mti-malta/malta-init.c
drivers/firmware/pcdp.c
drivers/tty/serial/8250/8250_early.c
include/linux/serial_8250.h