]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: ns16550: Support non-byte register spacing with driver model
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:26 +0000 (22:06 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:12 +0000 (22:30 +0200)
commit0642c4bed45da6ec221f27c4279eb094454487f0
treef6d8be27432a7f48064d0c381376c16476fc5b7d
parent83cdc04e2d60af2029582c6033b001cd35942fd6
dm: ns16550: Support non-byte register spacing with driver model

Allow this driver to support boards where the register shift is not 0.
This fixes some compiler warnings which appear in that case.

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