drivers: PL011: allow avoiding UART enabling/disabling
authorAndre Przywara <andre.przywara@arm.com>
Thu, 21 May 2015 16:26:21 +0000 (17:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:08:51 +0000 (13:08 -0700)
commit71eec4836b834b992e0cefeefc8b85efe4cb185b
treedaa964b2f0b2ecaa0cc9ac08e4675cc0cc1f6de5
parent9c4ef4b0301673c6fa48b5ad138b6ce94e34c841
drivers: PL011: allow avoiding UART enabling/disabling

The SBSA UART should not be enabled or disabled (it is always on),
and consequently the spec lacks the UART_CR register.
Add a vendor specific property to skip disabling or enabling of the
UART. This will be used later by the SBSA UART support.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Mark Langsdorf <mlangsdo@redhat.com>
Tested-by: Naresh Bhat <nbhat@cavium.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/amba-pl011.c