]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ns16550: Improve debug UART so it can work with 32-bit access
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:39:06 +0000 (15:39 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:28 +0000 (17:39 -0600)
commit6e780c7a7bfea05429d29fd30cdbf213583e03f6
treeb8bc3b1d7da22b6a926937b28d8b276601d35c8f
parent6f849c3012b794302112eb07b0be85388e075ba3
ns16550: Improve debug UART so it can work with 32-bit access

Since Rockchip requires 32-bit serial access, add this to the driver.
Refactor a little to make this easier.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/serial/ns16550.c