]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:12 +0000 (22:30 +0200)
commit83cdc04e2d60af2029582c6033b001cd35942fd6
treebd8056d000ef63769d6b2d91510059b46b585410
parent9ca29daa2227076c1efdcb550df34de3b13366df
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