]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: serial: Add driver model support for ns16550
authorSimon Glass <sjg@chromium.org>
Thu, 4 Sep 2014 22:27:34 +0000 (16:27 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Sep 2014 19:00:01 +0000 (13:00 -0600)
commit12e431b2777ce3b6940d7b7f1e32e28f58277560
tree12328a53b7244f5ae078d7d56b2b29a99a3f23a1
parent8bbe33c829c83b7a6315bbc16875f79ba4adac47
dm: serial: Add driver model support for ns16550

Add driver model support so that ns16550 can support operation both with
and without driver model.

The driver needs a clock frequency so cannot stand alone unfortunately. The
clock frequency must be provided by a separate driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
doc/device-tree-bindings/serial/ns16550.txt [new file with mode: 0644]
drivers/serial/Makefile
drivers/serial/ns16550.c
include/ns16550.h