]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: ns16550: Add an option to specify the debug UART register shift
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:25 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Apr 2015 02:03:41 +0000 (20:03 -0600)
commitdd0b0122bacc286a6c9321178fcdd947a8bbf0a8
tree9114a5ab60570b2b9ca7e21f72094a1b597fee42
parent5b5e9ba3f7f40f12b3a69bb1cf3828cf3dd5e315
serial: ns16550: Add an option to specify the debug UART register shift

This UART permits different register spacing. To support the debug UART on
devices which have a spacing other than 1 byte, allow the shift value to
be specified.

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