]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model
authorSimon Glass <sjg@chromium.org>
Tue, 12 May 2015 20:55:02 +0000 (14:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 11 Jun 2015 01:26:55 +0000 (19:26 -0600)
commit9091400859248e2f1d04f34f37c8a30b15fc4ef7
treea3b4aa879c2781fee332f94d619af585f393330b
parent8d379f179a18d6e9f3d7af8873c942a6834fb780
dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model

This option is used by some boards, so support it with driver model. This
is really ugly - we should rewrite this driver once all users are moved to
driver model.

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