From: Rob Herring Date: Tue, 27 Jan 2015 04:50:09 +0000 (-0600) Subject: tty/serial: 8250_early: Add support for PXA UARTs X-Git-Tag: fixes-v4.0-rc1~98^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4c639b04f301ddc3f71bc0f2600c3759846db43;p=pandora-kernel.git tty/serial: 8250_early: Add support for PXA UARTs The PXA variant of the 8250 UART adds a UART enable bit which must not be cleared. Make the earlycon support maintain this bit if it is set. This implies some initialization of the UART, but we cannot unconditionally set the bit as some other variants require this bit to be clear for other functions. Signed-off-by: Rob Herring Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: linux-serial@vger.kernel.org Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed