]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: serial: Add debug UART capability to the pl01x driver
authorSergey Temerkhanov <s.temerkhanov@gmail.com>
Wed, 14 Oct 2015 16:54:23 +0000 (09:54 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 19 Jan 2016 22:25:22 +0000 (22:25 +0000)
commitb81406db51a68ddd482d4ea3641dd7ad2e910771
tree69b639779af35794d8051db0456b35d4a549b944
parente6ac28b60be2d670948332197862e314b7977177
arm: serial: Add debug UART capability to the pl01x driver

This patch adds an ability to use pl01x as a debug UART. It must
be configured like other types of debug UARTs

Signed-off-by: Sergey Temerkhanov <s.temerkhanov@gmail.com>
Signed-off-by: Radha Mohan Chintakuntla <rchintakuntla@cavium.com>
[trini: Update for _debug_uart_init change]
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/serial/serial_pl01x.c